aboutsummaryrefslogtreecommitdiffstats
path: root/helm/policy/components/policy-pap/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/policy/components/policy-pap/templates/deployment.yaml')
-rwxr-xr-xhelm/policy/components/policy-pap/templates/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm/policy/components/policy-pap/templates/deployment.yaml b/helm/policy/components/policy-pap/templates/deployment.yaml
index 6c82fb8b..09858de1 100755
--- a/helm/policy/components/policy-pap/templates/deployment.yaml
+++ b/helm/policy/components/policy-pap/templates/deployment.yaml
@@ -55,7 +55,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- image: nexus3.onap.org:10001/onap/oom/readiness:3.0.1
+ image: {{ .Values.global.repository }}/{{ .Values.global.image.readiness }}
imagePullPolicy: {{ .Values.pullPolicy }}
name: {{ .Chart.Name }}-readiness
- command:
@@ -121,7 +121,7 @@ spec:
name: {{ .Chart.Name }}-update-config
containers:
- name: {{ .Chart.Name }}
- image: {{ .Values.image }}
+ image: {{ .Values.global.repository }}/{{ .Values.global.image.pap }}
imagePullPolicy: {{ .Values.pullPolicy }}
command: ["/opt/app/policy/pap/bin/policy-pap.sh"]
args: ["/opt/app/policy/pap/etc/mounted/papParameters.yaml"]