diff --git a/README.md b/README.md index 4a708c2d..d8de5ded 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Supported versions: | Cloud Pak | Version | Installation mode | | ----------|---------|-------------------| | Cloud Pak for Business Automation | [22.0.2](https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/22.0.2) | Multi-pattern starter deployment | -| Cloud Pak for Data | [4.7.1](https://www.ibm.com/docs/en/cloud-paks/cp-data/4.7.x?topic=overview) | Online, specialized installation | +| Cloud Pak for Data | [4.7.2](https://www.ibm.com/docs/en/cloud-paks/cp-data/4.7.x?topic=overview) | Online, specialized installation | | Cloud Pak for Integration | [2023.2](https://www.ibm.com/docs/en/cloud-paks/cp-integration/2023.2) | Online installation | | Cloud Pak for Security | [1.10.12](https://www.ibm.com/docs/en/cloud-paks/cp-security/1.10) | Online installation | | Cloud Pak for Watson AIOps | [4.1.0](https://www.ibm.com/docs/en/cloud-paks/cloud-pak-watson-aiops/4.1.0) | Online Installation | diff --git a/config/argocd-cloudpaks/cp4d/Chart.yaml b/config/argocd-cloudpaks/cp4d/Chart.yaml index 42ba584f..d95e294e 100644 --- a/config/argocd-cloudpaks/cp4d/Chart.yaml +++ b/config/argocd-cloudpaks/cp4d/Chart.yaml @@ -16,9 +16,9 @@ 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: 0.8.0 +version: 0.8.1 # 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. -appVersion: "1.5.1" +appVersion: "1.5.2" diff --git a/config/argocd-cloudpaks/cp4d/values.yaml b/config/argocd-cloudpaks/cp4d/values.yaml index 5e50d93c..0875fd46 100644 --- a/config/argocd-cloudpaks/cp4d/values.yaml +++ b/config/argocd-cloudpaks/cp4d/values.yaml @@ -20,4 +20,4 @@ iam_integration: true image_arch: amd64 -version: 4.7.1 +version: 4.7.2 diff --git a/config/cloudpaks/cp4d/Chart.yaml b/config/cloudpaks/cp4d/Chart.yaml index 883a67bd..10430ae0 100644 --- a/config/cloudpaks/cp4d/Chart.yaml +++ b/config/cloudpaks/cp4d/Chart.yaml @@ -16,9 +16,9 @@ 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: 0.7.0 +version: 0.7.1 # 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. -appVersion: 4.7.1 +appVersion: 4.7.2 diff --git a/config/cloudpaks/cp4d/templates/0090-sync-cluster-setup.yaml b/config/cloudpaks/cp4d/templates/0090-sync-cluster-setup.yaml index da5d437e..7fa65f1e 100644 --- a/config/cloudpaks/cp4d/templates/0090-sync-cluster-setup.yaml +++ b/config/cloudpaks/cp4d/templates/0090-sync-cluster-setup.yaml @@ -14,7 +14,7 @@ spec: containers: - name: configure-cluster # Image associated with CPD CLI v13.0.1 @ https://github.com/IBM/cpd-cli/releases/tag/v13.0.1 - image: icr.io/cpopen/cpd/olm-utils-v2@sha256:7620c112def44374b9f53a8b5b3ef609be6d3a76fdd48b06f48e13ea3498a8f7 + image: "icr.io/cpopen/cpd/olm-utils-v2:{{.Values.version}}" env: - name: PROJECT_CERT_MANAGER value: ibm-cert-manager diff --git a/config/cloudpaks/cp4d/templates/0100-sync-install-olm.yaml b/config/cloudpaks/cp4d/templates/0100-sync-install-olm.yaml index 0c16eecc..a2fa851d 100644 --- a/config/cloudpaks/cp4d/templates/0100-sync-install-olm.yaml +++ b/config/cloudpaks/cp4d/templates/0100-sync-install-olm.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: install-olm - image: icr.io/cpopen/cpd/olm-utils-v2@sha256:7620c112def44374b9f53a8b5b3ef609be6d3a76fdd48b06f48e13ea3498a8f7 + image: "icr.io/cpopen/cpd/olm-utils-v2:{{.Values.version}}" env: - name: PROJECT_CPD_INST_OPERATORS value: {{.Values.metadata.operators_namespace}} diff --git a/config/cloudpaks/cp4d/templates/0100-sync-install-platform.yaml b/config/cloudpaks/cp4d/templates/0100-sync-install-platform.yaml index 25cfc5d5..6f57b5d0 100644 --- a/config/cloudpaks/cp4d/templates/0100-sync-install-platform.yaml +++ b/config/cloudpaks/cp4d/templates/0100-sync-install-platform.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: install-components - image: icr.io/cpopen/cpd/olm-utils-v2@sha256:7620c112def44374b9f53a8b5b3ef609be6d3a76fdd48b06f48e13ea3498a8f7 + image: "icr.io/cpopen/cpd/olm-utils-v2:{{.Values.version}}" env: - name: PROJECT_CPD_INST_OPERANDS value: {{.Values.metadata.operands_namespace}} diff --git a/config/cloudpaks/cp4d/templates/0401-postsync-certificates.yaml b/config/cloudpaks/cp4d/templates/0401-postsync-certificates.yaml index b393d246..82e33d0b 100644 --- a/config/cloudpaks/cp4d/templates/0401-postsync-certificates.yaml +++ b/config/cloudpaks/cp4d/templates/0401-postsync-certificates.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: config - image: icr.io/cpopen/cpd/olm-utils-v2@sha256:7620c112def44374b9f53a8b5b3ef609be6d3a76fdd48b06f48e13ea3498a8f7 + image: "icr.io/cpopen/cpd/olm-utils-v2:{{.Values.version}}" imagePullPolicy: IfNotPresent env: - name: PROJECT_CPD_INST_OPERANDS diff --git a/config/cloudpaks/cp4d/templates/0402-postsync-integrate-iam.yaml b/config/cloudpaks/cp4d/templates/0402-postsync-integrate-iam.yaml index 25830069..bfe53c2f 100644 --- a/config/cloudpaks/cp4d/templates/0402-postsync-integrate-iam.yaml +++ b/config/cloudpaks/cp4d/templates/0402-postsync-integrate-iam.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: install-olm - image: icr.io/cpopen/cpd/olm-utils-v2@sha256:7620c112def44374b9f53a8b5b3ef609be6d3a76fdd48b06f48e13ea3498a8f7 + image: "icr.io/cpopen/cpd/olm-utils-v2:{{.Values.version}}" env: - name: PROJECT_CPD_INST_OPERANDS value: {{.Values.metadata.operands_namespace}}