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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed Dec 12, 2022
1 parent 5da2256 commit 8676455
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.2
KUBECTL_STOS_VERSION ?= v1.3.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.2/kubectl-storageos_1.3.2_linux_amd64.tar.gz \
https://github.com/storageos/kubectl-storageos/releases/download/v1.3.3/kubectl-storageos_1.3.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 8676455

Please sign in to comment.