-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
2
-
False
-
None
-
False
-
Install
-
-
-
GITOPS Sprint 235, GITOPS Sprint 236
Description of problem:
in https://docs.openshift.com/container-platform/4.12/cicd/gitops/installing-openshift-gitops.html#installing-gitops-operator-using-cli_installing-openshift-gitops, the subscription to create to install GitOps is the following:
apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: openshift-gitops-operator namespace: openshift-operators spec: channel: stable installPlanApproval: Automatic name: openshift-gitops-operator source: redhat-operators sourceNamespace: openshift-marketplace
but the channel to use should be latest, not stable.
- is documented by
-
RHDEVDOCS-5090 Update the subscription to the latest in the OCP GitOps installation section doc
- Closed