IBM / cloudpak-gitops

Deployment of IBM Cloud Paks using ArgoCD / Red Hat GitOps operator.
Apache License 2.0
22 stars 23 forks source link

fix: Only install IBM Cert Manager conditionally and when installing CP4BA #278

Closed nastacio closed 1 year ago

nastacio commented 1 year ago

Describe the bug The update to this repo to include support for CP4BA 23.0.1 created a new subscription for the IBM Cert Manager operator in cp-shared-app, but that is conceptually incorrect.

Technically, and currently, the only Cloud Pak to require the explicit installation of this operator is Cloud Pak for Business Automation, so the relevant resources for that operator should be moved to the cp4a folder.

Additionally, the creation should be conditional to the operator not already being present in the cluster for some other reason.

To Reproduce N/A

Expected behavior N/A

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

nastacio commented 1 year ago

:tada: This issue has been resolved in version 0.29.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: