Skip to content

Commit 0347342

Browse files
authored
Merge pull request #469 from wunderio/release/2025-02-18
Release 2025-02-18
2 parents 6ee53e7 + 357cc85 commit 0347342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drupal/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: drupal
3-
version: 1.17.0
3+
version: 1.17.1
44
dependencies:
55
- name: mariadb
66
version: 7.5.x

drupal/templates/serviceaccount.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ metadata:
44
name: {{ .Release.Name }}-sa
55
labels:
66
{{- include "drupal.release_labels" . | nindent 4 }}
7-
automountServiceAccountToken: {{ .Values.automountServiceAccountToken }}
7+
automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }}
88
{{- include "drupal.imagePullSecrets" . }}
99

0 commit comments

Comments
 (0)