Skip to content

Commit

Permalink
Increase version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrox committed Aug 4, 2018
1 parent 9291d09 commit 90101de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@
PROJECT_DIR=/go/src/github.com/ctrox/csi-s3
REGISTRY_NAME=ctrox
IMAGE_NAME=csi-s3
IMAGE_VERSION=1.0.0-alpha
IMAGE_VERSION=1.0.1-alpha
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(IMAGE_VERSION)
TEST_IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):test

Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/csi-s3.yaml
Expand Up @@ -75,7 +75,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: ctrox/csi-s3:1.0.0-alpha
image: ctrox/csi-s3:1.0.1-alpha
args:
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/provisioner.yaml
Expand Up @@ -79,7 +79,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver
- name: csi-s3
image: ctrox/csi-s3:1.0.0-alpha
image: ctrox/csi-s3:1.0.1-alpha
args:
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)"
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile
@@ -1,4 +1,4 @@
FROM ctrox/csi-s3:1.0.0-alpha
FROM ctrox/csi-s3:1.0.1-alpha
LABEL maintainers="Cyrill Troxler <cyrilltroxler@gmail.com>"
LABEL description="csi-s3 testing image"

Expand Down

0 comments on commit 90101de

Please sign in to comment.