Skip to content

Commit

Permalink
v0.27.2 (#1143)
Browse files Browse the repository at this point in the history
* v0.27.2

v0.27.2

* more
  • Loading branch information
v0lkan authored Oct 1, 2024
1 parent 9a430a3 commit 2d0256a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/timeline/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions k8s/0.27.2/spire.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d0256a

Please sign in to comment.