IBM / cloudpak-gitops

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

feat: Update GitOps config to work with OpenShift GitOps operator 1.9 and above. #289

Closed nastacio closed 11 months ago

nastacio commented 1 year ago

Is your feature request related to a problem? Please describe. There is no problem, but the current subscription channel will eventually become obsolete, so we need to update the channel of the OpenShift GitOps operator subscription to gitops-1.10 (or more recent at the time.)

Describe the solution you'd like The OpenShift GitOps 1.9 release changed the structure of the ArgoCD CR, so the custom health checks in https://github.com/IBM/cloudpak-gitops/blob/main/config/argocd/templates/0200-argocd.yaml no longer work with that release.

The work in this feature should update that configuration to work with these more recent versions of the OpenShift GitOps operator.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Technical notes: https://nastacio.github.io/technote/technote-gitops-upgrade/

nastacio commented 11 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: