Merge "expose nexus and swagger api ports externally"
[oom.git] / kubernetes / policy / charts / drools / charts / nexus / templates / deployment.yaml
index 6c7ac5f..1734952 100644 (file)
@@ -40,7 +40,7 @@ spec:
           name: nexus-data
       containers:
         - name: {{ include "common.name" . }}
-          image: "{{ .Values.global.repository | default .Values.repository }}/{{ .Values.image }}"
+          image: "{{ include "common.repository" . }}/{{ .Values.image }}"
           imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
           ports:
           - containerPort: {{ .Values.service.externalPort }}