From fd7725880504e88fff2da60a317cdd6aea4fa8fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chabrolles?= Date: Mon, 23 Sep 2024 14:17:14 +0200 Subject: [PATCH] update to cpd 5.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Chabrolles --- charts/cpd-install-pipeline/Chart.yaml | 4 ++-- charts/cpd-install-pipeline/templates/install-option-cm.yaml | 1 + charts/cpd-install-pipeline/values.schema.json | 4 ++-- charts/cpd-install-pipeline/values.yaml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/charts/cpd-install-pipeline/Chart.yaml b/charts/cpd-install-pipeline/Chart.yaml index 3cbab25..28d943d 100644 --- a/charts/cpd-install-pipeline/Chart.yaml +++ b/charts/cpd-install-pipeline/Chart.yaml @@ -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" # \ No newline at end of file diff --git a/charts/cpd-install-pipeline/templates/install-option-cm.yaml b/charts/cpd-install-pipeline/templates/install-option-cm.yaml index fbd7c09..9a35643 100644 --- a/charts/cpd-install-pipeline/templates/install-option-cm.yaml +++ b/charts/cpd-install-pipeline/templates/install-option-cm.yaml @@ -14,6 +14,7 @@ data: iamIntegration: true watsonx_ai: tuning_disabled: false + lite_install: false watsonx_governance: installType: all enableFactsheet: true diff --git a/charts/cpd-install-pipeline/values.schema.json b/charts/cpd-install-pipeline/values.schema.json index cd2743f..b668e5c 100644 --- a/charts/cpd-install-pipeline/values.schema.json +++ b/charts/cpd-install-pipeline/values.schema.json @@ -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"], diff --git a/charts/cpd-install-pipeline/values.yaml b/charts/cpd-install-pipeline/values.yaml index e1e2e5b..1f9db5f 100644 --- a/charts/cpd-install-pipeline/values.yaml +++ b/charts/cpd-install-pipeline/values.yaml @@ -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"