File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.9.1
18+ version : 1.10.0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ metadata:
44 name : {{ include "wiremock.fullname" . }}
55 labels :
66 {{- include "wiremock.labels" . | nindent 4 }}
7+ {{- with .Values.deployment.annotations }}
8+ annotations :
9+ {{- toYaml . | nindent 4 }}
10+ {{- end }}
711spec :
812 {{- if not .Values.autoscaling.enabled }}
913 replicas : {{ .Values.replicaCount }}
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ extraInitContainers: []
5656
5757deploymentStrategy : {}
5858# type: Recreate
59+ deployment :
60+ annotations : {}
5961
6062# Load mappings from the templated configmap
6163mappingsFromConfigmap : true
You can’t perform that action at this time.
0 commit comments