diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-08-25 16:18:28 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-08-25 16:18:28 +0000 |
commit | 9f354818ca418f86d42bf549613e46b66ebdc323 (patch) | |
tree | 47690daeed693bb5e7f87f86a64d5b39807a4e75 /kubernetes/appc/values.yaml | |
parent | fb541cc7f4cd6e3f1fc9f1a526b59c832fbce3f4 (diff) |
moving appc & sdnc to 1.1
-Updated forked config files.
--Had to change from mounting whole dir to specific files
as we were overwriting other files from the image!
Issue-ID:OOM-66
Issue-ID:OOM-160
Change-Id: Id6d5394e279fcbdbbaffc8f48067e73a7c99c1c9
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/appc/values.yaml')
-rw-r--r-- | kubernetes/appc/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml index fd73fc1618..74b189f371 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml @@ -2,6 +2,6 @@ nsPrefix: onap pullPolicy: Always image: readiness: oomk8s/readiness-check:1.0.0 - appc: nexus3.onap.org:10001/openecomp/appc-image:1.0-STAGING-latest + appc: nexus3.onap.org:10001/openecomp/appc-image:1.1-STAGING-latest mysqlServer: mysql/mysql-server:5.6 - dgbuilderSdnc: nexus3.onap.org:10001/openecomp/dgbuilder-sdnc-image:1.0-STAGING-latest + dgbuilderSdnc: nexus3.onap.org:10001/openecomp/dgbuilder-sdnc-image:1.1-STAGING-latest |