Skip to content

Commit

Permalink
Fix references to repository in bundle CSV
Browse files Browse the repository at this point in the history
We missed a few links when we migrated the Compliance Operator from the
openshift organization.

Let's clean those up so they don't confuse users when they install
through OLM.

Fixes openshift#229
  • Loading branch information
rhmdnd committed Feb 23, 2023
1 parent 21042df commit f7a3a6e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ metadata:
Container Platform", "OpenShift Platform Plus"]'
operators.operatorframework.io/builder: operator-sdk-v1.19.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/openshift/compliance-operator
repository: https://github.com/ComplianceAsCode/compliance-operator
support: Red Hat Inc.
labels:
operatorframework.io/arch.amd64: supported
Expand Down Expand Up @@ -1600,8 +1600,8 @@ spec:
- openscap
- audit
links:
- name: Compliance Operator upstream repo
url: https://github.com/openshift/compliance-operator
- name: Compliance Operator upstream repository
url: https://github.com/ComplianceAsCode/compliance-operator
- name: Compliance Operator documentation
url: https://docs.openshift.com/container-platform/latest/security/compliance_operator/compliance-operator-understanding.html
maintainers:
Expand Down

0 comments on commit f7a3a6e

Please sign in to comment.