Skip to content

Commit

Permalink
Fix upstream repository URL
Browse files Browse the repository at this point in the history
We moved the code from openshift/compliance-operator to
ComplianceAsCode/compliance-operator, but we did't update the manifest
references. This means the bundle image would still point to the origin
repository, which isn't what we want.

We attempted to fix this in PR #230, but we only modified the bundle
manifest, which is generated from the manifest base. This commit updates
the manifest base so that it uses the correct URL, too.
  • Loading branch information
rhmdnd committed Apr 7, 2023
1 parent 3bf73d3 commit da8eb19
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ metadata:
operators.openshift.io/infrastructure-features: '["disconnected", "fips", "proxy-aware"]'
operators.openshift.io/valid-subscription: '["OpenShift Kubernetes Engine", "OpenShift
Container Platform", "OpenShift Platform Plus"]'
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 @@ -1546,8 +1546,8 @@ spec:
- openscap
- audit
links:
- name: Compliance Operator upstream repo
url: https://github.com/openshift/compliance-operator
- name: Compliance Operator upstream repoistory
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 da8eb19

Please sign in to comment.