mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
feat(csi): bump up csi provisioner to v3.2.0
Reason: - v1 CSIStorageCapacity is GA since K8s 1.24 and in csi-provisioner 3.2.0 and above. - In K8s 1.27 v1beta1/CSIStorageCapacity has been removed, so bumping this up will enable zfs-localpv to run on K8s 1.27 & above. Signed-off-by: Harsh Vardhan <harsh59v@gmail.com> Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
This commit is contained in:
parent
5bf83d4707
commit
f2f33d93f3
2 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ zfsController:
|
||||||
repository: sig-storage/csi-provisioner
|
repository: sig-storage/csi-provisioner
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: v3.0.0
|
tag: v3.2.0
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
|
||||||
|
|
@ -2089,7 +2089,7 @@ spec:
|
||||||
- "--leader-election=true"
|
- "--leader-election=true"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
- name: csi-provisioner
|
- name: csi-provisioner
|
||||||
image: registry.k8s.io/sig-storage/csi-provisioner:v3.0.0
|
image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- "--csi-address=$(ADDRESS)"
|
- "--csi-address=$(ADDRESS)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue