mirror of https://git.rancher.io/rke2-charts
Merge pull request #216 from rbrtbnfgl/update-calico-3.21.4
Update calico chart to version 3.21.4pull/217/head
commit
c9fa5045a5
|
@ -2,10 +2,10 @@
|
|||
+++ charts/Chart.yaml
|
||||
@@ -1,5 +1,7 @@
|
||||
apiVersion: v2
|
||||
appVersion: v3.21.2
|
||||
appVersion: v3.21.4
|
||||
description: Installs the Tigera operator for Calico
|
||||
-name: tigera-operator
|
||||
+name: rke2-calico
|
||||
version: v3.21.2
|
||||
version: v3.21.4
|
||||
+annotations:
|
||||
+ catalog.cattle.io/namespace: tigera-operator
|
||||
|
|
|
@ -31,13 +31,13 @@
|
|||
tigeraOperator:
|
||||
- image: tigera/operator
|
||||
+ image: rancher/mirrored-calico-operator
|
||||
version: v1.23.3
|
||||
version: v1.23.5
|
||||
- registry: quay.io
|
||||
+ registry: docker.io
|
||||
calicoctl:
|
||||
- image: quay.io/docker.io/calico/ctl
|
||||
- image: docker.io/calico/ctl
|
||||
+ image: rancher/mirrored-calico-ctl
|
||||
tag: v3.21.2
|
||||
tag: v3.21.4
|
||||
+
|
||||
+global:
|
||||
+ systemDefaultRegistry: ""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
url: https://github.com/projectcalico/calico/releases/download/v3.21.2/tigera-operator-v3.21.2-1.tgz
|
||||
url: https://github.com/projectcalico/calico/releases/download/v3.21.4/tigera-operator-v3.21.4.tgz
|
||||
packageVersion: 01
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
|
|
Loading…
Reference in New Issue