mirror of https://git.rancher.io/rke2-charts
parent
a1951cdde1
commit
80c1dceacd
|
@ -10,6 +10,6 @@
|
|||
- https://github.com/projectcalico/calico/tree/master/calico/_includes/charts/tigera-operator
|
||||
- https://github.com/tigera/operator
|
||||
- https://github.com/projectcalico/calico
|
||||
version: v3.22.1
|
||||
version: v3.22.2
|
||||
+annotations:
|
||||
+ catalog.cattle.io/namespace: tigera-operator
|
||||
|
|
|
@ -34,15 +34,15 @@
|
|||
# Configuration for the tigera operator
|
||||
tigeraOperator:
|
||||
- image: tigera/operator
|
||||
- version: v1.25.2
|
||||
- version: v1.25.7
|
||||
- registry: quay.io
|
||||
+ image: rancher/mirrored-calico-operator
|
||||
+ version: v1.25.3
|
||||
+ version: v1.25.8
|
||||
+ registry: docker.io
|
||||
calicoctl:
|
||||
- image: docker.io/calico/ctl
|
||||
+ image: rancher/mirrored-calico-ctl
|
||||
tag: v3.22.1
|
||||
tag: v3.22.2
|
||||
+
|
||||
+global:
|
||||
+ systemDefaultRegistry: ""
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
url: https://github.com/projectcalico/calico/releases/download/v3.22.1/tigera-operator-v3.22.1.tgz
|
||||
packageVersion: 02
|
||||
url: https://github.com/projectcalico/calico/releases/download/v3.22.2/tigera-operator-v3.22.2.tgz
|
||||
packageVersion: 01
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
crdOptions:
|
||||
|
|
Loading…
Reference in New Issue