Skip to content

Commit

Permalink
Update Calico version
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil committed Oct 27, 2021
1 parent d040576 commit beaf531
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/rke2-calico/generated-changes/patch/Chart.yaml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
+++ charts/Chart.yaml
@@ -1,5 +1,7 @@
apiVersion: v2
appVersion: v3.20.1
appVersion: v3.20.2
description: Installs the Tigera operator for Calico
-name: tigera-operator
+name: rke2-calico
version: v3.20.1
version: v3.20.2
+annotations:
+ catalog.cattle.io/namespace: tigera-operator
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
tigeraOperator:
- image: tigera/operator
+ image: rancher/mirrored-calico-operator
version: v1.20.3
version: v1.20.4
- registry: quay.io
+ registry: docker.io
calicoctl:
- image: quay.io/docker.io/calico/ctl
+ image: rancher/mirrored-calico-ctl
tag: v3.20.1
tag: v3.20.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.20.1/tigera-operator-v3.20.1.tgz
packageVersion: 02
url: https://github.com/projectcalico/calico/releases/download/v3.20.2/tigera-operator-v3.20.2-1.tgz
packageVersion: 01
additionalCharts:
- workingDir: charts-crd
crdOptions:
Expand Down

0 comments on commit beaf531

Please sign in to comment.