mirror of https://git.rancher.io/rke2-charts
commit
9bdcd5a037
|
@ -2,10 +2,10 @@
|
||||||
+++ charts/Chart.yaml
|
+++ charts/Chart.yaml
|
||||||
@@ -1,5 +1,7 @@
|
@@ -1,5 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v3.20.1
|
appVersion: v3.20.2
|
||||||
description: Installs the Tigera operator for Calico
|
description: Installs the Tigera operator for Calico
|
||||||
-name: tigera-operator
|
-name: tigera-operator
|
||||||
+name: rke2-calico
|
+name: rke2-calico
|
||||||
version: v3.20.1
|
version: v3.20.2
|
||||||
+annotations:
|
+annotations:
|
||||||
+ catalog.cattle.io/namespace: tigera-operator
|
+ catalog.cattle.io/namespace: tigera-operator
|
||||||
|
|
|
@ -31,13 +31,13 @@
|
||||||
tigeraOperator:
|
tigeraOperator:
|
||||||
- image: tigera/operator
|
- image: tigera/operator
|
||||||
+ image: rancher/mirrored-calico-operator
|
+ image: rancher/mirrored-calico-operator
|
||||||
version: v1.20.3
|
version: v1.20.4
|
||||||
- registry: quay.io
|
- registry: quay.io
|
||||||
+ registry: docker.io
|
+ registry: docker.io
|
||||||
calicoctl:
|
calicoctl:
|
||||||
- image: quay.io/docker.io/calico/ctl
|
- image: quay.io/docker.io/calico/ctl
|
||||||
+ image: rancher/mirrored-calico-ctl
|
+ image: rancher/mirrored-calico-ctl
|
||||||
tag: v3.20.1
|
tag: v3.20.2
|
||||||
+
|
+
|
||||||
+global:
|
+global:
|
||||||
+ systemDefaultRegistry: ""
|
+ systemDefaultRegistry: ""
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
url: https://github.com/projectcalico/calico/releases/download/v3.20.1/tigera-operator-v3.20.1.tgz
|
url: https://github.com/projectcalico/calico/releases/download/v3.20.2/tigera-operator-v3.20.2-1.tgz
|
||||||
packageVersion: 02
|
packageVersion: 01
|
||||||
additionalCharts:
|
additionalCharts:
|
||||||
- workingDir: charts-crd
|
- workingDir: charts-crd
|
||||||
crdOptions:
|
crdOptions:
|
||||||
|
|
Loading…
Reference in New Issue