Skip to content

Commit

Permalink
fix syntax, bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-m-song committed Jul 13, 2024
1 parent 0adb2aa commit 97cc223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/huisheng/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/huisheng/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 97cc223

Please sign in to comment.