[kube1.23] update some images

This commit is contained in:
CALIN Cristian Andrei
2022-04-18 20:41:33 +03:00
parent eea3e812bf
commit 5fcd762126
4 changed files with 6 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: gcr.io/k8s-staging-sig-storage/csi-provisioner:v3.0.0
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0
args:
- --timeout=60s
- --csi-address=$(ADDRESS)
@@ -185,7 +185,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: gcr.io/k8s-staging-sig-storage/csi-attacher:v3.4.0
image: k8s.gcr.io/sig-storage/csi-attacher:v3.4.0
args:
- --v=5
- --csi-address=$(ADDRESS)
@@ -220,7 +220,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: gcr.io/k8s-staging-sig-storage/csi-resizer:v1.3.0
image: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0
args:
- --v=5
- --csi-address=$(ADDRESS)

View File

@@ -5,5 +5,6 @@ metadata:
spec:
attachRequired: true # Indicates the driver requires an attach operation (TODO: ControllerPublishVolume should be implemented)
podInfoOnMount: true
fsGroupPolicy: File
volumeLifecycleModes:
- Persistent

View File

@@ -63,7 +63,7 @@ spec:
securityContext:
privileged: true
imagePullPolicy: Always
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.4.0
args:
- --v=5
- --csi-address=$(ADDRESS) # the csi socket path inside the pod

View File

@@ -96,7 +96,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
image: k8s.gcr.io/sig-storage/csi-snapshotter:v5.0.0
args:
- --v=5
- --csi-address=$(ADDRESS)