diff options
author | 2021-11-03 11:22:24 -0400 | |
---|---|---|
committer | 2021-11-06 18:43:43 +0000 | |
commit | 7fdb1739d5b7c573f01a7e6c8dbdec9e41d808ec (patch) | |
tree | 4da631573f6ffbfca68d7d66c8475e6bdcd86911 /kubernetes/cds/components/cds-py-executor | |
parent | 3894a3dc7110b9202186e0bb38c209a5ba51c86b (diff) |
[CDS] Bump version for final Istanbul release
Bump CDS image versions to 1.2.1, which is final Istanbul release
version.
Issue-ID: CCSDK-3506
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3b8205321d683d2d0b6bd2389b3b8ad6a26ecc62
(cherry picked from commit b271d0ecc4e532d7c63e3430a7d575f2b07e4980)
Diffstat (limited to 'kubernetes/cds/components/cds-py-executor')
-rwxr-xr-x | kubernetes/cds/components/cds-py-executor/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cds/components/cds-py-executor/values.yaml b/kubernetes/cds/components/cds-py-executor/values.yaml index c7a2734a8b..cf138c5e26 100755 --- a/kubernetes/cds/components/cds-py-executor/values.yaml +++ b/kubernetes/cds/components/cds-py-executor/values.yaml @@ -30,7 +30,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/ccsdk-py-executor:1.2.0 +image: onap/ccsdk-py-executor:1.2.1 pullPolicy: Always # default number of instances |