Skip to content

Commit

Permalink
fix to chart_version
Browse files Browse the repository at this point in the history
  • Loading branch information
qcaas-nhs-sjt committed Oct 3, 2024
1 parent 76c0dc7 commit 27527f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployment-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
{{ $key }}_branch: {{ $value.branch }}
{{ end }}
{{ if hasKey $value "chart_version"}}
{{ $key }}_chart_version: {{ $value.branch }}
{{ $key }}_chart_version: {{ $value.chart_version }}
{{ end }}
{{ if hasKey $value "image"}}
{{ $key }}_image: {{ $value.branch }}
Expand Down

0 comments on commit 27527f3

Please sign in to comment.