From cdaafde182424c51185909a7fd98924364616fb2 Mon Sep 17 00:00:00 2001 From: Eric Au Date: Thu, 31 Aug 2017 16:18:11 -0400 Subject: Policy 1.1 in Kubernetes - up verion containers to use 1.1 - pap and brmsgw report it is waiting for pap 9091 port to be open but pdp and pypdp reports pap 9091 port is open - removed push-policies.sh from 1.1 due to comment in CR - removed pypdp container from 1.1 due to comment in CR - removed pypdp.conf from 1.1 due to comment in CR - removed ip_addr.txt from 1.1 due to comment in CR Change-Id: Ibb685ec603a59dba56aa9673044ae1923d993191 Issue-Id: OOM-249 Signed-off-by: Eric Au --- kubernetes/policy/templates/dep-nexus.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/policy/templates/dep-nexus.yaml') diff --git a/kubernetes/policy/templates/dep-nexus.yaml b/kubernetes/policy/templates/dep-nexus.yaml index 4507508935..de067b162f 100644 --- a/kubernetes/policy/templates/dep-nexus.yaml +++ b/kubernetes/policy/templates/dep-nexus.yaml @@ -33,7 +33,7 @@ spec: } } ], - "image": "{{ .Values.image.readiness }}", + "image": "{{ .Values.image.readiness }}:{{ .Values.image.readinessVersion }}", "imagePullPolicy": "{{ .Values.pullPolicy }}", "name": "nexus-readiness" } @@ -44,7 +44,7 @@ spec: - /bin/bash - -c - bash -c "/opt/nexus/nexus-2.14.2-01/bin/nexus start && sleep 1000d" - image: {{ .Values.image.policyNexus }} + image: "{{ .Values.image.policyNexus }}:{{ .Values.image.policyNexusVersion }}" imagePullPolicy: {{ .Values.pullPolicy }} name: nexus imagePullSecrets: -- cgit 1.2.3-korg