mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 20:42:26 +00:00
Bump images for gce-pd driver too
This commit is contained in:
parent
d4363c8db5
commit
f5ee407b13
@ -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"
|
||||||
|
@ -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:
|
||||||
|
@ -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)"
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user