Skip to content

Commit af50a58

Browse files
committed
Update to calico 3.30.4
Signed-off-by: Michael Fritch <[email protected]>
1 parent 52e828c commit af50a58

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

packages/rke2-calico/generated-changes/patch/Chart.yaml.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
- https://github.com/projectcalico/calico/tree/master/charts/tigera-operator
1111
- https://github.com/tigera/operator
1212
- https://github.com/projectcalico/calico
13-
version: v3.30.3
13+
version: v3.30.4
1414
+annotations:
1515
+ catalog.cattle.io/namespace: tigera-operator

packages/rke2-calico/generated-changes/patch/templates/tigera-operator/02-rolebinding-tigera-operator-secrets.yaml.patch

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
{{- include "tigera-operator.labels" (dict "context" .) | nindent 4 }}
1111
subjects:
1212
- kind: ServiceAccount
13-
- name: {{.Release.Namespace}}
14-
- namespace: {{.Release.Namespace}}
15-
+ name: tigera-operator
13+
name: tigera-operator
14+
- namespace: {{ .Release.Namespace }}
1615
+ namespace: tigera-operator
1716
roleRef:
1817
kind: ClusterRole

packages/rke2-calico/generated-changes/patch/values.yaml.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858
tigeraOperator:
5959
- image: tigera/operator
6060
+ image: rancher/mirrored-calico-operator
61-
version: v1.38.6
61+
version: v1.38.7
6262
- registry: quay.io
6363
+ registry: docker.io
6464
calicoctl:
6565
- image: docker.io/calico/ctl
6666
+ image: rancher/mirrored-calico-ctl
67-
tag: v3.30.3
67+
tag: v3.30.4
6868

6969
-kubeletVolumePluginPath: /var/lib/kubelet
7070
+kubeletVolumePluginPath: "None"

packages/rke2-calico/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
url: https://github.com/projectcalico/calico/releases/download/v3.30.3/tigera-operator-v3.30.3.tgz
1+
url: https://github.com/projectcalico/calico/releases/download/v3.30.4/tigera-operator-v3.30.4.tgz
22
packageVersion: 00
33
additionalCharts:
44
- workingDir: charts-crd
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
version: v3.30.3
2+
version: v3.30.4
33
description: Installs the CRDs for rke2-calico
44
name: rke2-calico-crd
55
type: application

0 commit comments

Comments
 (0)