Skip to content

Commit

Permalink
fix quote issue on hapi-fhir chart (#80)
Browse files Browse the repository at this point in the history
* fix quote issue

* update appversion
  • Loading branch information
bennsimon authored Sep 11, 2023
1 parent 31f56e5 commit 73b651e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/hapi-fhir/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ 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: 0.4.3
version: 0.4.4

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v5.8.0"
appVersion: "v6.1.7-SNAPSHOT"
2 changes: 1 addition & 1 deletion charts/hapi-fhir/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Populate the pod annotations
*/}}
{{- define "hapi-fhir.podAnnotations" -}}
{{- range $index, $element:=.Values.podAnnotations }}
{{ $index }}: {{ $element }}
{{ $index }}: {{ $element | quote }}
{{- end }}
{{- if .Values.recreatePodsWhenConfigMapChange }}
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
Expand Down

0 comments on commit 73b651e

Please sign in to comment.