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 9f67491
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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"]
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 9f67491

Please sign in to comment.