mirror of https://git.rancher.io/rke2-charts
Update calico chart to v3.29.1
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>pull/569/head
parent
19549aa3ae
commit
b1b448b132
|
@ -10,6 +10,6 @@
|
|||
- https://github.com/projectcalico/calico/tree/master/charts/tigera-operator
|
||||
- https://github.com/tigera/operator
|
||||
- https://github.com/projectcalico/calico
|
||||
version: v3.29.0
|
||||
version: v3.29.1
|
||||
+annotations:
|
||||
+ catalog.cattle.io/namespace: tigera-operator
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
- namespace: {{.Release.Namespace}}
|
||||
+ namespace: tigera-operator
|
||||
labels:
|
||||
k8s-app: tigera-operator-uninstall
|
||||
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
@@ -35,5 +35,5 @@
|
||||
{{- include "tigera-operator.labels" (dict "context" .) | nindent 4 }}
|
||||
@@ -34,5 +34,5 @@
|
||||
serviceAccountName: tigera-operator
|
||||
containers:
|
||||
- name: cleanup-job
|
||||
|
|
|
@ -37,13 +37,13 @@
|
|||
tigeraOperator:
|
||||
- image: tigera/operator
|
||||
+ image: rancher/mirrored-calico-operator
|
||||
version: v1.36.0
|
||||
version: v1.36.2
|
||||
- registry: quay.io
|
||||
+ registry: docker.io
|
||||
calicoctl:
|
||||
- image: docker.io/calico/ctl
|
||||
+ image: rancher/mirrored-calico-ctl
|
||||
tag: v3.29.0
|
||||
tag: v3.29.1
|
||||
|
||||
-kubeletVolumePluginPath: /var/lib/kubelet
|
||||
+kubeletVolumePluginPath: "None"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
url: https://github.com/projectcalico/calico/releases/download/v3.29.0/tigera-operator-v3.29.0.tgz
|
||||
url: https://github.com/projectcalico/calico/releases/download/v3.29.1/tigera-operator-v3.29.1.tgz
|
||||
packageVersion: 00
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v1
|
||||
version: v3.29.0
|
||||
version: v3.29.1
|
||||
description: Installs the CRDs for rke2-calico
|
||||
name: rke2-calico-crd
|
||||
type: application
|
||||
|
|
Loading…
Reference in New Issue