Skip to content

Commit 3652d6a

Browse files
authored
Merge pull request kubernetes-sigs#1622 from mowangdk/bump/bump_up_to_v1.35
Bump up to v1.35.1
2 parents bcc1afa + f1af787 commit 3652d6a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.34.3
4-
appVersion: v1.34.3
3+
version: 1.35.1
4+
appVersion: v1.35.1
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ deploy:
6969

7070
# By default, the controller server does not delete NAS subpaths when DeleteVolume, that means
7171
# the files created in the volume will remain in the filesystem after PV deleted.
72-
# You can set "withStorageController" to true in ACK clusters with storage-operator addon installed,
73-
# then the controller server will patch a finalizer on NAS subpath-type PV when DeleteVolume
72+
# You can set "withStorageController" to true in ACK clusters with storage-operator addon installed,
73+
# then the controller server will patch a finalizer on NAS subpath-type PV when DeleteVolume
7474
# and the storage-controller will handle the cleanup of the subpath in NAS filesystem.
7575
withStorageController: false
7676

@@ -107,13 +107,13 @@ images:
107107
registryVPC: null
108108
controller:
109109
repo: acs/csi-plugin
110-
tag: "v1.34.3"
110+
tag: "v1.35.1"
111111
plugin:
112112
repo: acs/csi-plugin
113-
tag: "v1.34.3"
113+
tag: "v1.35.1"
114114
pluginInit:
115115
repo: acs/csi-plugin
116-
tag: "v1.34.3-init"
116+
tag: "v1.35.1-init"
117117
localController:
118118
repo: acs/local-csi-driver
119119
tag: "v0.2.1"
@@ -125,7 +125,7 @@ images:
125125
tag: "v4.9.0-aliyun"
126126
externalProvisioner:
127127
repo: acs/csi-provisioner
128-
tag: "v5.3.2-aliyun"
128+
tag: "v6.1.0-5-apsara"
129129
externalResizer:
130130
repo: acs/csi-resizer
131131
tag: "v1.14.0-aliyun"

0 commit comments

Comments
 (0)