diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-09-19 11:58:29 -0400 |
---|---|---|
committer | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-09-19 17:30:23 +0000 |
commit | 697e996b156be74a21c66154a23af3eb2773dded (patch) | |
tree | a4fba10bc98c4c7e15ec1509dc27aac821d9b4ec /kubernetes/multicloud | |
parent | 5c8e9debd31bdbf352dd5099354bd7c2d0b54b55 (diff) |
Sync values from docker-manifest-staging file
Change-Id: Ic8f11dc20c425aab144fe28a5e761552eb7b025b
Issue-ID: OOM-1422
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/multicloud')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-ocata/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/multicloud/values.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-ocata/values.yaml b/kubernetes/multicloud/charts/multicloud-ocata/values.yaml index 25b21d65d2..e6486a29e2 100644 --- a/kubernetes/multicloud/charts/multicloud-ocata/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-ocata/values.yaml @@ -24,7 +24,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/multicloud/openstack-ocata:1.1.2 +image: onap/multicloud/openstack-ocata:1.2.0-STAGING pullPolicy: Always #Istio sidecar injection policy diff --git a/kubernetes/multicloud/values.yaml b/kubernetes/multicloud/values.yaml index dc04dbb185..f7a3db3d61 100644 --- a/kubernetes/multicloud/values.yaml +++ b/kubernetes/multicloud/values.yaml @@ -26,7 +26,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/multicloud/framework:1.1.2 +image: onap/multicloud/framework:1.2.0-STAGING pullPolicy: Always #Istio sidecar injection policy |