Skip to content

Commit 2caf4ae

Browse files
authored
Merge pull request #1671 from huww98/helm
helm: v1.35.3
2 parents 3c34d4a + 67d8c30 commit 2caf4ae

7 files changed

Lines changed: 19 additions & 13 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
version: 2
22
updates:
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

.github/workflows/golangci-lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release-charts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

@@ -25,7 +25,7 @@ jobs:
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:

.github/workflows/typos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
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

.github/workflows/update-dockerfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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: |
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: alibaba-cloud-csi-driver
22
apiVersion: v2
3-
version: 1.35.1
4-
appVersion: v1.35.1
3+
version: 1.35.3
4+
appVersion: v1.35.3
55
description: CSI Plugin for Kubernetes, Support Alibaba Cloud EBS/NAS/OSS/CPFS
66
type: application
77
keywords: [csi, alibaba]

deploy/charts/alibaba-cloud-csi-driver/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)