From 28e8b4968e2d5e7ad89d69e2ddf9efa05a960316 Mon Sep 17 00:00:00 2001 From: Sven Wiltink Date: Tue, 8 Oct 2024 21:35:00 +0200 Subject: [PATCH] remove config hash --- charts/dr-docso/Chart.yaml | 2 +- charts/dr-docso/templates/deployment.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/dr-docso/Chart.yaml b/charts/dr-docso/Chart.yaml index 6e05b04..9d6029f 100644 --- a/charts/dr-docso/Chart.yaml +++ b/charts/dr-docso/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.2.0 +version: 1.2.1 # 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/dr-docso/templates/deployment.yaml b/charts/dr-docso/templates/deployment.yaml index e613d7e..d83a271 100644 --- a/charts/dr-docso/templates/deployment.yaml +++ b/charts/dr-docso/templates/deployment.yaml @@ -14,7 +14,6 @@ spec: {{- with .Values.podAnnotations }} {{- toYaml . | nindent 8 }} {{- end }} - checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} labels: {{- include "dr-docso.selectorLabels" . | nindent 8 }} spec: