Skip to content

Commit

Permalink
feat: Update CP4BA to 23.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Denilson Nastacio <[email protected]>
  • Loading branch information
nastacio committed Sep 11, 2023
1 parent a40bfe7 commit 04d50e5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
4 changes: 2 additions & 2 deletions config/cloudpaks/cp4a/operators/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.6.1
version: 0.7.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: "22.0.2"
appVersion: "23.0.1"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
annotations:
argocd.argoproj.io/sync-wave: "110"
spec:
channel: v22.2
channel: v23.1
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.6.1
version: 0.7.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: "22.0.2"
appVersion: "23.0.1"
21 changes: 16 additions & 5 deletions config/cloudpaks/cp4a/resources/templates/0201-icp4a-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ metadata:
argocd.argoproj.io/sync-wave: "201"
namespace: {{.Values.argocd_app_namespace}}
spec:
appVersion: 22.0.2
appVersion: 23.0.1
olm_deployment_type: Starter
olm_ibm_license: true
olm_starter_application: false
olm_starter_application: true
olm_starter_content: false
olm_starter_decisions: true
olm_starter_decisions_ads: false
Expand All @@ -26,6 +26,7 @@ spec:
olm_production_decisions: false
olm_production_content: false
olm_production_workflow: false
olm_production_workflow_process_service: false
initialize_configuration:
ic_ldap_creation:
ic_ldap_admins_groups_name:
Expand Down Expand Up @@ -95,6 +96,7 @@ spec:
bai: false
application:
app_designer: false
ae_data_persistence: false
content:
bai: false
cmis: false
Expand All @@ -108,8 +110,12 @@ spec:
decisionCenter: false
decisionRunner: false
decisionServerRuntime: false
wfps_authoring:
bai: false
pfs: false
workfow_authoring:
bai: false
pfs: false
workfow_runtime:
bai: false
olm_starter_option:
Expand Down Expand Up @@ -145,7 +151,7 @@ spec:
database_port: ''
database_servername: ''
dc_database_ssl_enabled: true
dc_database_type: db2
dc_database_type: postgresql
dc_hadr_max_retries_for_client_reroute: 3
dc_hadr_retry_interval_for_client_reroute: 15
dc_hadr_standby_ip: ''
Expand All @@ -158,7 +164,7 @@ spec:
dc_common_database_name: ''
dc_common_database_port: ''
dc_common_ssl_enabled: true
dc_database_type: db2
dc_database_type: postgresql
dc_ssl_secret_name: ''
dc_icn_datasource:
database_name: ''
Expand Down Expand Up @@ -292,7 +298,12 @@ spec:
database_precheck: true
dc_ssl_enabled: true
shared_configuration:
sc_iam:
default_admin_username: ''
trusted_certificate_list: []
sc_common_service:
operator_namespace: ''
services_namespace: ''
storage_configuration:
sc_block_storage_classname: {{.Values.storageclass.block}}
sc_dynamic_storage_classname: {{.Values.storageclass.gold}}
Expand All @@ -301,7 +312,7 @@ spec:
sc_slow_file_storage_classname: ''
encryption_key_secret: ''
external_tls_certificate_secret: ''
olm_sc_content_initialization: true
olm_sc_content_initialization: false
olm_sc_content_verification: false
root_ca_secret: icp4a-root-ca
sc_deployment_baw_license: non-production
Expand Down

0 comments on commit 04d50e5

Please sign in to comment.