From e84563dd1798884d792fc8cc6d8e66220dab03af Mon Sep 17 00:00:00 2001 From: gitea_admin_user Date: Tue, 21 Jan 2025 22:44:45 +0000 Subject: [PATCH] Update templates/deployment.yaml --- templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: