From 142f34c48ac6475e5fd5cbdac5fc40a34724539b Mon Sep 17 00:00:00 2001 From: Denilson Nastacio Date: Fri, 30 Sep 2022 10:42:19 -0400 Subject: [PATCH] feat: Update WAIOps to 3.5 Signed-off-by: Denilson Nastacio --- config/cloudpaks/cp4aiops/install-aimgr/Chart.yaml | 7 ++----- .../templates/subscriptions/100-subscription.yaml | 2 +- config/cloudpaks/cp4aiops/install-emgr/Chart.yaml | 4 ++-- .../templates/subscriptions/100-subscription.yaml | 2 +- config/cloudpaks/cp4aiops/install-emgr/values.yaml | 2 +- config/cloudpaks/cp4aiops/install-ia/Chart.yaml | 4 ++-- .../templates/subscriptions/100-subscription.yaml | 2 +- 7 files changed, 10 insertions(+), 13 deletions(-) diff --git a/config/cloudpaks/cp4aiops/install-aimgr/Chart.yaml b/config/cloudpaks/cp4aiops/install-aimgr/Chart.yaml index 527db237..70bdd8e2 100644 --- a/config/cloudpaks/cp4aiops/install-aimgr/Chart.yaml +++ b/config/cloudpaks/cp4aiops/install-aimgr/Chart.yaml @@ -13,12 +13,9 @@ description: Cloud Pak for Watson AIOps - AI Manager # pipeline. Library charts do not define any templates and therefore cannot be deployed. 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.9.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: "3.4.0" +appVersion: 3.5.0 diff --git a/config/cloudpaks/cp4aiops/install-aimgr/templates/subscriptions/100-subscription.yaml b/config/cloudpaks/cp4aiops/install-aimgr/templates/subscriptions/100-subscription.yaml index 7204cc61..1f406a28 100644 --- a/config/cloudpaks/cp4aiops/install-aimgr/templates/subscriptions/100-subscription.yaml +++ b/config/cloudpaks/cp4aiops/install-aimgr/templates/subscriptions/100-subscription.yaml @@ -7,7 +7,7 @@ metadata: name: ibm-aiops-orchestrator namespace: "{{.Values.metadata.argocd_app_namespace}}" spec: - channel: v3.4 + channel: v3.5 installPlanApproval: Automatic name: ibm-aiops-orchestrator source: ibm-operator-catalog diff --git a/config/cloudpaks/cp4aiops/install-emgr/Chart.yaml b/config/cloudpaks/cp4aiops/install-emgr/Chart.yaml index f1e2ebad..60825f08 100644 --- a/config/cloudpaks/cp4aiops/install-emgr/Chart.yaml +++ b/config/cloudpaks/cp4aiops/install-emgr/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.10.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: 3.4.0 +appVersion: 3.5.0 diff --git a/config/cloudpaks/cp4aiops/install-emgr/templates/subscriptions/100-subscription.yaml b/config/cloudpaks/cp4aiops/install-emgr/templates/subscriptions/100-subscription.yaml index 4b2ef6d5..6fad5920 100644 --- a/config/cloudpaks/cp4aiops/install-emgr/templates/subscriptions/100-subscription.yaml +++ b/config/cloudpaks/cp4aiops/install-emgr/templates/subscriptions/100-subscription.yaml @@ -9,7 +9,7 @@ metadata: name: noi namespace: "{{.Values.metadata.argocd_app_namespace}}" spec: - channel: v1.9 + channel: v1.10 installPlanApproval: Automatic name: noi source: ibm-operator-catalog diff --git a/config/cloudpaks/cp4aiops/install-emgr/values.yaml b/config/cloudpaks/cp4aiops/install-emgr/values.yaml index c2b9e0f2..22f47a9a 100644 --- a/config/cloudpaks/cp4aiops/install-emgr/values.yaml +++ b/config/cloudpaks/cp4aiops/install-emgr/values.yaml @@ -9,7 +9,7 @@ metadata: post_install_wait: 2h spec: deployment_type: trial - version: 1.6.5.1 + version: 1.6.6 storageclass: rwo: ocs-storagecluster-ceph-rbd rwx: ocs-storagecluster-cephfs diff --git a/config/cloudpaks/cp4aiops/install-ia/Chart.yaml b/config/cloudpaks/cp4aiops/install-ia/Chart.yaml index ad6833c2..2a1170a1 100644 --- a/config/cloudpaks/cp4aiops/install-ia/Chart.yaml +++ b/config/cloudpaks/cp4aiops/install-ia/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.9.0 +version: 0.10.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: 3.4.0 +appVersion: 3.5.0 diff --git a/config/cloudpaks/cp4aiops/install-ia/templates/subscriptions/100-subscription.yaml b/config/cloudpaks/cp4aiops/install-ia/templates/subscriptions/100-subscription.yaml index 1fc30fa1..3e0c8c47 100644 --- a/config/cloudpaks/cp4aiops/install-ia/templates/subscriptions/100-subscription.yaml +++ b/config/cloudpaks/cp4aiops/install-ia/templates/subscriptions/100-subscription.yaml @@ -7,7 +7,7 @@ metadata: name: ibm-infrastructure-automation-operator namespace: "{{.Values.metadata.argocd_app_namespace}}" spec: - channel: v3.4 + channel: v3.5 installPlanApproval: Automatic name: ibm-infrastructure-automation-operator source: ibm-operator-catalog