diff --git a/helm/templates/03_damap.yaml b/helm/templates/03_damap.yaml index 60dc3b19..b3279209 100644 --- a/helm/templates/03_damap.yaml +++ b/helm/templates/03_damap.yaml @@ -77,7 +77,7 @@ spec: - name: damap-backend {{- if and .Values.openshift (ne .Values.customBuild.backend.name "") }} - image: "{{ .Values.customBuild.backend.name }}:{{ .Values.customBuild.backend.ref }}" + image: "image-registry.openshift-image-registry.svc:5000/{{ .Release.Namespace }}/{{ .Values.customBuild.backend.name }}:{{ .Values.customBuild.backend.ref }}" {{- else }} image: "ghcr.io/damap-org/damap-backend:{{ .Values.damap.backendVersion }}" {{- end }} @@ -345,7 +345,7 @@ spec: containers: - name: damap-frontend {{- if and .Values.openshift (ne .Values.customBuild.frontend.name "") }} - image: "{{ .Values.customBuild.frontend.name }}:{{ .Values.customBuild.frontend.ref }}" + image: "image-registry.openshift-image-registry.svc:5000/{{ .Release.Namespace }}/{{ .Values.customBuild.frontend.name }}:{{ .Values.customBuild.frontend.ref }}" {{- else }} image: "ghcr.io/damap-org/damap-frontend:{{ .Values.damap.frontendVersion }}" {{- end }} diff --git a/helm/templates/05_damap_ingress.yaml b/helm/templates/05_damap_ingress.yaml index 299174f9..7cb80b0b 100644 --- a/helm/templates/05_damap_ingress.yaml +++ b/helm/templates/05_damap_ingress.yaml @@ -1,4 +1,4 @@ -{{- if and .Values.openshift (not .Values.damap.custom_domain) }} +{{- if and .Values.openshift (not .Values.damap.customDomain) }} {{- /* OpenShift default domain (Route) */}}