diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-23 08:52:47 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-23 08:52:52 -0400 |
commit | 6cc07e0d0206f8837a51ec8abfd69006892fb6f9 (patch) | |
tree | a8d5c895ca39d099c669e5b56f792e7595a40bf2 /kubernetes/cds/charts/cds-py-executor | |
parent | a98765b504f848e0945f367b7da7b7bdeaefa9ad (diff) |
[CCSDK/CDS] Bump CDS charts to Guilin version
This change bumps the version of CDS to the Guilin version (1.0.0).
This should address issue SDNC-1351 (CDS has python 2 pods).
It also adds resource limits to the 2 CDS pods that are currently
missing limits (issue SDNC-1353).
Issue-ID: SDNC-1353
Issue-ID: SDNC-1351
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ide8b60615adaa6a3bdeb430b34eef2f5bb95fb40
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 6a29b1c80c..6a7f30fdce 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:0.7.5 +image: onap/ccsdk-py-executor:1.0.0 pullPolicy: Always # default number of instances |