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

Commit

Permalink
release v2.8.1-beta.1
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Minář <[email protected]>
  • Loading branch information
Michal Minář committed Jun 30, 2022
1 parent af2e6fe commit 84d3b6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 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.7.0
name: storageosoperator.v2.8.1-beta.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -952,7 +952,7 @@ spec:
selector:
matchLabels:
operated-by: storageosoperator
version: 2.7.0
version: 2.8.1-beta.1
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ kind: Kustomization
images:
- name: controller
newName: storageos/operator
newTag: test
newTag: v2.8.1-beta.1

0 comments on commit 84d3b6a

Please sign in to comment.