From a3e48e09bafb704e0111681eb2bf3a8a54878645 Mon Sep 17 00:00:00 2001 From: Joe Stephenson Date: Thu, 19 Jan 2023 11:37:51 +0000 Subject: [PATCH] bump cli version --- .github/workflows/build-and-publish.yaml | 2 +- .github/workflows/develop-image.yaml | 2 +- Makefile | 2 +- bundle/manifests/storageos-related-images_v1_configmap.yaml | 2 +- bundle/manifests/storageosoperator.clusterserviceversion.yaml | 2 +- config/manager/kustomization.yaml | 2 +- config/manager/related_images_config.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index ff867a93..1f29605c 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -24,7 +24,7 @@ env: RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0 RELATED_IMAGE_CSIV1_LIVENESS_PROBE=registry.k8s.io/sig-storage/livenessprobe:v2.8.0 RELATED_IMAGE_METRICS_EXPORTER=storageos/metrics-exporter:v0.1.7 - RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta1 + RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta.2 jobs: diff --git a/.github/workflows/develop-image.yaml b/.github/workflows/develop-image.yaml index a0d3ad56..c19932f3 100644 --- a/.github/workflows/develop-image.yaml +++ b/.github/workflows/develop-image.yaml @@ -21,7 +21,7 @@ env: RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0 RELATED_IMAGE_CSIV1_LIVENESS_PROBE=registry.k8s.io/sig-storage/livenessprobe:v2.8.0 RELATED_IMAGE_METRICS_EXPORTER=storageos/metrics-exporter:v0.1.7 - RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta1 + RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta.2 jobs: cancel-previous: diff --git a/Makefile b/Makefile index f470d6d7..65327e50 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ LIVENESS_PROBE_IMAGE ?= registry.k8s.io/sig-storage/livenessprobe:v2.8.0 METRICS_EXPORTER_VERSION ?= v0.1.7 METRICS_EXPORTER_IMAGE ?= storageos/metrics-exporter:$(METRICS_EXPORTER_VERSION) METRICS_EXPORTER_MANIFESTS_URL ?= https://github.com/ondat/metrics-exporter/releases/download/$(METRICS_EXPORTER_VERSION)/bundle.yaml -CLI_VERSION ?= v2.10.0-beta1 +CLI_VERSION ?= v2.10.0-beta.2 CLI_IMAGE ?= storageos/cli:$(CLI_VERSION) # The related image environment variables. These are used in the opreator's diff --git a/bundle/manifests/storageos-related-images_v1_configmap.yaml b/bundle/manifests/storageos-related-images_v1_configmap.yaml index 791376ef..432cd0ac 100644 --- a/bundle/manifests/storageos-related-images_v1_configmap.yaml +++ b/bundle/manifests/storageos-related-images_v1_configmap.yaml @@ -1,7 +1,7 @@ apiVersion: v1 data: RELATED_IMAGE_API_MANAGER: storageos/api-manager:v1.2.16 - RELATED_IMAGE_CLI: storageos/cli:v2.10.0-beta1 + RELATED_IMAGE_CLI: storageos/cli:v2.10.0-beta.2 RELATED_IMAGE_CSIV1_EXTERNAL_ATTACHER_V3: k8s.gcr.io/sig-storage/csi-attacher:v3.5.0 RELATED_IMAGE_CSIV1_EXTERNAL_PROVISIONER: storageos/csi-provisioner:v3.3.0-patched RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER: k8s.gcr.io/sig-storage/csi-resizer:v1.6.0 diff --git a/bundle/manifests/storageosoperator.clusterserviceversion.yaml b/bundle/manifests/storageosoperator.clusterserviceversion.yaml index ed6f5845..00e7a4ea 100644 --- a/bundle/manifests/storageosoperator.clusterserviceversion.yaml +++ b/bundle/manifests/storageosoperator.clusterserviceversion.yaml @@ -900,7 +900,7 @@ spec: envFrom: - configMapRef: name: storageos-related-images - image: storageos/operator:v2.10.0-beta.1 + image: storageos/operator:v2.10.0-beta.2 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index dd832aeb..2ac0a608 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -17,4 +17,4 @@ kind: Kustomization images: - name: controller newName: storageos/operator - newTag: v2.10.0-beta.1 + newTag: v2.10.0-beta.2 diff --git a/config/manager/related_images_config.yaml b/config/manager/related_images_config.yaml index 748646b3..1f15916f 100644 --- a/config/manager/related_images_config.yaml +++ b/config/manager/related_images_config.yaml @@ -11,4 +11,4 @@ RELATED_IMAGE_NODE_GUARD=storageos/node-guard:v0.0.2 RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0 RELATED_IMAGE_CSIV1_LIVENESS_PROBE=registry.k8s.io/sig-storage/livenessprobe:v2.8.0 RELATED_IMAGE_METRICS_EXPORTER=storageos/metrics-exporter:v0.1.7 -RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta1 +RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta.2