From a53213d1b9dfbf1b0f5022f045020e2c7d805221 Mon Sep 17 00:00:00 2001 From: "Bradley.McCallion" Date: Thu, 12 Mar 2026 13:25:05 +0000 Subject: [PATCH 1/2] feat: add support for deployment annotations --- 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..4c117dd 100644 --- a/charts/wiremock/templates/deployment.yaml +++ b/charts/wiremock/templates/deployment.yaml @@ -4,6 +4,10 @@ metadata: name: {{ include "wiremock.fullname" . }} labels: {{- include "wiremock.labels" . | nindent 4 }} + {{- with .Values.deployment.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} spec: {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }} diff --git a/charts/wiremock/values.yaml b/charts/wiremock/values.yaml index 09979c3..3380a6e 100644 --- a/charts/wiremock/values.yaml +++ b/charts/wiremock/values.yaml @@ -56,6 +56,8 @@ extraInitContainers: [] deploymentStrategy: {} # type: Recreate +deployment: + annotations: {} # Load mappings from the templated configmap mappingsFromConfigmap: true From f8475a0ab690d08a9b0925f2d7ea4f2d666b4714 Mon Sep 17 00:00:00 2001 From: "Bradley.McCallion" Date: Fri, 20 Mar 2026 15:07:27 +0000 Subject: [PATCH 2/2] chore: bump chart version by minor --- 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 1f75b80..d53c64d 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.9.1 +version: 1.10.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