diff --git a/charts/tibiadata-api-go/Chart.yaml b/charts/tibiadata-api-go/Chart.yaml index aef6c86..83e3a3a 100644 --- a/charts/tibiadata-api-go/Chart.yaml +++ b/charts/tibiadata-api-go/Chart.yaml @@ -24,7 +24,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.2.2 +version: 1.2.3 # 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 diff --git a/charts/tibiadata-api-go/templates/configmaps.yaml b/charts/tibiadata-api-go/templates/configmap.yaml similarity index 100% rename from charts/tibiadata-api-go/templates/configmaps.yaml rename to charts/tibiadata-api-go/templates/configmap.yaml diff --git a/charts/tibiadata-api-go/templates/deployment.yaml b/charts/tibiadata-api-go/templates/deployment.yaml index c04f68a..9daf7ff 100644 --- a/charts/tibiadata-api-go/templates/deployment.yaml +++ b/charts/tibiadata-api-go/templates/deployment.yaml @@ -13,13 +13,13 @@ spec: {{- include "tibiadata-api-go.selectorLabels" . | nindent 6 }} template: metadata: - {{- with .Values.podAnnotations }} annotations: {{- if .Values.configMap.create }} - checksum/cm: {{ include (print $.Template.BasePath "/templates/configmaps.yaml") . | sha256sum }} + checksum/cm: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} {{- end }} + {{- with .Values.podAnnotations }} {{- toYaml . | nindent 8 }} - {{- end }} + {{- end }} labels: {{- include "tibiadata-api-go.selectorLabels" . | nindent 8 }} spec: