From b949ca49b7bf0c29cbdb1d3028a3e5a328ac81e4 Mon Sep 17 00:00:00 2001 From: Jules Lefebvre Date: Wed, 22 Oct 2025 15:02:28 +0200 Subject: [PATCH 1/2] feat(charts/wiremock): add automountServiceAccountToken values for deployment --- charts/wiremock/templates/deployment.yaml | 4 ++++ charts/wiremock/values.yaml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/charts/wiremock/templates/deployment.yaml b/charts/wiremock/templates/deployment.yaml index f1c2df7..8b28bc9 100644 --- a/charts/wiremock/templates/deployment.yaml +++ b/charts/wiremock/templates/deployment.yaml @@ -30,6 +30,10 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} serviceAccountName: {{ include "wiremock.serviceAccountName" . }} + {{- with .Values.automountServiceAccountToken }} + automountServiceAccountToken: + {{- toYaml . | nindent 8 }} + {{- end }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: diff --git a/charts/wiremock/values.yaml b/charts/wiremock/values.yaml index 09979c3..e67725f 100644 --- a/charts/wiremock/values.yaml +++ b/charts/wiremock/values.yaml @@ -83,6 +83,8 @@ imagePullSecrets: [] nameOverride: "" fullnameOverride: "" +automountServiceAccountToken: true + serviceAccount: # Specifies whether a service account should be created create: true From 40983aa65292d33cbd9198a9f09bd2e468b95eed Mon Sep 17 00:00:00 2001 From: Jules Lefebvre Date: Thu, 16 Apr 2026 12:34:17 +0200 Subject: [PATCH 2/2] fix: bump chart version to 1.11.0 --- charts/wiremock/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/wiremock/Chart.yaml b/charts/wiremock/Chart.yaml index d53c64d..4313330 100644 --- a/charts/wiremock/Chart.yaml +++ b/charts/wiremock/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.10.0 +version: 1.11.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to