Skip to content

Commit

Permalink
update to cpd 5.0.2
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 Sep 23, 2024
1 parent 0b038db commit fd77258
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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.3
version: 2.0.4

# 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.3"
appVersion: "2.0.4"
#
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ data:
iamIntegration: true
watsonx_ai:
tuning_disabled: false
lite_install: false
watsonx_governance:
installType: all
enableFactsheet: true
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.1", "5.0.0", "4.8.5", "4.8.4"],
"enum": ["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.1"
"default": "5.0.2"
},
"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.1"
cpd_version: "5.0.2"

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

0 comments on commit fd77258

Please sign in to comment.