Skip to content

Commit

Permalink
Fix new image tag on Calico v3.27.0
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Bonafiglia <[email protected]>
  • Loading branch information
rbrtbnfgl committed Feb 12, 2024
1 parent c7de4c5 commit 79b88d3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
--- charts-original/templates/tigera-operator/00-uninstall.yaml
+++ charts/templates/tigera-operator/00-uninstall.yaml
@@ -2,7 +2,7 @@
kind: Job
metadata:
name: tigera-operator-uninstall
- namespace: {{.Release.Namespace}}
+ namespace: tigera-operator
labels:
k8s-app: tigera-operator-uninstall
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
@@ -34,5 +34,5 @@
serviceAccountName: tigera-operator
containers:
- name: cleanup-job
- image: {{ template "tigera-operator.image" .Values.tigeraOperator}}
+ image: {{ template "tigera-operator.image" . }}
args: ["-pre-delete"]
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

certs:
node:
@@ -51,11 +64,30 @@
@@ -51,11 +64,28 @@

# Image and registry configuration for the tigera/operator pod.
tigeraOperator:
Expand All @@ -45,8 +45,7 @@
+ image: rancher/mirrored-calico-ctl
tag: v3.27.0

kubeletVolumePluginPath: /var/lib/kubelet
+
-kubeletVolumePluginPath: /var/lib/kubelet
+global:
+ systemDefaultRegistry: ""
+ clusterCIDRv4: ""
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-calico/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
url: https://github.com/projectcalico/calico/releases/download/v3.27.0/tigera-operator-v3.27.0.tgz
packageVersion: 00
packageVersion: 01
additionalCharts:
- workingDir: charts-crd
crdOptions:
Expand Down

0 comments on commit 79b88d3

Please sign in to comment.