Skip to content

Commit

Permalink
Remove alpha channel (replaced with stable) to fix issues with OLM & …
Browse files Browse the repository at this point in the history
…OpenShift (#220)
  • Loading branch information
JohnStarich authored Sep 23, 2020
1 parent 45dfdc5 commit 5fa6398
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,6 @@ operator-courier:

.PHONY: verify-operator-meta
verify-operator-meta: release-prep operator-courier
# Download the alpha channel's last release of CSV and CRDs so it passes validation
curl -sL https://github.com/IBM/cloud-operators/releases/download/v0.1.11/001_ibmcloud_v1alpha1_binding.yaml > out/0.1.11_ibmcloud_v1alpha1_binding.yaml
curl -sL https://github.com/IBM/cloud-operators/releases/download/v0.1.11/002_ibmcloud_v1alpha1_service.yaml > out/0.1.11_ibmcloud_v1alpha1_service.yaml
curl -sL https://github.com/IBM/cloud-operators/releases/download/v0.1.11/ibmcloud_operator.v0.1.11.clusterserviceversion.yaml > out/ibmcloud_operator.v0.1.11.clusterserviceversion.yaml
ls out
operator-courier verify --ui_validate_io out/

.PHONY: operator-push-test
Expand Down
2 changes: 0 additions & 2 deletions internal/cmd/genolm/templates/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ packageName: {{.Name}}
channels:
- name: stable
currentCSV: {{.Name}}.v{{.Version}}
- name: alpha
currentCSV: ibmcloud-operator.v0.1.11
defaultChannel: stable

0 comments on commit 5fa6398

Please sign in to comment.