Skip to content

Commit

Permalink
feat: Updates to CR versions to match WAIOps 3.7.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Denilson Nastacio <[email protected]>
  • Loading branch information
nastacio committed Apr 1, 2023
1 parent 563167f commit fdabfc4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions config/cloudpaks/cp4waiops/install-aimgr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config/cloudpaks/cp4waiops/install-emgr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/cloudpaks/cp4waiops/install-emgr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions config/cloudpaks/cp4waiops/install-ia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdabfc4

Please sign in to comment.