From b5e44e10ac5c3a88104a41d3cd8de7bcb6df7a17 Mon Sep 17 00:00:00 2001 From: Hans Rakers Date: Wed, 24 Jul 2024 09:41:56 +0200 Subject: [PATCH 1/2] fix(chart): fix syntax errors in syncer job template --- charts/cloudstack-csi/templates/syncer-job.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/cloudstack-csi/templates/syncer-job.yaml b/charts/cloudstack-csi/templates/syncer-job.yaml index 19cfa92..d226a25 100644 --- a/charts/cloudstack-csi/templates/syncer-job.yaml +++ b/charts/cloudstack-csi/templates/syncer-job.yaml @@ -19,9 +19,9 @@ spec: securityContext: {{- toYaml .Values.syncer.podSecurityContext | nindent 8 }} serviceAccountName: {{ .Values.syncer.serviceAccount.name }} tolerations: - { { - with .Values.node.tolerations } } - { { - toYaml . | nindent 8 } } - { { - end } } + {{- with .Values.node.tolerations }} + {{- toYaml . | nindent 8 }} + {{- end }} {{- with .Values.syncer.affinity }} affinity: {{- toYaml . | nindent 8 }} {{- end }} @@ -68,4 +68,4 @@ spec: path: /etc/cloudstack-csi-driver {{- end }} restartPolicy: {{ .Values.syncer.restartPolicy }} -{{- end }} \ No newline at end of file +{{- end }} From 9348bb8fda49f2e611cadbfc903a0aecb7dfe450 Mon Sep 17 00:00:00 2001 From: Hans Rakers Date: Wed, 24 Jul 2024 09:47:20 +0200 Subject: [PATCH 2/2] Bump chart version v2.0.1 for release v0.6.1 --- charts/cloudstack-csi/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cloudstack-csi/Chart.yaml b/charts/cloudstack-csi/Chart.yaml index a0bbb22..aec9c00 100644 --- a/charts/cloudstack-csi/Chart.yaml +++ b/charts/cloudstack-csi/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: cloudstack-csi description: A Helm chart for CloudStack CSI driver type: application -version: 2.0.0 -appVersion: 0.6.0 +version: 2.0.1 +appVersion: 0.6.1 sources: - https://github.com/Leaseweb/cloudstack-csi-driver keywords: