Skip to content

Commit

Permalink
fix(helm): replace + with _
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Feb 16, 2024
1 parent a22a9b3 commit 16dafd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/outdated/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Common labels
helm.sh/chart: {{ include "outdated.chart" . }}
{{ include "outdated.selectorLabels" . }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
app.kubernetes.io/version: {{ .Chart.AppVersion | replace "+" "_" | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}
Expand Down

0 comments on commit 16dafd6

Please sign in to comment.