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

Commit

Permalink
Bump node image and operator version (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed Nov 19, 2021
1 parent cc291e3 commit 1576e13
Show file tree
Hide file tree
Showing 4 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
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.5
VERSION ?= 2.5.0-beta.6

# MIN_KUBE_VERSION is the build flag of minimum Kubernetes version.
MIN_KUBE_VERSION ?= 1.18.0
Expand Down Expand Up @@ -73,7 +73,7 @@ EXTERNAL_PROVISIONER_IMAGE ?= storageos/csi-provisioner:v2.1.1-patched
EXTERNAL_ATTACHER_IMAGE ?= quay.io/k8scsi/csi-attacher:v3.1.0
EXTERNAL_RESIZER_IMAGE ?= quay.io/k8scsi/csi-resizer:v1.1.0
INIT_IMAGE ?= storageos/init:v2.1.0
NODE_IMAGE ?= storageos/node:v2.5.0-beta.1
NODE_IMAGE ?= storageos/node:v2.5.0
NODE_DRIVER_REG_IMAGE ?= quay.io/k8scsi/csi-node-driver-registrar:v2.1.0
LIVENESS_PROBE_IMAGE ?= quay.io/k8scsi/livenessprobe:v2.2.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
RELATED_IMAGE_CSIV1_LIVENESS_PROBE: quay.io/k8scsi/livenessprobe:v2.2.0
RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR: quay.io/k8scsi/csi-node-driver-registrar:v2.1.0
RELATED_IMAGE_STORAGEOS_INIT: storageos/init:v2.1.0
RELATED_IMAGE_STORAGEOS_NODE: storageos/node:v2.5.0-beta.1
RELATED_IMAGE_STORAGEOS_NODE: storageos/node:v2.5.0
kind: ConfigMap
metadata:
labels:
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.5
name: storageosoperator.v2.5.0-beta.6
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -758,7 +758,7 @@ spec:
selector:
matchLabels:
operated-by: storageosoperator
version: 2.5.0-beta.5
version: 2.5.0-beta.6
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/related_images_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ RELATED_IMAGE_CSIV1_EXTERNAL_PROVISIONER=storageos/csi-provisioner:v2.1.1-patche
RELATED_IMAGE_CSIV1_EXTERNAL_ATTACHER_V3=quay.io/k8scsi/csi-attacher:v3.1.0
RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0
RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.0
RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.5.0-beta.1
RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.5.0
RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=quay.io/k8scsi/csi-node-driver-registrar:v2.1.0
RELATED_IMAGE_CSIV1_LIVENESS_PROBE=quay.io/k8scsi/livenessprobe:v2.2.0

0 comments on commit 1576e13

Please sign in to comment.