File tree 3 files changed +3
-3
lines changed
helm-charts/move2kube/templates
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,4 +117,4 @@ prepare-for-release:
117
117
118
118
.PHONY : helm-install
119
119
helm-install :
120
- helm upgrade --install --set image.tag =${IMAGE_TAG} ${RELEASE_NAME} helm-charts/move2kube/
120
+ helm upgrade --install --set image_tag =${IMAGE_TAG} ${RELEASE_NAME} helm-charts/move2kube/
Original file line number Diff line number Diff line change 18
18
spec :
19
19
serviceAccountName : {{ .Release.Name }}-move2kube
20
20
containers :
21
- - image : quay.io/konveyor/move2kube-api:{{ .Values.image.tag | default .Chart.AppVersion }}
21
+ - image : quay.io/konveyor/move2kube-api:{{ .Values.image_tag | default .Chart.AppVersion }}
22
22
imagePullPolicy : Always
23
23
name : move2kubeapi
24
24
ports :
Original file line number Diff line number Diff line change 21
21
name : {{ .Release.Name }}-move2kubeui
22
22
spec :
23
23
containers :
24
- - image : quay.io/konveyor/move2kube-ui:{{ .Values.image.tag | default .Chart.AppVersion }}
24
+ - image : quay.io/konveyor/move2kube-ui:{{ .Values.image_tag | default .Chart.AppVersion }}
25
25
imagePullPolicy : Always
26
26
name : move2kubeui
27
27
env :
You can’t perform that action at this time.
0 commit comments