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

Commit

Permalink
bump to v1.4.3-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed Jan 19, 2023
1 parent cf51a5e commit a45841d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else
GOBIN=$(shell go env GOBIN)
endif

KUBECTL_STOS_VERSION ?= v1.3.3
KUBECTL_STOS_VERSION ?= v1.4.0-beta.3

# Generate kuttl e2e tests for the following storageos/kind-node versions
# TEST_KIND_NODES is not intended to be updated manually.
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Administrating tool for your StorageOS clusters.

```bash
curl -sSLo kubectl-storageos.tar.gz \
https://github.com/storageos/kubectl-storageos/releases/download/v1.3.3/kubectl-storageos_1.3.3_linux_amd64.tar.gz \
https://github.com/storageos/kubectl-storageos/releases/download/v1.4.0-beta.3/kubectl-storageos_1.4.0-beta.3_linux_amd64.tar.gz \
&& tar -xf kubectl-storageos.tar.gz \
&& chmod +x kubectl-storageos \
&& sudo mv kubectl-storageos /usr/local/bin/ \
Expand Down

0 comments on commit a45841d

Please sign in to comment.