diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-03 11:53:08 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-03 11:53:08 -0500 |
commit | bd248f0c17e909ad67886b62e0e953cf9742a782 (patch) | |
tree | 995940f96536b331bacccd7f15a5eb147c510da1 /kubernetes/cds/charts/cds-py-executor | |
parent | 2a40bd41f8ff63daf76943aa49252b20df4121de (diff) |
[SDNC][CCSDK] Update SDNC and CCSDK image versions for Guilin RC1
Update SDNC and CCSDK image versions to proper Guilin RC1 version.
Issue-ID: CCSDK-2931
Issue-ID: SDNC-1402
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9d711d6c3e7c3130680fe3459326be0b5dd2e555
Diffstat (limited to 'kubernetes/cds/charts/cds-py-executor')
-rwxr-xr-x | kubernetes/cds/charts/cds-py-executor/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cds/charts/cds-py-executor/values.yaml b/kubernetes/cds/charts/cds-py-executor/values.yaml index 6a7f30fdce..decd1617cc 100755 --- a/kubernetes/cds/charts/cds-py-executor/values.yaml +++ b/kubernetes/cds/charts/cds-py-executor/values.yaml @@ -37,7 +37,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/ccsdk-py-executor:1.0.0 +image: onap/ccsdk-py-executor:1.0.1 pullPolicy: Always # default number of instances |