diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-09-18 16:49:56 -0400 |
---|---|---|
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2018-09-18 20:54:06 +0000 |
commit | f25398a2bc32eea948eda2a16a6271e103f4f028 (patch) | |
tree | 36091616033b72d91d50bdd3f4f00fd0455a5829 /kubernetes/sdc/charts/sdc-be | |
parent | c1432801e5442574ae93f617537a7b30f594273b (diff) |
Update SDC to use master docker images
As Robot and all has changed to interact with master
version of SDC code, we need to deploy proper SDC code.
Change-Id: I0b1f25485edefdc56fe54bc3633bf1f028b4b8e5
Issue-ID: OOM-1408
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/sdc/charts/sdc-be')
-rw-r--r-- | kubernetes/sdc/charts/sdc-be/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/sdc/charts/sdc-be/values.yaml b/kubernetes/sdc/charts/sdc-be/values.yaml index c1f0d38ba6..bee9f36037 100644 --- a/kubernetes/sdc/charts/sdc-be/values.yaml +++ b/kubernetes/sdc/charts/sdc-be/values.yaml @@ -28,8 +28,8 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/sdc-backend:1.2.0 -backendInitImage: onap/sdc-backend-init:1.2.0 +image: onap/sdc-backend:1.3-STAGING-latest +backendInitImage: onap/sdc-backend-init:1.3-STAGING-latest pullPolicy: Always # flag to enable debugging - application support required |