diff --git a/config/cloudpaks/cp4waiops/install-aimgr/Chart.yaml b/config/cloudpaks/cp4waiops/install-aimgr/Chart.yaml index 0c8f731c..c243c96b 100644 --- a/config/cloudpaks/cp4waiops/install-aimgr/Chart.yaml +++ b/config/cloudpaks/cp4waiops/install-aimgr/Chart.yaml @@ -13,9 +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 -version: 0.13.1 +version: 0.14.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.6.2 +appVersion: 3.7.0 diff --git a/config/cloudpaks/cp4waiops/install-aimgr/templates/subscriptions/100-subscription.yaml b/config/cloudpaks/cp4waiops/install-aimgr/templates/subscriptions/100-subscription.yaml index 0c196589..448d36e1 100644 --- a/config/cloudpaks/cp4waiops/install-aimgr/templates/subscriptions/100-subscription.yaml +++ b/config/cloudpaks/cp4waiops/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.6 + channel: v3.7 installPlanApproval: Automatic name: ibm-aiops-orchestrator source: ibm-operator-catalog diff --git a/config/cloudpaks/cp4waiops/install-emgr/Chart.yaml b/config/cloudpaks/cp4waiops/install-emgr/Chart.yaml index 54b4006f..b4c57ddb 100644 --- a/config/cloudpaks/cp4waiops/install-emgr/Chart.yaml +++ b/config/cloudpaks/cp4waiops/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.13.2 +version: 0.14.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.6.2 +appVersion: 3.7.0 diff --git a/config/cloudpaks/cp4waiops/install-emgr/templates/resources/210-event-manager.yaml b/config/cloudpaks/cp4waiops/install-emgr/templates/resources/210-event-manager.yaml index ffda36f5..103d9cc6 100644 --- a/config/cloudpaks/cp4waiops/install-emgr/templates/resources/210-event-manager.yaml +++ b/config/cloudpaks/cp4waiops/install-emgr/templates/resources/210-event-manager.yaml @@ -97,12 +97,13 @@ spec: persistence: enabled: false storageClassCassandraBackup: {{.Values.storageclass.rwo}} - storageClassCouchdb: {{.Values.storageclass.rwo}} storageClassCassandraData: {{.Values.storageclass.rwo}} + storageClassCouchdb: {{.Values.storageclass.rwo}} storageClassElastic: {{.Values.storageclass.rwo}} storageClassImpactGUI: {{.Values.storageclass.rwo}} storageClassImpactServer: {{.Values.storageclass.rwo}} storageClassKafka: {{.Values.storageclass.rwo}} + storageClassMinio: {{.Values.storageclass.rwo}} storageClassNCOBackup: {{.Values.storageclass.rwo}} storageClassNCOPrimary: {{.Values.storageclass.rwo}} storageClassZookeeper: {{.Values.storageclass.rwo}} diff --git a/config/cloudpaks/cp4waiops/install-emgr/templates/subscriptions/100-subscription.yaml b/config/cloudpaks/cp4waiops/install-emgr/templates/subscriptions/100-subscription.yaml index 32cf0693..3f4b51e0 100644 --- a/config/cloudpaks/cp4waiops/install-emgr/templates/subscriptions/100-subscription.yaml +++ b/config/cloudpaks/cp4waiops/install-emgr/templates/subscriptions/100-subscription.yaml @@ -9,7 +9,7 @@ metadata: name: noi namespace: "{{.Values.metadata.argocd_app_namespace}}" spec: - channel: v1.11 + channel: v1.12 installPlanApproval: Automatic name: noi source: ibm-operator-catalog diff --git a/config/cloudpaks/cp4waiops/install-emgr/values.yaml b/config/cloudpaks/cp4waiops/install-emgr/values.yaml index 2c717fdf..fe31a614 100644 --- a/config/cloudpaks/cp4waiops/install-emgr/values.yaml +++ b/config/cloudpaks/cp4waiops/install-emgr/values.yaml @@ -9,7 +9,7 @@ metadata: post_install_wait: 2h spec: deployment_type: trial - version: 1.6.7 + version: 1.6.8 storageclass: rwo: ocs-storagecluster-ceph-rbd rwx: ocs-storagecluster-cephfs diff --git a/config/cloudpaks/cp4waiops/install-ia/Chart.yaml b/config/cloudpaks/cp4waiops/install-ia/Chart.yaml index 39aa15ea..dd645121 100644 --- a/config/cloudpaks/cp4waiops/install-ia/Chart.yaml +++ b/config/cloudpaks/cp4waiops/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.13.0 +version: 0.14.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.6.0 +appVersion: 3.7.0 diff --git a/config/cloudpaks/cp4waiops/install-ia/templates/subscriptions/100-subscription.yaml b/config/cloudpaks/cp4waiops/install-ia/templates/subscriptions/100-subscription.yaml index 3dbb9685..efb5d65b 100644 --- a/config/cloudpaks/cp4waiops/install-ia/templates/subscriptions/100-subscription.yaml +++ b/config/cloudpaks/cp4waiops/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.6 + channel: v3.7 installPlanApproval: Automatic name: ibm-infrastructure-automation-operator source: ibm-operator-catalog