Skip to content

Commit

Permalink
update cpd 5.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Chabrolles <s.chabrolles@fr.ibm.com>
  • Loading branch information
schabrolles committed Oct 4, 2024
1 parent fd77258 commit 2aa0b2d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/cpd-install-pipeline/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.4
version: 2.0.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.0.4"
appVersion: "2.0.5"
#
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ spec:
- name: OLM_CMD
value: |-
if [[ $(oc get mcp -o name | wc -l) -gt 0 ]]; then
apply-db2-kubelet
apply-db2-kubelet --self_managed=true
else
echo "No MachineConfig Found ..."
platformSpec=$(oc get Infrastructure/cluster -o jsonpath='{.spec.platformSpec.type}')
Expand Down
4 changes: 2 additions & 2 deletions charts/cpd-install-pipeline/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"default": "x86"
},
"cdp_version": {
"enum": ["5.0.2", "5.0.1", "5.0.0", "4.8.5"],
"enum": ["5.0.3", "5.0.2", "5.0.1", "5.0.0", "4.8.5"],
"description": "cpd version to set as default in your pipelines",
"default": "5.0.2"
"default": "5.0.3"
},
"default_cpd_install": {
"enum": ["cpd", "watsonx"],
Expand Down
2 changes: 1 addition & 1 deletion charts/cpd-install-pipeline/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ arch: "x86"
default_olm_utils_image: "icr.io/cpopen/cpd/olm-utils-v3"

# Cloudpak for Data / OLM version to set as default in pipelines
cpd_version: "5.0.2"
cpd_version: "5.0.3"

# Cloud pak for Data mode to set as default in pipelines: cpd-enterprise, watsonx
default_cpd_install: "cpd"
Expand Down

0 comments on commit 2aa0b2d

Please sign in to comment.