We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df81b85 commit 47a39acCopy full SHA for 47a39ac
helm/templates/api.deploy.yaml
@@ -14,4 +14,4 @@ spec:
14
spec:
15
containers:
16
- name: springboot
17
- image: {{ .Values.DTR.FQDN }}:{{ .Values.DTR.port }}/engineering/api-build:{{ .Values.API.tag }}
+ image: {{ .Values.DTR.FQDN }}:{{ .Values.DTR.port }}/{{ .Values.API.repo }}:{{ .Values.API.tag }}
0 commit comments