Update templates/deployment.yaml
All checks were successful
Helm Chart CI / Package and Register Helm Chart (push) Successful in 6s

This commit is contained in:
gitea_admin_user 2025-01-21 22:44:45 +00:00
parent 7fd3da3cb4
commit e84563dd17

View File

@ -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: