Skip to content

Commit

Permalink
[cloud-provider-aws] Bump CSI driver to version 1.3.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 0c5f250)
  • Loading branch information
zuzzas authored and z9r5 committed Oct 6, 2021
1 parent c0e4dde commit e570cd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_GOLANG_BUSTER
ARG BASE_DEBIAN
FROM $BASE_GOLANG_BUSTER as artifact
WORKDIR /src/
RUN wget https://github.com/kubernetes-sigs/aws-ebs-csi-driver/archive/v1.2.0.tar.gz -O - | tar -xz --strip-components=1 -C /src/
RUN wget https://github.com/kubernetes-sigs/aws-ebs-csi-driver/archive/v1.3.0.tar.gz -O - | tar -xz --strip-components=1 -C /src/
RUN make bin/aws-ebs-csi-driver

# support every standard Linux disk/mount utility so that CSI components won't complain
Expand Down

0 comments on commit e570cd7

Please sign in to comment.