chore: added string processing to image tag
This commit is contained in:
@@ -45,7 +45,7 @@ spec:
|
||||
secretKeyRef:
|
||||
key: url
|
||||
name: amqp
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
image: "{{ .Values.image.repository }}:v{{ trim .Values.image.tag | default .Chart.AppVersion }}"
|
||||
imagePullPolicy: Always
|
||||
name: transcode-job
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user