diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-06-05 15:37:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-05 15:37:44 +0000 |
commit | fe544a6124b70074ca1fe809905160e7bd624c02 (patch) | |
tree | 71cdb71fa4b53e07f0bdc46db48e9c48fcefe235 /kubernetes/sdc/charts/sdc-cs/values.yaml | |
parent | 894e151d6a3337095ba88e2ffa1bfb9141d983f6 (diff) | |
parent | 4662166ce5240a0b8cd929038c3c9a64992f5dbb (diff) |
Merge "Sync OOM docker versions with docker-manifest.csv"
Diffstat (limited to 'kubernetes/sdc/charts/sdc-cs/values.yaml')
-rw-r--r-- | kubernetes/sdc/charts/sdc-cs/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/sdc/charts/sdc-cs/values.yaml b/kubernetes/sdc/charts/sdc-cs/values.yaml index 3baf2e0805..373d6e81ab 100644 --- a/kubernetes/sdc/charts/sdc-cs/values.yaml +++ b/kubernetes/sdc/charts/sdc-cs/values.yaml @@ -27,8 +27,8 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/sdc-cassandra:1.2-STAGING-latest -cassandraInitImage: onap/sdc-cassandra-init:1.2-STAGING-latest +image: onap/sdc-cassandra:1.2.0 +cassandraInitImage: onap/sdc-cassandra-init:1.2.0 pullPolicy: Always |