redhat-manufacturing / edge-lab-gitops

Bend OpenShift to your will with ArgoCD in the Houston edge lab
3 stars 5 forks source link

Depreciated Stable channel for OpenShift GitOps #20

Closed strangiato closed 1 year ago

strangiato commented 1 year ago

Gitops is currently deployed using the stable channel which is depreciated as of 1.5. Stable has been replaced by latest.

Moving to latest or gitops-1.7 will move us from 1.5.8 to 1.7.0.

Depreciation notes found here:

https://docs.openshift.com/container-platform/4.10/cicd/gitops/gitops-release-notes.html?extIdCarryOver=true&sc_cid=701f2000001Css5AAC#gitops-release-notes-1-6-0_gitops-release-notes

strangiato commented 1 year ago

Gitops is not currently managing itself. Should be added into the config so argo is self managed.

The argocd CR is already using the SSO definition that was changed in 1.6 so no updates seem to be needed on the argo-cr.

strangiato commented 1 year ago

Resolved