mirror of https://git.rancher.io/rke2-charts
commit
9bdcd5a037
|
@ -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
|
||||
|
|
|
@ -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: ""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue