diff options
author | ChrisC <christophe.closset@intl.att.com> | 2021-02-02 11:54:55 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-21 13:01:08 +0000 |
commit | e474eb08475935ce9bf9c09ea881683133529046 (patch) | |
tree | 43935fcde442c5277fc6485d24c1421f90e4095b /kubernetes/sdc/components/sdc-be | |
parent | fde94076e689727e8a2c3c5147ce1242dc225f87 (diff) |
[SDC] Update containers to 1.8.4
Updating SDC to Honolulu released containers.
Issue-ID: SDC-3519
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: Icac7469bdf9b8f283b76b86fa6fbae9c988e6051
Diffstat (limited to 'kubernetes/sdc/components/sdc-be')
-rw-r--r-- | kubernetes/sdc/components/sdc-be/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/sdc/components/sdc-be/values.yaml b/kubernetes/sdc/components/sdc-be/values.yaml index e9f83b6978..77577d6ee3 100644 --- a/kubernetes/sdc/components/sdc-be/values.yaml +++ b/kubernetes/sdc/components/sdc-be/values.yaml @@ -35,8 +35,8 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/sdc-backend-all-plugins:1.7.3 -backendInitImage: onap/sdc-backend-init:1.7.3 +image: onap/sdc-backend-all-plugins:1.8.4 +backendInitImage: onap/sdc-backend-init:1.8.4 pullPolicy: Always |