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

Commit 4278324

Browse files
committed
Bump version to 2.5.0
1 parent 38fd70f commit 4278324

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 2.5.0-beta.8
6+
VERSION ?= 2.5.0
77

88
# MIN_KUBE_VERSION is the build flag of minimum Kubernetes version.
99
MIN_KUBE_VERSION ?= 1.18.0

bundle/manifests/storageosoperator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ metadata:
2828
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
2929
repository: https://github.com/storageos/operator
3030
support: StorageOS, Inc
31-
name: storageosoperator.v2.5.0-beta.8
31+
name: storageosoperator.v2.5.0
3232
namespace: placeholder
3333
spec:
3434
apiservicedefinitions: {}
@@ -646,7 +646,7 @@ spec:
646646
selector:
647647
matchLabels:
648648
operated-by: storageosoperator
649-
version: 2.5.0-beta.8
649+
version: 2.5.0
650650
webhookdefinitions:
651651
- admissionReviewVersions:
652652
- v1

0 commit comments

Comments
 (0)