From 57c82ab74958ccfa8b5d913780ac977942702736 Mon Sep 17 00:00:00 2001 From: Denilson Nastacio Date: Fri, 16 Jun 2023 17:58:14 -0400 Subject: [PATCH] feat: Update CP4I to 2023.2.1 Signed-off-by: Denilson Nastacio --- README.md | 8 ++++---- config/cloudpaks/cp4i/install-apic/Chart.yaml | 4 ++-- .../install-apic/templates/0100-subscription-apic.yaml | 2 +- .../cp4i/install-apic/templates/0200-api-connect.yaml | 4 ++-- config/cloudpaks/cp4i/install-mq/Chart.yaml | 4 ++-- .../cp4i/install-mq/templates/0100-subscription-mq.yaml | 2 +- .../cp4i/install-mq/templates/0210-queue-manager.yaml | 4 ++-- config/cloudpaks/cp4i/install-platform/Chart.yaml | 4 ++-- .../templates/0100-subscription-platform-navigator.yaml | 2 +- .../templates/0200-platform-navigator.yaml | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 8e89ce55..a2d773ab 100644 --- a/README.md +++ b/README.md @@ -37,17 +37,17 @@ Supported versions: | ----------|---------|-------------------| | 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.6.6](https://www.ibm.com/docs/en/cloud-paks/cp-data/4.6.x?topic=overview) | Online, specialized installation | -| Cloud Pak for Integration | [2022.4](https://www.ibm.com/docs/en/cloud-paks/cp-integration/2022.4) | Online 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 | [3.7.1](https://www.ibm.com/docs/en/cloud-paks/cloud-pak-watson-aiops/3.7.1) | Online Installation | +| Cloud Pak for Watson AIOps | [3.7.2](https://www.ibm.com/docs/en/cloud-paks/cloud-pak-watson-aiops/3.7.2) | Online Installation | ### Shared cluster -Starting with the v0.22 release, all Cloud Paks are deployed using dedicated automation foundation instances. +Starting with the v0.22 release, it is possible to deploy Cloud Paks using dedicated automation foundation instances. At the root of this configuration, lies a pre-synchronization hook inside the `cp-shared` application, which creates a default "common-service-maps" ConfigMap under the `kube-public` namespace, according to the instructions listed under -Note that if you want to install a Cloud Pak to a non-default namespace, you must update the parameters to the `cp-shared-app` application to override that default location. +Note that if you want to enable this feature and customize the target namespaces for Cloud Paks, you must update the parameters to the `cp-shared-app` application to override that default location. ### GitOps diff --git a/config/cloudpaks/cp4i/install-apic/Chart.yaml b/config/cloudpaks/cp4i/install-apic/Chart.yaml index 155bda5f..f5148658 100644 --- a/config/cloudpaks/cp4i/install-apic/Chart.yaml +++ b/config/cloudpaks/cp4i/install-apic/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.3.2 +version: 0.4.0 # 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: "2022.4.1" +appVersion: "2023.2.1" diff --git a/config/cloudpaks/cp4i/install-apic/templates/0100-subscription-apic.yaml b/config/cloudpaks/cp4i/install-apic/templates/0100-subscription-apic.yaml index a613ce6f..29054aff 100644 --- a/config/cloudpaks/cp4i/install-apic/templates/0100-subscription-apic.yaml +++ b/config/cloudpaks/cp4i/install-apic/templates/0100-subscription-apic.yaml @@ -9,7 +9,7 @@ metadata: name: ibm-apiconnect namespace: {{.Values.metadata.argocd_app_namespace}} spec: - channel: v3.3 + channel: v5.0 installPlanApproval: Automatic name: ibm-apiconnect source: ibm-operator-catalog diff --git a/config/cloudpaks/cp4i/install-apic/templates/0200-api-connect.yaml b/config/cloudpaks/cp4i/install-apic/templates/0200-api-connect.yaml index 203b4e51..6276bd5c 100644 --- a/config/cloudpaks/cp4i/install-apic/templates/0200-api-connect.yaml +++ b/config/cloudpaks/cp4i/install-apic/templates/0200-api-connect.yaml @@ -17,7 +17,7 @@ spec: accept: true use: nonproduction # https://www.ibm.com/docs/en/api-connect/10.0.5.x_lts?topic=requirements-api-connect-licenses - license: L-VQYA-YNM22H + license: L-KZXM-S7SNCU storageClassName: {{.Values.storageclass.rwo}} profile: n1xc10.m48 - version: 10.0.5.3 + version: 10.0.6.0 diff --git a/config/cloudpaks/cp4i/install-mq/Chart.yaml b/config/cloudpaks/cp4i/install-mq/Chart.yaml index dc720ed1..b7d9851b 100644 --- a/config/cloudpaks/cp4i/install-mq/Chart.yaml +++ b/config/cloudpaks/cp4i/install-mq/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.3.1 +version: 0.4.0 # 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: "2022.4.1" +appVersion: "2023.2.1" diff --git a/config/cloudpaks/cp4i/install-mq/templates/0100-subscription-mq.yaml b/config/cloudpaks/cp4i/install-mq/templates/0100-subscription-mq.yaml index 6d416b77..eb4af841 100644 --- a/config/cloudpaks/cp4i/install-mq/templates/0100-subscription-mq.yaml +++ b/config/cloudpaks/cp4i/install-mq/templates/0100-subscription-mq.yaml @@ -8,7 +8,7 @@ metadata: name: ibm-mq-ibm-operator namespace: {{.Values.metadata.argocd_app_namespace}} spec: - channel: v2.3 + channel: v2.4 installPlanApproval: Automatic name: ibm-mq source: ibm-operator-catalog diff --git a/config/cloudpaks/cp4i/install-mq/templates/0210-queue-manager.yaml b/config/cloudpaks/cp4i/install-mq/templates/0210-queue-manager.yaml index 4b8cc13d..f4a1b5e4 100644 --- a/config/cloudpaks/cp4i/install-mq/templates/0210-queue-manager.yaml +++ b/config/cloudpaks/cp4i/install-mq/templates/0210-queue-manager.yaml @@ -8,11 +8,11 @@ metadata: name: case-queues-1-qmgr namespace: {{.Values.argocd_app_namespace}} spec: - version: 9.3.2.1-r2 + version: 9.3.3.0-r1 license: accept: true # http://ibm.biz/BdqvCF - license: L-RJON-CJR2RX + license: L-YBXJ-ADJNSM use: NonProduction web: enabled: true diff --git a/config/cloudpaks/cp4i/install-platform/Chart.yaml b/config/cloudpaks/cp4i/install-platform/Chart.yaml index 21f18423..2175eadf 100644 --- a/config/cloudpaks/cp4i/install-platform/Chart.yaml +++ b/config/cloudpaks/cp4i/install-platform/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.3.1 +version: 0.4.0 # 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: "2022.4.1" +appVersion: "2023.2.1" diff --git a/config/cloudpaks/cp4i/install-platform/templates/0100-subscription-platform-navigator.yaml b/config/cloudpaks/cp4i/install-platform/templates/0100-subscription-platform-navigator.yaml index 85726253..c9b15b39 100644 --- a/config/cloudpaks/cp4i/install-platform/templates/0100-subscription-platform-navigator.yaml +++ b/config/cloudpaks/cp4i/install-platform/templates/0100-subscription-platform-navigator.yaml @@ -8,7 +8,7 @@ metadata: name: ibm-integration-platform-navigator namespace: {{.Values.metadata.argocd_app_namespace}} spec: - channel: v7.0 + channel: v7.1 installPlanApproval: Automatic name: ibm-integration-platform-navigator source: ibm-operator-catalog diff --git a/config/cloudpaks/cp4i/install-platform/templates/0200-platform-navigator.yaml b/config/cloudpaks/cp4i/install-platform/templates/0200-platform-navigator.yaml index b41eb39d..f3c3b3e1 100644 --- a/config/cloudpaks/cp4i/install-platform/templates/0200-platform-navigator.yaml +++ b/config/cloudpaks/cp4i/install-platform/templates/0200-platform-navigator.yaml @@ -12,9 +12,9 @@ spec: license: accept: true # https://ibm.biz/integration-licenses - license: L-RJON-CJR2RX + license: L-YBXJ-ADJNSM mqDashboard: true replicas: 1 storage: class: {{.Values.storageclass.rwx}} - version: 2022.4.1 + version: 2023.2.1