Update templates/deployment.yaml
All checks were successful
Helm Chart CI / Package and Register Helm Chart (push) Successful in 6s
All checks were successful
Helm Chart CI / Package and Register Helm Chart (push) Successful in 6s
This commit is contained in:
parent
7fd3da3cb4
commit
e84563dd17
@ -17,7 +17,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Values.repoName }}-{{ .Values.branchName }}-{{ .Values.shortVersion }}
|
- name: {{ .Values.repoName }}-{{ .Values.branchName }}-{{ .Values.shortVersion }}
|
||||||
image: "centurion-version-control.default.svc.cluster.local:3000/centurion/{{ .Values.name }}:{{ .Values.version }}"
|
image: "{{ .Values.imageRegistry.server }}/centurion/{{ .Values.name }}:{{ .Values.version }}"
|
||||||
insecure: true
|
insecure: true
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user