From 1576e13ba866fc63a16347f673c081b9432776fc Mon Sep 17 00:00:00 2001 From: Conor Nolan Date: Fri, 19 Nov 2021 17:23:27 +0000 Subject: [PATCH] Bump node image and operator version (#68) --- Makefile | 4 ++-- bundle/manifests/storageos-related-images_v1_configmap.yaml | 2 +- bundle/manifests/storageosoperator.clusterserviceversion.yaml | 4 ++-- config/manager/related_images_config.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 3ac6c9ea..62373c1f 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.5 +VERSION ?= 2.5.0-beta.6 # MIN_KUBE_VERSION is the build flag of minimum Kubernetes version. MIN_KUBE_VERSION ?= 1.18.0 @@ -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 diff --git a/bundle/manifests/storageos-related-images_v1_configmap.yaml b/bundle/manifests/storageos-related-images_v1_configmap.yaml index a8576549..fa635f6d 100644 --- a/bundle/manifests/storageos-related-images_v1_configmap.yaml +++ b/bundle/manifests/storageos-related-images_v1_configmap.yaml @@ -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: diff --git a/bundle/manifests/storageosoperator.clusterserviceversion.yaml b/bundle/manifests/storageosoperator.clusterserviceversion.yaml index 8227af3d..04e7cb44 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.5 + name: storageosoperator.v2.5.0-beta.6 namespace: placeholder spec: apiservicedefinitions: {} @@ -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 diff --git a/config/manager/related_images_config.yaml b/config/manager/related_images_config.yaml index bc26d3d4..aa5f3a95 100644 --- a/config/manager/related_images_config.yaml +++ b/config/manager/related_images_config.yaml @@ -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