Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed Dec 3, 2021
1 parent 38fd70f commit 4278324
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 2.5.0-beta.8
VERSION ?= 2.5.0

# MIN_KUBE_VERSION is the build flag of minimum Kubernetes version.
MIN_KUBE_VERSION ?= 1.18.0
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/storageosoperator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/storageos/operator
support: StorageOS, Inc
name: storageosoperator.v2.5.0-beta.8
name: storageosoperator.v2.5.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -646,7 +646,7 @@ spec:
selector:
matchLabels:
operated-by: storageosoperator
version: 2.5.0-beta.8
version: 2.5.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down

0 comments on commit 4278324

Please sign in to comment.