Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update CP4BA to 23.0.2 ifix 1 #327

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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"
145 changes: 145 additions & 0 deletions config/cloudpaks/cp4a/operators/templates/0000-catalog-sources.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
---
# CP4BA 23.0.2-IF001 catalog
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-cp4a-operator-catalog
namespace: {{.Values.metadata.argocd_app_namespace}}
spec:
displayName: ibm-cp4a-operator
publisher: IBM
sourceType: grpc
image: icr.io/cpopen/ibm-cp-automation-catalog@sha256:765752e96b25929b82135facab1a4a19daa7635676d2f1e41ee223d5098ab18c
updateStrategy:
registryPoll:
interval: 45m
---
# IBM CS Flink Operator Catalog 1.3.15
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-cs-flink-operator-catalog
namespace: {{.Values.metadata.argocd_app_namespace}}
spec:
displayName: IBM CS Flink Operator
publisher: IBM
sourceType: grpc
image: icr.io/cpopen/ibm-cs-flink-operator-catalog@sha256:5a744274e32baf10be70aae58c69323d22d34b14bf79759494293b6b109117df
updateStrategy:
registryPoll:
interval: 45m
priority: 100
---
# IBM CS Elastic Operator Catalog 1.3.15
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-cs-elastic-operator-catalog
namespace: {{.Values.metadata.argocd_app_namespace}}
spec:
displayName: IBM CS Elastic Search Operator
publisher: IBM
sourceType: grpc
image: icr.io/cpopen/ibm-cs-elastic-operator-catalog@sha256:35b4c316cad135283a08d1f06dd9a471f7c6358ade45af3f323944949bd3c88e
updateStrategy:
registryPoll:
interval: 45m
priority: 100
---
# IBM Certificate Manager 4.2.2
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-cert-manager-catalog
namespace: {{.Values.metadata.argocd_app_namespace}}
spec:
displayName: ibm-cert-manager-4.2.2
publisher: IBM
sourceType: grpc
image: icr.io/cpopen/ibm-cert-manager-operator-catalog@sha256:955732299dd174524612ec8e8076237a491cedee1264e4e4be39c2a92f48bc39
updateStrategy:
registryPoll:
interval: 45m
---
# IBM License Manager 4.2.2
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-licensing-catalog
namespace: {{.Values.metadata.argocd_app_namespace}}
spec:
displayName: ibm-licensing-4.2.2
publisher: IBM
image: icr.io/cpopen/ibm-licensing-catalog@sha256:dfdd38cac150cd354853ac88d02396a9457d22964f898d10126b4a880b4d0916
sourceType: grpc
updateStrategy:
registryPoll:
interval: 45m
---
# IBM Cloud Foundational Services 4.4.0
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: opencloud-operators-v4-4
namespace: {{.Values.metadata.argocd_app_namespace}}
annotations:
bedrock_catalogsource_priority: '1'
spec:
displayName: IBMCS Operators
publisher: IBM
sourceType: grpc
image: icr.io/cpopen/ibm-common-service-catalog@sha256:e639ec5b8bfc542ef13f8d615fecb8f70ace9231ef8210ad0eb68826e8cecdf3
updateStrategy:
registryPoll:
interval: 45m
priority: 100
---
# IBM Business Teams Service version 3.32.0
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: bts-operator
namespace: {{.Values.metadata.argocd_app_namespace}}
annotations:
bedrock_catalogsource_priority: '1'
spec:
displayName: BTS Operator
publisher: IBM
sourceType: grpc
image: icr.io/cpopen/ibm-bts-operator-catalog@sha256:b26469f7ad7e602db95b36f75c4adf61407ebb044690193b0d80da543b9198bf
updateStrategy:
registryPoll:
interval: 45m
---
# Cloud Native PostgresSQL 1.18.7 (4.18.0)
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: cloud-native-postgresql-catalog
namespace: {{.Values.metadata.argocd_app_namespace}}
annotations:
bedrock_catalogsource_priority: '1'
spec:
displayName: Cloud Native Postgresql Catalog
publisher: IBM
sourceType: grpc
image: icr.io/cpopen/ibm-cpd-cloud-native-postgresql-operator-catalog@sha256:c96aa2e6bce92f2e5e4874116cf1cc1cdd60676499cd04ab1631462b8b883357
updateStrategy:
registryPoll:
interval: 45m
priority: 100
---
# IBM FileNet Content Manager Standalone catalog.
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-fncm-operator-catalog
namespace: {{.Values.metadata.argocd_app_namespace}}
spec:
displayName: ibm-fncm-operator
publisher: IBM
sourceType: grpc
image: icr.io/cpopen/ibm-fncm-catalog@sha256:0ecc62f5e9eec5d1e0e58fd510fbb7110a1a175aa834ade2059c170792393863
updateStrategy:
registryPoll:
interval: 45m
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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
sourceNamespace: openshift-marketplace
source: ibm-cp4a-operator-catalog
sourceNamespace: {{.Values.metadata.argocd_app_namespace}}
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"
Loading
Loading