Skip to content

Commit

Permalink
Merge pull request #256 from Ajpantuso/apantuso/fix_v1.5.5
Browse files Browse the repository at this point in the history
fix: update CSV template for v1.5.5
  • Loading branch information
Ajpantuso authored Nov 7, 2022
2 parents 3bb77f8 + cc8d27a commit c1ec2cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 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.5.3'
olm.skipRange: '>=0.0.1 <1.5.5'
repository: https://github.com/openshift/addon-operator
support: "false"
creationTimestamp: null
name: addon-operator.v1.5.3
name: addon-operator.v1.5.5
spec:
apiservicedefinitions: {}
cleanup:
Expand Down Expand Up @@ -334,7 +334,7 @@ spec:
provider:
name: Red Hat
url: www.redhat.com
version: 1.5.3
version: 1.5.5
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
6 changes: 3 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.5.3'
olm.skipRange: '>=0.0.1 <1.5.5'
repository: https://github.com/openshift/addon-operator
support: "false"
creationTimestamp: null
name: addon-operator.v1.5.3
name: addon-operator.v1.5.5
spec:
apiservicedefinitions: {}
cleanup:
Expand Down Expand Up @@ -334,7 +334,7 @@ spec:
provider:
name: Red Hat
url: www.redhat.com
version: 1.5.3
version: 1.5.5
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down

0 comments on commit c1ec2cd

Please sign in to comment.