Fix checksum/cmd-params and checksum/cm to prevent unnecessary diffs

Signed-off-by: Patrick <94605888+pgmgb@users.noreply.github.com>
This commit is contained in:
pgmgb 2024-11-13 08:36:36 +01:00 committed by Patrick
parent 0061e14563
commit fb66a9f032
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v1.9.2
description: A Helm chart for Argo Events, the event-driven workflow automation framework
name: argo-events
version: 2.4.8
version: 2.4.9
home: https://github.com/argoproj/argo-helm
icon: https://avatars.githubusercontent.com/u/30269780?s=200&v=4
keywords:

View file

@ -15,7 +15,7 @@ spec:
template:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/argo-events-controller/config.yaml") . | sha256sum }}
checksum/config: {{ (include (print $.Template.BasePath "/argo-events-controller/config.yaml") . | fromYaml).data | toYaml | sha256sum }}
{{- with (mergeOverwrite (deepCopy .Values.global.podAnnotations) .Values.controller.podAnnotations) }}
{{- range $key, $value := . }}
{{ $key }}: {{ $value | quote }}