Skip to content

Commit

Permalink
prepare 1.8.1 release with OCM status reporting enabled
Browse files Browse the repository at this point in the history
Signed-off-by: ashish <asnaraya@redhat.com>
  • Loading branch information
ashishmax31 committed Mar 16, 2023
1 parent 5b7bf46 commit 2c82c87
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.8.0
v1.8.1
9 changes: 6 additions & 3 deletions config/olm/addon-operator.csv.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ metadata:
annotations:
capabilities: Full Lifecycle
containerImage: quay.io/openshift/addon-operator:latest
olm.skipRange: '>=0.0.1 <1.8.0'
olm.skipRange: '>=0.0.1 <1.8.1'
repository: https://github.com/openshift/addon-operator
support: "false"
creationTimestamp: null
name: addon-operator.v1.8.0
name: addon-operator.v1.8.1
spec:
apiservicedefinitions: {}
cleanup:
Expand Down Expand Up @@ -217,6 +217,9 @@ spec:
readOnly: true
- args:
- --enable-leader-election
env:
- name: ENABLE_STATUS_REPORTING
value: "true"
image: quay.io/openshift/addon-operator:latest
livenessProbe:
httpGet:
Expand Down Expand Up @@ -353,7 +356,7 @@ spec:
provider:
name: Red Hat
url: www.redhat.com
version: 1.8.0
version: 1.8.1
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
9 changes: 6 additions & 3 deletions config/openshift/manifests/addon-operator.csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ metadata:
annotations:
capabilities: Full Lifecycle
containerImage: quay.io/openshift/addon-operator:latest
olm.skipRange: '>=0.0.1 <1.8.0'
olm.skipRange: '>=0.0.1 <1.8.1'
repository: https://github.com/openshift/addon-operator
support: "false"
creationTimestamp: null
name: addon-operator.v1.8.0
name: addon-operator.v1.8.1
spec:
apiservicedefinitions: {}
cleanup:
Expand Down Expand Up @@ -217,6 +217,9 @@ spec:
readOnly: true
- args:
- --enable-leader-election
env:
- name: ENABLE_STATUS_REPORTING
value: "true"
image: quay.io/openshift/addon-operator:latest
livenessProbe:
httpGet:
Expand Down Expand Up @@ -353,7 +356,7 @@ spec:
provider:
name: Red Hat
url: www.redhat.com
version: 1.8.0
version: 1.8.1
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down

0 comments on commit 2c82c87

Please sign in to comment.