diff --git a/templates/deployment.yaml b/templates/deployment.yaml index c780f6a..f662117 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - 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 imagePullPolicy: Always envFrom: