diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-02-12 13:30:49 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-02-12 15:21:21 -0500 |
commit | 6819bc9bda5ae02ff9f8319f3a58342ceb6f7fed (patch) | |
tree | 440355dfde0b68e528088ebe556cf7ee4779336d /kubernetes/common | |
parent | 49749ca5533115a5b613d4dfd9f5049827692330 (diff) |
Update SDNC container versions for Fluorine
Update SDNC container versions for Dublin based on Fluorine
Change-Id: I7e6b0a984b228ada0c52e86352e420c751f37722
Issue-ID: SDNC-552
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'kubernetes/common')
-rw-r--r-- | kubernetes/common/controller-blueprints/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/controller-blueprints/values.yaml b/kubernetes/common/controller-blueprints/values.yaml index bcca317dee..4243210d20 100644 --- a/kubernetes/common/controller-blueprints/values.yaml +++ b/kubernetes/common/controller-blueprints/values.yaml @@ -38,7 +38,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/ccsdk-controllerblueprints:0.3.2 +image: onap/ccsdk-controllerblueprints:0.4-STAGING-latest pullPolicy: Always # flag to enable debugging - application support required |