-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
4.14, 4.15, 4.16
-
None
-
None
-
False
-
Cannot find the latest release of Security Profiles Operator (SPO) in the Operator Hub page in the console.
After a fresh install of OCP 4.14, 4.15 and 4.16 SPO cannot be found in Operator Hub, I can still install it via CLI though, using the following yaml:
--- apiVersion: v1 kind: Namespace metadata: name: openshift-security-profiles labels: openshift.io/cluster-monitoring: "true" --- apiVersion: operators.coreos.com/v1 kind: OperatorGroup metadata: name: security-profiles-operator namespace: openshift-security-profiles --- apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: security-profiles-operator-sub namespace: openshift-security-profiles spec: channel: release-alpha-rhel-8 installPlanApproval: Automatic name: security-profiles-operator source: redhat-operators sourceNamespace: openshift-marketplace