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

Commit

Permalink
change expected images for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Stephenson committed Feb 17, 2023
1 parent 50c81e4 commit 182a194
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.6
RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta.5
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.6
RELATED_IMAGE_CLI=storageos/cli:v2.10.0-beta.5
jobs:
cancel-previous:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ BUNDLE_PACKAGE_NAME ?= --package=storageosoperator
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL) $(BUNDLE_PACKAGE_NAME)

# Image URL to use all building/pushing image targets
OPERATOR_IMAGE ?= storageos/operator:v2.10.0-beta.5
OPERATOR_IMAGE ?= storageos/operator:v2.10.0-beta.7

# Image URL for manifest image.
MANIFESTS_IMAGE ?= storageos/operator-manifests:v2.10.0-beta.5
MANIFESTS_IMAGE ?= storageos/operator-manifests:v2.10.0-beta.7

LD_FLAGS = -X main.SupportedMinKubeVersion=$(MIN_KUBE_VERSION)

Expand Down

0 comments on commit 182a194

Please sign in to comment.