Skip to content

Commit

Permalink
Re-enable CRO operator, move VPA & CRO to stable bundle dir
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith committed Oct 11, 2022
1 parent 9e1d8df commit 6f82d81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions images/clusterresourceoverride-operator.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Disabling until upstream updates channels for 4.12
# ...or updates bundle dir to stable/
mode: disabled
content:
source:
dockerfile: Dockerfile.rhel7
Expand All @@ -27,7 +24,7 @@ name: openshift/ose-clusterresourceoverride-rhel8-operator
owners:
- aos-node@redhat.com
update-csv:
bundle-dir: '{MAJOR}.{MINOR}/'
bundle-dir: stable/
manifests-dir: manifests/
registry: image-registry.openshift-image-registry.svc:5000
valid-subscription-label: '["OpenShift Kubernetes Engine", "OpenShift Container Platform", "OpenShift Platform Plus"]'
4 changes: 2 additions & 2 deletions images/clusterresourceoverride.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ content:
streams_prs:
ci_build_root:
stream: rhel-8-golang-ci-build-root
# dependents:
# - clusterresourceoverride-operator # Disabled to wait for updated bundle dirs
dependents:
- clusterresourceoverride-operator
distgit:
component: ose-clusterresourceoverride-container
enabled_repos:
Expand Down
2 changes: 1 addition & 1 deletion images/vertical-pod-autoscaler-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name: openshift/ose-vertical-pod-autoscaler-rhel8-operator
owners:
- joesmith@redhat.com
update-csv:
bundle-dir: '{MAJOR}.{MINOR}/'
bundle-dir: stable/
manifests-dir: manifests/
registry: image-registry.openshift-image-registry.svc:5000
valid-subscription-label: '["OpenShift Kubernetes Engine", "OpenShift Container Platform", "OpenShift Platform Plus"]'

0 comments on commit 6f82d81

Please sign in to comment.