diff options
author | Munir Ahmad <munir.ahmad@bell.ca> | 2017-08-15 15:36:46 -0400 |
---|---|---|
committer | Munir Ahmad <munir.ahmad@bell.ca> | 2017-08-16 10:34:49 -0400 |
commit | 0b1332938385cc534b1f034b73f19c145ead87c6 (patch) | |
tree | 8c87c6dee4de1efc439e3d48b95e54f8f833d301 /kubernetes/policy/dep-nexus.yaml | |
parent | d17accd32f4f7851dbe7b023f1997aa4e17938e8 (diff) |
onap 1.1 deployment files work in progress...
issue-id: OOM-66
Change-Id: If6553647343bb07464e8cc8556223f0c7a01f134
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Diffstat (limited to 'kubernetes/policy/dep-nexus.yaml')
-rw-r--r-- | kubernetes/policy/dep-nexus.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/dep-nexus.yaml b/kubernetes/policy/dep-nexus.yaml index 48c289e3e1..02f767bb23 100644 --- a/kubernetes/policy/dep-nexus.yaml +++ b/kubernetes/policy/dep-nexus.yaml @@ -43,7 +43,7 @@ spec: - /bin/bash - -c - bash -c "/opt/nexus/nexus-2.14.2-01/bin/nexus start && sleep 1000d" - image: nexus3.onap.org:10001/openecomp/policy/policy-nexus:1.0-STAGING-latest + image: nexus3.onap.org:10001/openecomp/policy/policy-nexus:1.1-STAGING-latest name: nexus imagePullSecrets: - name: onap-docker-registry-key |