Merge pull request #734 from andyzhangx/csi-provisioner-5.0.2
fix: upgrade csi-provisioner to v5.0.2 to fix pv deletion stuck issue
This commit is contained in:
commit
fe77b52e17
@ -53,7 +53,7 @@ The following table lists the configurable parameters of the latest NFS CSI Driv
|
||||
| `image.nfs.tag` | csi-driver-nfs image tag | `latest` |
|
||||
| `image.nfs.pullPolicy` | csi-driver-nfs image pull policy | `IfNotPresent` |
|
||||
| `image.csiProvisioner.repository` | csi-provisioner docker image | `registry.k8s.io/sig-storage/csi-provisioner` |
|
||||
| `image.csiProvisioner.tag` | csi-provisioner docker image tag | `v5.0.1` |
|
||||
| `image.csiProvisioner.tag` | csi-provisioner docker image tag | `v5.0.2` |
|
||||
| `image.csiProvisioner.pullPolicy` | csi-provisioner image pull policy | `IfNotPresent` |
|
||||
| `image.livenessProbe.repository` | liveness-probe docker image | `registry.k8s.io/sig-storage/livenessprobe` |
|
||||
| `image.livenessProbe.tag` | liveness-probe docker image tag | `v2.13.1` |
|
||||
|
||||
Binary file not shown.
@ -7,7 +7,7 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
csiProvisioner:
|
||||
repository: registry.k8s.io/sig-storage/csi-provisioner
|
||||
tag: v5.0.1
|
||||
tag: v5.0.2
|
||||
pullPolicy: IfNotPresent
|
||||
csiSnapshotter:
|
||||
repository: registry.k8s.io/sig-storage/csi-snapshotter
|
||||
|
||||
@ -35,7 +35,7 @@ spec:
|
||||
effect: "NoSchedule"
|
||||
containers:
|
||||
- name: csi-provisioner
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.2
|
||||
args:
|
||||
- "-v=2"
|
||||
- "--csi-address=$(ADDRESS)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user