diff options
author | ChrisC <christophe.closset@intl.att.com> | 2021-04-19 08:33:54 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-04-26 09:58:41 +0000 |
commit | a544c2cb2fa595f1b8a63937af2ce355c041e143 (patch) | |
tree | 71a546684300b8214170d84d5459cfbeaefd360f /kubernetes/sdc/components/sdc-be | |
parent | 06eacdc8e156fcb2ff94d50a40ce03338045a823 (diff) |
[SDC] Update SDC to 1.8.5
Bugfixes only for Honolulu RC2 including
SDC-3557
SDC-3551
SDC-3545
SDC-3533
SDC-3528
Issue-ID: SDC-3555
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: Ie48ae7e04a755f84831b7f436a6c4ddbf14e4b8c
(cherry picked from commit dc6c6109400a50141884ab7f6020a256a9feb6da)
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 77577d6ee3..045136aef0 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.8.4 -backendInitImage: onap/sdc-backend-init:1.8.4 +image: onap/sdc-backend-all-plugins:1.8.5 +backendInitImage: onap/sdc-backend-init:1.8.5 pullPolicy: Always |