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

Commit

Permalink
bump cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Stephenson committed Mar 1, 2023
1 parent 17604e0 commit 4e86055
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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-beta.9
RELATED_IMAGE_CLI=storageos/cli:v2.10.0
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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-beta.9
RELATED_IMAGE_CLI=storageos/cli:v2.10.0
jobs:
cancel-previous:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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-beta.9
CLI_VERSION ?= v2.10.0
CLI_IMAGE ?= storageos/cli:$(CLI_VERSION)

# The related image environment variables. These are used in the opreator's
Expand Down
Original file line number Diff line number Diff line change
@@ -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-beta.9
RELATED_IMAGE_CLI: storageos/cli:v2.10.0
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
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 @@ -12,4 +12,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-beta.9
RELATED_IMAGE_CLI=storageos/cli:v2.10.0

0 comments on commit 4e86055

Please sign in to comment.