diff --git a/Makefile b/Makefile index a52d4aa1..0ffa4e6e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/bundle/manifests/storageosoperator.clusterserviceversion.yaml b/bundle/manifests/storageosoperator.clusterserviceversion.yaml index ef8a688c..e1926006 100644 --- a/bundle/manifests/storageosoperator.clusterserviceversion.yaml +++ b/bundle/manifests/storageosoperator.clusterserviceversion.yaml @@ -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: {} @@ -646,7 +646,7 @@ spec: selector: matchLabels: operated-by: storageosoperator - version: 2.5.0-beta.8 + version: 2.5.0 webhookdefinitions: - admissionReviewVersions: - v1