diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-11-04 19:36:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-11-04 19:36:23 +0000 |
commit | 24af9743af46e91e7771d759c6da4b92c01ec40f (patch) | |
tree | f5f3c28a3422773984bd5aca1cc180b9cc8cc378 /kubernetes/sdc/components/sdc-onboarding-be/values.yaml | |
parent | c0d611ce70bcc49952ca87de8a62249c60506346 (diff) | |
parent | 3a41493cce0f77934a72ea87a05dbecc0b72131e (diff) |
Merge "[SDC] Update SDC to 1.9.4" into istanbul
Diffstat (limited to 'kubernetes/sdc/components/sdc-onboarding-be/values.yaml')
-rw-r--r-- | kubernetes/sdc/components/sdc-onboarding-be/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/sdc/components/sdc-onboarding-be/values.yaml b/kubernetes/sdc/components/sdc-onboarding-be/values.yaml index 1bce6b17af..4d20b7d626 100644 --- a/kubernetes/sdc/components/sdc-onboarding-be/values.yaml +++ b/kubernetes/sdc/components/sdc-onboarding-be/values.yaml @@ -59,8 +59,8 @@ certInitializer: # Application configuration defaults. ################################################################# # application image -image: onap/sdc-onboard-backend:1.9.3 -onboardingInitImage: onap/sdc-onboard-cassandra-init:1.9.3 +image: onap/sdc-onboard-backend:1.9.4 +onboardingInitImage: onap/sdc-onboard-cassandra-init:1.9.4 pullPolicy: Always # flag to enable debugging - application support required |