diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml index 45dab0b9..afd93038 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/deployment.yaml @@ -24,7 +24,7 @@ spec: app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/instance: {{ .Release.Name }} annotations: - app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "authentication-config.yaml") . | sha256sum }} + app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "/authentication-config.yaml") . | sha256sum }} spec: containers: - name: "authentication" diff --git a/freeleaps/helm-pkg/centralStorage/templates/central-storage/deployment.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/deployment.yaml index 09ce31f2..d20587f7 100644 --- a/freeleaps/helm-pkg/centralStorage/templates/central-storage/deployment.yaml +++ b/freeleaps/helm-pkg/centralStorage/templates/central-storage/deployment.yaml @@ -24,7 +24,7 @@ spec: app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/instance: {{ .Release.Name }} annotations: - app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "central-storage-config.yaml") . | sha256sum }} + app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "/central-storage-config.yaml") . | sha256sum }} spec: containers: - name: "central-storage" diff --git a/freeleaps/helm-pkg/chat/templates/chat/deployment.yaml b/freeleaps/helm-pkg/chat/templates/chat/deployment.yaml index b2fceeca..2f7d6d64 100644 --- a/freeleaps/helm-pkg/chat/templates/chat/deployment.yaml +++ b/freeleaps/helm-pkg/chat/templates/chat/deployment.yaml @@ -24,7 +24,7 @@ spec: app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/instance: {{ .Release.Name }} annotations: - app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "chat-config.yaml") . | sha256sum }} + app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "/chat-config.yaml") . | sha256sum }} spec: containers: - name: "chat" diff --git a/freeleaps/helm-pkg/content/templates/content/deployment.yaml b/freeleaps/helm-pkg/content/templates/content/deployment.yaml index 7e93f3a9..06383ad5 100644 --- a/freeleaps/helm-pkg/content/templates/content/deployment.yaml +++ b/freeleaps/helm-pkg/content/templates/content/deployment.yaml @@ -24,7 +24,7 @@ spec: app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/instance: {{ .Release.Name }} annotations: - app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "content-config.yaml") . | sha256sum }} + app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "/content-config.yaml") . | sha256sum }} spec: containers: - name: "content" diff --git a/freeleaps/helm-pkg/devsvc/templates/devsvc/deployment.yaml b/freeleaps/helm-pkg/devsvc/templates/devsvc/deployment.yaml index f75634f5..5d4d56f1 100644 --- a/freeleaps/helm-pkg/devsvc/templates/devsvc/deployment.yaml +++ b/freeleaps/helm-pkg/devsvc/templates/devsvc/deployment.yaml @@ -24,7 +24,7 @@ spec: app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/instance: {{ .Release.Name }} annotations: - app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "devsvc-config.yaml") . | sha256sum }} + app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "/devsvc-config.yaml") . | sha256sum }} spec: containers: - name: "devsvc" diff --git a/freeleaps/helm-pkg/freeleaps/templates/freeleaps/deployment.yaml b/freeleaps/helm-pkg/freeleaps/templates/freeleaps/deployment.yaml index ffa68fd5..bd7e0bc2 100644 --- a/freeleaps/helm-pkg/freeleaps/templates/freeleaps/deployment.yaml +++ b/freeleaps/helm-pkg/freeleaps/templates/freeleaps/deployment.yaml @@ -24,7 +24,7 @@ spec: app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/instance: {{ .Release.Name }} annotations: - app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "freeleaps-config.yaml") . | sha256sum }} + app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "/freeleaps-config.yaml") . | sha256sum }} spec: containers: - name: "freeleaps" diff --git a/freeleaps/helm-pkg/frontend/templates/frontend/deployment.yaml b/freeleaps/helm-pkg/frontend/templates/frontend/deployment.yaml index cc7c8b54..7ff16032 100644 --- a/freeleaps/helm-pkg/frontend/templates/frontend/deployment.yaml +++ b/freeleaps/helm-pkg/frontend/templates/frontend/deployment.yaml @@ -24,7 +24,7 @@ spec: app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/instance: {{ .Release.Name }} annotations: - app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "frontend-config.yaml") . | sha256sum }} + app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "/frontend-config.yaml") . | sha256sum }} spec: containers: - name: "frontend" diff --git a/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml b/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml index 7ca00108..7e27ba60 100644 --- a/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml +++ b/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml @@ -24,7 +24,7 @@ spec: app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/instance: {{ .Release.Name }} annotations: - app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "notification-config.yaml") . | sha256sum }} + app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "/notification-config.yaml") . | sha256sum }} spec: containers: - name: "notification" diff --git a/freeleaps/helm-pkg/payment/templates/payment/deployment.yaml b/freeleaps/helm-pkg/payment/templates/payment/deployment.yaml index d261ae7f..d62ad72b 100644 --- a/freeleaps/helm-pkg/payment/templates/payment/deployment.yaml +++ b/freeleaps/helm-pkg/payment/templates/payment/deployment.yaml @@ -24,7 +24,7 @@ spec: app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/instance: {{ .Release.Name }} annotations: - app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "payment-config.yaml") . | sha256sum }} + app.kubernetes.io/config-checksum: {{ include (print $.Template.BasePath "/payment-config.yaml") . | sha256sum }} spec: containers: - name: "payment"