mirror of https://git.rancher.io/rke2-charts
chore: Bump to latest calico version on the chart
Made with ❤️️ by updatecli
pull/493/head
parent
5d4291ba18
commit
0243fe39ae
|
@ -10,6 +10,6 @@
|
||||||
- https://github.com/projectcalico/calico/tree/master/calico/_includes/charts/tigera-operator
|
- https://github.com/projectcalico/calico/tree/master/calico/_includes/charts/tigera-operator
|
||||||
- https://github.com/tigera/operator
|
- https://github.com/tigera/operator
|
||||||
- https://github.com/projectcalico/calico
|
- https://github.com/projectcalico/calico
|
||||||
version: v3.28.0
|
version: v3.28.1
|
||||||
+annotations:
|
+annotations:
|
||||||
+ catalog.cattle.io/namespace: tigera-operator
|
+ catalog.cattle.io/namespace: tigera-operator
|
||||||
|
|
|
@ -37,13 +37,13 @@
|
||||||
tigeraOperator:
|
tigeraOperator:
|
||||||
- image: tigera/operator
|
- image: tigera/operator
|
||||||
+ image: rancher/mirrored-calico-operator
|
+ image: rancher/mirrored-calico-operator
|
||||||
version: v1.34.0
|
version: v1.34.3
|
||||||
- registry: quay.io
|
- registry: quay.io
|
||||||
+ registry: docker.io
|
+ registry: docker.io
|
||||||
calicoctl:
|
calicoctl:
|
||||||
- image: docker.io/calico/ctl
|
- image: docker.io/calico/ctl
|
||||||
+ image: rancher/mirrored-calico-ctl
|
+ image: rancher/mirrored-calico-ctl
|
||||||
tag: v3.28.0
|
tag: v3.28.1
|
||||||
|
|
||||||
-kubeletVolumePluginPath: /var/lib/kubelet
|
-kubeletVolumePluginPath: /var/lib/kubelet
|
||||||
+kubeletVolumePluginPath: "None"
|
+kubeletVolumePluginPath: "None"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url: https://github.com/projectcalico/calico/releases/download/v3.28.0/tigera-operator-v3.28.0.tgz
|
url: https://github.com/projectcalico/calico/releases/download/v3.28.1/tigera-operator-v3.28.1.tgz
|
||||||
packageVersion: 00
|
packageVersion: 00
|
||||||
additionalCharts:
|
additionalCharts:
|
||||||
- workingDir: charts-crd
|
- workingDir: charts-crd
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
version: v3.28.0
|
version: v3.28.1
|
||||||
description: Installs the CRDs for rke2-calico
|
description: Installs the CRDs for rke2-calico
|
||||||
name: rke2-calico-crd
|
name: rke2-calico-crd
|
||||||
type: application
|
type: application
|
||||||
|
|
Loading…
Reference in New Issue