Skip to content

Commit

Permalink
Bugfix/update version (#1206)
Browse files Browse the repository at this point in the history
* renaming csv version to allow for pipeline use.

* adding image references for build pipeline

* rebase cleanup
  • Loading branch information
Shawn Hurley authored and openshift-merge-robot committed Apr 9, 2019
1 parent 7a42fa8 commit e1338ee
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
Check out the [Keynote Demo from Red Hat Summit 2017](https://youtu.be/8MCbJmZQM9c?list=PLEGSLwUsxfEh4TE2GDU4oygCB-tmShkSn&t=4732)
keywords: ['ansible', 'automation', 'broker', 'open service broker']
version: 1.0.0
version: v4.1.0
maturity: stable
maintainers:
- name: Red Hat, Inc.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
kind: ImageStream
apiVersion: image.openshift.io/v1
spec:
tags:
- name: ansible-service-broker
from:
kind: DockerImage
name: quay.io/openshift/origin-ansible-service-broker
- name: ansible-service-broker-operator
from:
kind: DockerImage
name: quay.io/openshift/origin-ansible-service-broker-operator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packageName: openshiftansibleservicebroker
channels:
- name: stable
currentCSV: openshiftansibleservicebroker.v1.0.0
currentCSV: openshiftansibleservicebroker.v4.1.0
3 changes: 0 additions & 3 deletions operator/molecule/cluster/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,3 @@
- "[ \"True\" ] in (svccat_cm | json_query('resources[].status.conditions[?type==`Available`].status'))"
delay: 10
retries: 30



0 comments on commit e1338ee

Please sign in to comment.