From 84d3b6a11f91e37e89bd3fd305de63833d440681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Min=C3=A1=C5=99?= Date: Thu, 30 Jun 2022 13:04:51 +0200 Subject: [PATCH] release v2.8.1-beta.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Minář --- Makefile | 4 ++-- .../manifests/storageosoperator.clusterserviceversion.yaml | 6 +++--- config/manager/kustomization.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index c30f2895..4ca23ef1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # VERSION defines the project version for the bundle. -VERSION ?= 2.7.0 +VERSION ?= 2.8.1-beta.1 # MIN_KUBE_VERSION is the build flag of minimum Kubernetes version. MIN_KUBE_VERSION ?= 1.19.0 @@ -181,7 +181,7 @@ config-update: @echo "$$REL_IMAGE_CONF" > config/manager/related_images_config.yaml operator-image: ## Build operator image - docker build -t ${OPERATOR_IMAGE} --build-arg VERSION=$(VERSION) . + docker build -t ${OPERATOR_IMAGE} --build-arg VERSION=v$(VERSION) . operator-image-push: docker push ${OPERATOR_IMAGE} diff --git a/bundle/manifests/storageosoperator.clusterserviceversion.yaml b/bundle/manifests/storageosoperator.clusterserviceversion.yaml index 7333bc40..0678e2a1 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.7.0 + name: storageosoperator.v2.8.1-beta.1 namespace: placeholder spec: apiservicedefinitions: {} @@ -865,7 +865,7 @@ spec: envFrom: - configMapRef: name: storageos-related-images - image: storageos/operator:test + image: storageos/operator:v2.8.1-beta.1 livenessProbe: httpGet: path: /healthz @@ -952,7 +952,7 @@ spec: selector: matchLabels: operated-by: storageosoperator - version: 2.7.0 + version: 2.8.1-beta.1 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index cad3b9f9..76cbb8aa 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -17,4 +17,4 @@ kind: Kustomization images: - name: controller newName: storageos/operator - newTag: test + newTag: v2.8.1-beta.1