From 97cc22310f99dcf964aef3ec05c66de73dc6c6fc Mon Sep 17 00:00:00 2001 From: Hans Song Date: Sat, 13 Jul 2024 22:37:46 +1000 Subject: [PATCH] fix syntax, bump chart version --- charts/huisheng/Chart.yaml | 2 +- charts/huisheng/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/huisheng/Chart.yaml b/charts/huisheng/Chart.yaml index 1372bb1..fde82c6 100644 --- a/charts/huisheng/Chart.yaml +++ b/charts/huisheng/Chart.yaml @@ -3,7 +3,7 @@ name: huisheng description: Huisheng type: application -version: 0.0.4 +version: 0.0.5 appVersion: 0.0.1 home: https://github.com/hans-m-song/huisheng diff --git a/charts/huisheng/templates/deployment.yaml b/charts/huisheng/templates/deployment.yaml index 02b7322..8803e1e 100644 --- a/charts/huisheng/templates/deployment.yaml +++ b/charts/huisheng/templates/deployment.yaml @@ -16,7 +16,7 @@ spec: labels: {{ include "huisheng.selectorLabels" . | nindent 8 }} annotations: credentials/checksum: {{ include (print $.Template.BasePath "/credentials.yaml") . | sha256sum }} - {{- range $key, $value := range .Values.podAnnotations }} + {{- range $key, $value := .Values.podAnnotations }} {{ $key }}: {{ $value | quote }} {{- end }} spec: