From 2d0256afabbc62cd6ec8ed0288d8aa97f0ae5cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20=C3=96z=C3=A7elik?= Date: Mon, 30 Sep 2024 19:42:11 -0700 Subject: [PATCH] v0.27.2 (#1143) * v0.27.2 v0.27.2 * more --- docs/content/timeline/changelog.md | 2 ++ .../spire/templates/daemonset-spire-spiffe-csi-driver.yaml | 5 +++++ k8s/0.27.2/spire.yaml | 1 + 3 files changed, 8 insertions(+) diff --git a/docs/content/timeline/changelog.md b/docs/content/timeline/changelog.md index 13bd3bd8..55601dd0 100644 --- a/docs/content/timeline/changelog.md +++ b/docs/content/timeline/changelog.md @@ -19,6 +19,8 @@ weight = 11 * Updated some of the Asciinema screen recordings of the use cases. * Other documentation updates. * Minor code fixes and enhancements. +* Added missing imagePullSecrets to SPIFFE CSI Driver helm template of the + VSecM Helm charts. ## [0.27.1] - 2024-09-13 diff --git a/helm-charts/0.27.2/charts/spire/templates/daemonset-spire-spiffe-csi-driver.yaml b/helm-charts/0.27.2/charts/spire/templates/daemonset-spire-spiffe-csi-driver.yaml index 97cb57bc..a07d7949 100644 --- a/helm-charts/0.27.2/charts/spire/templates/daemonset-spire-spiffe-csi-driver.yaml +++ b/helm-charts/0.27.2/charts/spire/templates/daemonset-spire-spiffe-csi-driver.yaml @@ -34,6 +34,11 @@ spec: app.kubernetes.io/name: spiffe-csi-driver app.kubernetes.io/instance: spire spec: +{{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} +{{- end }} + serviceAccountName: spire-spiffe-csi-driver priorityClassName: system-node-critical diff --git a/k8s/0.27.2/spire.yaml b/k8s/0.27.2/spire.yaml index 02afb3ef..ff6bc3f9 100644 --- a/k8s/0.27.2/spire.yaml +++ b/k8s/0.27.2/spire.yaml @@ -899,6 +899,7 @@ spec: app.kubernetes.io/name: spiffe-csi-driver app.kubernetes.io/instance: spire spec: + serviceAccountName: spire-spiffe-csi-driver priorityClassName: system-node-critical