From 2aa0b2dc75a1b63e96fbb8a114a2c164c03b0508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chabrolles?= Date: Fri, 4 Oct 2024 08:21:54 +0200 Subject: [PATCH] update cpd 5.0.3 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 ++-- .../cpd-install-pipeline/templates/cpd-install-pipeline.yaml | 2 +- charts/cpd-install-pipeline/values.schema.json | 4 ++-- charts/cpd-install-pipeline/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/cpd-install-pipeline/Chart.yaml b/charts/cpd-install-pipeline/Chart.yaml index 28d943d..a6eae5f 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.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" # \ No newline at end of file diff --git a/charts/cpd-install-pipeline/templates/cpd-install-pipeline.yaml b/charts/cpd-install-pipeline/templates/cpd-install-pipeline.yaml index 20a027e..59b8a2b 100644 --- a/charts/cpd-install-pipeline/templates/cpd-install-pipeline.yaml +++ b/charts/cpd-install-pipeline/templates/cpd-install-pipeline.yaml @@ -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}') diff --git a/charts/cpd-install-pipeline/values.schema.json b/charts/cpd-install-pipeline/values.schema.json index b668e5c..c0d6b15 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.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"], diff --git a/charts/cpd-install-pipeline/values.yaml b/charts/cpd-install-pipeline/values.yaml index 1f9db5f..1dd2d1b 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.2" +cpd_version: "5.0.3" # Cloud pak for Data mode to set as default in pipelines: cpd-enterprise, watsonx default_cpd_install: "cpd"