Bump images for gce-pd driver too

This commit is contained in:
Hemant Kumar 2024-09-05 14:37:53 -04:00
parent d4363c8db5
commit f5ee407b13
4 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@ spec:
serviceAccountName: csi-gce-pd-controller-sa serviceAccountName: csi-gce-pd-controller-sa
containers: containers:
- name: csi-snapshotter - name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v5.0.1 image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
args: args:
- "--v=5" - "--v=5"
- "--csi-address=/csi/csi.sock" - "--csi-address=/csi/csi.sock"
@ -39,7 +39,7 @@ spec:
- name: socket-dir - name: socket-dir
mountPath: /csi mountPath: /csi
- name: csi-provisioner - name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v3.4.0 image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
args: args:
- "--v=5" - "--v=5"
- "--csi-address=/csi/csi.sock" - "--csi-address=/csi/csi.sock"
@ -73,7 +73,7 @@ spec:
- name: socket-dir - name: socket-dir
mountPath: /csi mountPath: /csi
- name: csi-attacher - name: csi-attacher
image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0 image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
args: args:
- "--v=5" - "--v=5"
- "--csi-address=/csi/csi.sock" - "--csi-address=/csi/csi.sock"
@ -102,7 +102,7 @@ spec:
- name: socket-dir - name: socket-dir
mountPath: /csi mountPath: /csi
- name: csi-resizer - name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0 image: registry.k8s.io/sig-storage/csi-resizer:v1.12.0
args: args:
- "--v=5" - "--v=5"
- "--csi-address=/csi/csi.sock" - "--csi-address=/csi/csi.sock"

View File

@ -66,7 +66,7 @@ spec:
topologyKey: kubernetes.io/hostname topologyKey: kubernetes.io/hostname
containers: containers:
- name: socat - name: socat
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.0 image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
command: command:
- socat - socat
args: args:

View File

@ -53,7 +53,7 @@ spec:
- mountPath: /registration - mountPath: /registration
name: registration-dir name: registration-dir
- name: mock - name: mock
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.0 image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
args: args:
- "--drivername=mock.storage.k8s.io" - "--drivername=mock.storage.k8s.io"
- "--nodeid=$(KUBE_NODE_NAME)" - "--nodeid=$(KUBE_NODE_NAME)"

View File

@ -53,7 +53,7 @@ spec:
- mountPath: /registration - mountPath: /registration
name: registration-dir name: registration-dir
- name: mock - name: mock
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.0 image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
args: args:
- -v=5 - -v=5
- -nodeid=$(KUBE_NODE_NAME) - -nodeid=$(KUBE_NODE_NAME)