File tree Expand file tree Collapse file tree
deploy/charts/alibaba-cloud-csi-driver Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ labels :
8+ - " ok-to-test"
39 - package-ecosystem : gomod
410 directory : /
511 open-pull-requests-limit : 10
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 name : lint
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414 with :
1515 fetch-depth : 0
1616 filter : blob:none
17- - uses : actions/setup-go@v6
17+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1818 with :
1919 go-version-file : ' go.mod'
2020 - name : golangci-lint
21- uses : golangci/golangci-lint-action@v9.2.0
21+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
2222 with :
2323 version : v2.10.1
2424 # only-new-issues does not work on large PRs
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v6
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 with :
2020 fetch-depth : 0
2121
2525 git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2626
2727 - name : Run chart-releaser
28- uses : helm/chart-releaser-action@v1.7.0
28+ uses : helm/chart-releaser-action@a0d2dc62c5e491af8ef6ba64a2e02bcf3fb33aa1 # v1.7.0
2929 with :
3030 charts_dir : deploy/charts
3131 env :
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout Actions Repository
10- uses : actions/checkout@v6
10+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1111
1212 - name : Check spelling
13- uses : crate-ci/typos@v1.40.0
13+ uses : crate-ci/typos@24c5854966d17070a3b25e2c2dfc63ec5bc94cf4 # v1.40.0
1414 with :
1515 files : ./
1616 config : ./_typos.toml
Original file line number Diff line number Diff line change 1010 name : Update Dockerfile
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414 - run : make update-dockerfile
1515 - name : Commit changes
1616 run : |
Original file line number Diff line number Diff line change 11name : alibaba-cloud-csi-driver
22apiVersion : v2
3- version : 1.35.1
4- appVersion : v1.35.1
3+ version : 1.35.3
4+ appVersion : v1.35.3
55description : CSI Plugin for Kubernetes, Support Alibaba Cloud EBS/NAS/OSS/CPFS
66type : application
77keywords : [csi, alibaba]
Original file line number Diff line number Diff line change @@ -107,13 +107,13 @@ images:
107107 registryVPC : null
108108 controller :
109109 repo : acs/csi-plugin
110- tag : " v1.35.1 "
110+ tag : " v1.35.3 "
111111 plugin :
112112 repo : acs/csi-plugin
113- tag : " v1.35.1 "
113+ tag : " v1.35.3 "
114114 pluginInit :
115115 repo : acs/csi-plugin
116- tag : " v1.35.1 -init"
116+ tag : " v1.35.3 -init"
117117 localController :
118118 repo : acs/local-csi-driver
119119 tag : " v0.2.1"
You can’t perform that action at this time.
0 commit comments