Skip to content

Commit

Permalink
Update calico chart with the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil committed Aug 10, 2021
1 parent f56c44d commit 9601493
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 2 additions & 3 deletions packages/rke2-calico/generated-changes/patch/Chart.yaml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
+++ charts/Chart.yaml
@@ -1,5 +1,7 @@
apiVersion: v2
-appVersion: v3.19.1-e9e1e40ca
+appVersion: v3.19.1-2
appVersion: v3.19.2
description: Installs the Tigera operator for Calico
-name: tigera-operator
+name: rke2-calico
version: v3.19
version: v3.19.2-2
+annotations:
+ catalog.cattle.io/namespace: tigera-operator
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- charts-original/values.yaml
+++ charts/values.yaml
@@ -1,8 +1,25 @@
@@ -1,8 +1,24 @@
imagePullSecrets: {}

installation:
Expand All @@ -22,23 +22,22 @@
+ blockSize: 24
+ imagePath: "rancher"
+ imagePrefix: "mirrored-calico-"
+

certs:
node:
@@ -17,9 +34,16 @@
@@ -17,9 +33,16 @@

# Configuration for the tigera operator
tigeraOperator:
- image: tigera/operator
+ image: rancher/mirrored-calico-operator
version: v1.17.4
version: v1.17.6
- registry: quay.io
+ registry: docker.io
calicoctl:
- image: quay.io/docker.io/calico/ctl
+ image: rancher/mirrored-calico-ctl
tag: v3.19.1
tag: v3.19.2
+
+global:
+ systemDefaultRegistry: ""
Expand Down
4 changes: 2 additions & 2 deletions packages/rke2-calico/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
url: https://github.com/projectcalico/calico/releases/download/v3.19.1/tigera-operator-v3.19.1-2.tgz
packageVersion: 08
url: https://github.com/projectcalico/calico/releases/download/v3.19.2/tigera-operator-v3.19.2-2.tgz
packageVersion: 01
additionalCharts:
- workingDir: charts-crd
crdOptions:
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-calico/templates/crd-template/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: v1.0.0
version: v1.0.1
description: Installs the CRDs for rke2-calico
name: rke2-calico-crd
type: application

0 comments on commit 9601493

Please sign in to comment.