Skip to content

Commit

Permalink
CSI version bump (#349)
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant authored Nov 13, 2023
1 parent 2947c31 commit 28a4c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hostprocess/csi-proxy/Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG WINDOWS_BASE_IMAGE=nanoserver
ARG WINDOWS_VERSION=1809

FROM --platform=linux/amd64 golang:1.20 as builder
ARG CSI_PROXY_VERSION=v1.1.2
ARG CSI_PROXY_VERSION=v1.1.3
RUN git clone https://github.com/kubernetes-csi/csi-proxy.git /go/csi-proxy &&\
cd /go/csi-proxy &&\
git checkout tags/${CSI_PROXY_VERSION} &&\
Expand Down
2 changes: 1 addition & 1 deletion hostprocess/csi-proxy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.2
v1.1.3

0 comments on commit 28a4c4f

Please sign in to comment.