Skip to content

Commit 71be7e6

Browse files
committed
Fix helm app version stripping v
1 parent 5672bc2 commit 71be7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
{{- end }}
5050
containers:
5151
- name: coder-logstream-kube
52-
image: "{{ .Values.image.repo }}:{{ .Values.image.tag | default (printf "v%v" .Chart.AppVersion) }}"
52+
image: "{{ .Values.image.repo }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
5353
imagePullPolicy: {{ .Values.image.pullPolicy }}
5454
command:
5555
- /coder-logstream-kube

0 commit comments

Comments
 (0)