Skip to content

Commit

Permalink
feat: Upgrade CP4BA to 23.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Denilson Nastacio <[email protected]>
  • Loading branch information
nastacio committed Feb 2, 2024
1 parent 15df620 commit 43783c8
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Supported versions:

| Cloud Pak | Version | Installation mode |
| ----------|---------|-------------------|
| Cloud Pak for Business Automation | [23.0.1](https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/23.0.1) | Multi-pattern starter deployment |
| Cloud Pak for Business Automation | [23.0.2](https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/23.0.2) | Multi-pattern starter deployment |
| Cloud Pak for Data | [4.8.2](https://www.ibm.com/docs/en/cloud-paks/cp-data/4.8.x?topic=overview) | Online, specialized installation |
| Cloud Pak for Integration | [2023.4](https://www.ibm.com/docs/en/cloud-paks/cp-integration/2023.4) | Online installation |
| Cloud Pak for Security | [1.10.15](https://www.ibm.com/docs/en/cloud-paks/cp-security/1.10) | Online installation |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
name: opencloud-operators
namespace: openshift-marketplace
spec:
displayName: ibm-cp-common-services-4.3.0
displayName: ibm-cp-common-services-4.4.0
publisher: IBM
image: icr.io/cpopen/ibm-common-service-catalog@sha256:5f2ada10db36dd609913f806fc44051186a1b719a0c1e04edfae5a6807b0eb26
sourceType: grpc
Expand Down
2 changes: 1 addition & 1 deletion config/cloudpaks/cp4a/operators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.7.2
# 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: "23.0.1"
appVersion: "23.0.2"
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ kind: Subscription
metadata:
creationTimestamp: null
name: ibm-cp4a-operator
namespace: {{.Values.argocd_app_namespace}}
namespace: {{.Values.metadata.argocd_app_namespace}}
annotations:
argocd.argoproj.io/sync-wave: "110"
spec:
channel: v23.1
channel: v23.2
installPlanApproval: Automatic
name: ibm-cp4a-operator
source: ibm-operator-catalog
Expand Down
4 changes: 2 additions & 2 deletions config/cloudpaks/cp4a/resources/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.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: "23.0.1"
appVersion: "23.0.2"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
argocd.argoproj.io/sync-wave: "201"
namespace: {{.Values.argocd_app_namespace}}
spec:
appVersion: 23.0.1
appVersion: 23.0.2
olm_deployment_type: Starter
olm_ibm_license: true
olm_starter_application: true
Expand Down Expand Up @@ -320,7 +320,7 @@ spec:
sc_deployment_fncm_license: non-production
sc_deployment_license: non-production
sc_deployment_platform: {{.Values.spec.shared_configuration.sc_deployment_platform}}
sc_deployment_profile_size: ''
sc_deployment_profile_size: {{.Values.spec.shared_configuration.sc_deployment_profile_size}}
sc_drivers_url: ''
sc_ingress_enable: false
sc_ingress_tls_secret_name: ''
Expand Down
1 change: 1 addition & 0 deletions config/cloudpaks/cp4a/resources/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
spec:
shared_configuration:
sc_deployment_platform: OCP
sc_deployment_profile_size: starter
storageclass:
block: ocs-storagecluster-ceph-rbd
gold: ocs-storagecluster-cephfs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
name: openshift-gitops-operator
namespace: openshift-gitops-operator
spec:
channel: gitops-1.10
channel: latest
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
name: openshift-gitops-operator
namespace: openshift-operators
spec:
channel: gitops-1.10
channel: latest
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
4 changes: 2 additions & 2 deletions docs/rhacm.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This repository contains governance policies and placement rules for Argo CD and

### Install the OpenShift GitOps operator

This section contains a simple shortcut, but you can choose to follow the instructions in the [Red Hat OpenShift GitOps Installation page](https://docs.openshift.com/gitops/1.10/installing_gitops/installing-openshift-gitops.html) instead, with special care to **use a release at or above `gitops-1.8`**.) These instructions were validated with the OpenShift GitOps 1.10 release.
This section contains a simple shortcut, but you can choose to follow the instructions in the [Red Hat OpenShift GitOps Installation page](https://docs.openshift.com/gitops/1.11/installing_gitops/installing-openshift-gitops.html) instead, with special care to **use a release at or above `gitops-1.8`**.) These instructions are always validated with the latest OpenShift GitOps release.

The shortcut in case you choose to skip the official instructions:

Expand Down Expand Up @@ -79,7 +79,7 @@ The shortcut in case you choose to skip the official instructions:
name: openshift-gitops-operator
namespace: openshift-gitops-operator
spec:
channel: gitops-1.10
channel: latest
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
2 changes: 1 addition & 1 deletion tests/descriptors/operators/gitops-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: openshift-gitops-operator
namespace: openshift-gitops-operator
spec:
channel: gitops-1.10
channel: latest
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down

0 comments on commit 43783c8

Please sign in to comment.