Skip to content

Commit

Permalink
[cloud-provider-aws] Update ebs-csi-plugin to v1.28.0 (#7691)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Kovalkov <dmitrii.kovalkov@flant.com>
  • Loading branch information
unreturned authored Mar 13, 2024
1 parent f7718de commit 3f518d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ shell:
- export GO_VERSION=${GOLANG_VERSION}
- export GOPROXY={{ $.GOPROXY }}
- mkdir -p /go/src/github.com/kubernetes-sigs/aws-ebs-csi-driver
- git clone --depth 1 --branch v1.3.0 {{ $.SOURCE_REPO }}/kubernetes-sigs/aws-ebs-csi-driver.git /go/src/github.com/kubernetes-sigs/aws-ebs-csi-driver
- git clone --depth 1 --branch v1.28.0 {{ $.SOURCE_REPO }}/kubernetes-sigs/aws-ebs-csi-driver.git /go/src/github.com/kubernetes-sigs/aws-ebs-csi-driver
- cd /go/src/github.com/kubernetes-sigs/aws-ebs-csi-driver
- make linux/amd64
- make default
mount:
- fromPath: ~/go-pkg-cache
to: /go/pkg
Expand Down

0 comments on commit 3f518d2

Please sign in to comment.