From: Gary Wu Date: Tue, 8 May 2018 14:28:24 +0000 (-0700) Subject: Sync docker image images with docker-manifest.csv X-Git-Tag: 2.0.0-ONAP~148^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7a69b08fab59692b4b4492d66331dab6a676d99a;p=oom.git Sync docker image images with docker-manifest.csv Update the docker image versions in the OOM helm charts with the versions specified in the docker-manifest.csv in the integration repo. This is as of integration repo commit ed53a301dbeaad568b21b9545cb9ce6c5c040b29 Change-Id: Ib844402ff9f3bdecfbd8e9f474eaac1561aff5b0 Issue-ID: OOM-1053 Signed-off-by: Gary Wu --- diff --git a/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml b/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml index 2b4067d886..edb838ebb7 100644 --- a/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml +++ b/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml @@ -32,7 +32,7 @@ pullPolicy: Always # application images repository: nexus3.onap.org:10001 -image: onap/dmaap/buscontroller:1.0.8 +image: onap/dmaap/buscontroller:latest # application configuration diff --git a/kubernetes/portal/charts/portal-cassandra/values.yaml b/kubernetes/portal/charts/portal-cassandra/values.yaml index ef73954558..f4c3e135eb 100644 --- a/kubernetes/portal/charts/portal-cassandra/values.yaml +++ b/kubernetes/portal/charts/portal-cassandra/values.yaml @@ -23,7 +23,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/music/cassandra_music:latest +image: onap/music/cassandra_music:3.0.0 pullPolicy: Always # application configuration diff --git a/kubernetes/uui/charts/uui-server/values.yaml b/kubernetes/uui/charts/uui-server/values.yaml index 19e1a9ca20..b61fd8d05f 100644 --- a/kubernetes/uui/charts/uui-server/values.yaml +++ b/kubernetes/uui/charts/uui-server/values.yaml @@ -24,7 +24,7 @@ subChartsOnly: # application image repository: nexus3.onap.org:10001 -image: onap/usecase-ui/usecase-ui-server:v1.0.1 +image: onap/usecase-ui/usecase-ui-server:latest pullPolicy: Always # application configuration diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index 1024b2dee7..d6d87d6852 100644 --- a/kubernetes/uui/values.yaml +++ b/kubernetes/uui/values.yaml @@ -24,7 +24,7 @@ subChartsOnly: # application image repository: nexus3.onap.org:10001 -image: onap/usecase-ui:1.1.0-SNAPSHOT-STAGING-latest +image: onap/usecase-ui:latest pullPolicy: Always # application configuration