mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	Merge pull request #112781 from humblec/gce-new
Update sidecar controllers to latest versions in the e2e
This commit is contained in:
		| @@ -22,7 +22,7 @@ spec: | ||||
|       serviceAccount: volume-snapshot-controller | ||||
|       containers: | ||||
|         - name: volume-snapshot-controller | ||||
|           image: registry.k8s.io/sig-storage/snapshot-controller:v6.0.1 | ||||
|           image: registry.k8s.io/sig-storage/snapshot-controller:v6.1.0 | ||||
|           args: | ||||
|             - "--v=5" | ||||
|             - "--metrics-path=/metrics" | ||||
|   | ||||
| @@ -39,7 +39,7 @@ spec: | ||||
|             - name: socket-dir | ||||
|               mountPath: /csi | ||||
|         - name: csi-provisioner | ||||
|           image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.1 | ||||
|           image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0 | ||||
|           args: | ||||
|             - "--v=5" | ||||
|             - "--csi-address=/csi/csi.sock" | ||||
| @@ -73,7 +73,7 @@ spec: | ||||
|             - name: socket-dir | ||||
|               mountPath: /csi | ||||
|         - name: csi-attacher | ||||
|           image: registry.k8s.io/sig-storage/csi-attacher:v3.4.0 | ||||
|           image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0 | ||||
|           args: | ||||
|             - "--v=5" | ||||
|             - "--csi-address=/csi/csi.sock" | ||||
| @@ -102,7 +102,7 @@ spec: | ||||
|             - name: socket-dir | ||||
|               mountPath: /csi | ||||
|         - name: csi-resizer | ||||
|           image: registry.k8s.io/sig-storage/csi-resizer:v1.4.0 | ||||
|           image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0 | ||||
|           args: | ||||
|             - "--v=5" | ||||
|             - "--csi-address=/csi/csi.sock" | ||||
|   | ||||
| @@ -13,7 +13,7 @@ spec: | ||||
|     spec: | ||||
|       containers: | ||||
|         - name: csi-driver-registrar | ||||
|           image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.1.0 | ||||
|           image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1 | ||||
|           args: | ||||
|             - "--v=5" | ||||
|             - "--csi-address=/csi/csi.sock" | ||||
|   | ||||
| @@ -218,7 +218,7 @@ spec: | ||||
|       serviceAccountName: csi-hostpathplugin-sa | ||||
|       containers: | ||||
|         - name: hostpath | ||||
|           image: registry.k8s.io/sig-storage/hostpathplugin:v1.7.3 | ||||
|           image: registry.k8s.io/sig-storage/hostpathplugin:v1.9.0 | ||||
|           args: | ||||
|             - "--drivername=hostpath.csi.k8s.io" | ||||
|             - "--v=5" | ||||
| @@ -261,7 +261,7 @@ spec: | ||||
|               name: dev-dir | ||||
|  | ||||
|         - name: csi-external-health-monitor-controller | ||||
|           image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.4.0 | ||||
|           image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0 | ||||
|           args: | ||||
|             - "--v=5" | ||||
|             - "--csi-address=$(ADDRESS)" | ||||
| @@ -275,7 +275,7 @@ spec: | ||||
|               mountPath: /csi | ||||
|  | ||||
|         - name: node-driver-registrar | ||||
|           image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.0 | ||||
|           image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1 | ||||
|           args: | ||||
|             - --v=5 | ||||
|             - --csi-address=/csi/csi.sock | ||||
| @@ -303,13 +303,13 @@ spec: | ||||
|           volumeMounts: | ||||
|           - mountPath: /csi | ||||
|             name: socket-dir | ||||
|           image: registry.k8s.io/sig-storage/livenessprobe:v2.6.0 | ||||
|           image: registry.k8s.io/sig-storage/livenessprobe:v2.7.0 | ||||
|           args: | ||||
|           - --csi-address=/csi/csi.sock | ||||
|           - --health-port=9898 | ||||
|  | ||||
|         - name: csi-attacher | ||||
|           image: registry.k8s.io/sig-storage/csi-attacher:v3.4.0 | ||||
|           image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0 | ||||
|           args: | ||||
|             - --v=5 | ||||
|             - --csi-address=/csi/csi.sock | ||||
| @@ -323,7 +323,7 @@ spec: | ||||
|             name: socket-dir | ||||
|  | ||||
|         - name: csi-provisioner | ||||
|           image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.1 | ||||
|           image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0 | ||||
|           args: | ||||
|             - -v=5 | ||||
|             - --csi-address=/csi/csi.sock | ||||
| @@ -338,7 +338,7 @@ spec: | ||||
|               name: socket-dir | ||||
|  | ||||
|         - name: csi-resizer | ||||
|           image: registry.k8s.io/sig-storage/csi-resizer:v1.4.0 | ||||
|           image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0 | ||||
|           args: | ||||
|             - -v=5 | ||||
|             - -csi-address=/csi/csi.sock | ||||
| @@ -352,7 +352,7 @@ spec: | ||||
|               name: socket-dir | ||||
|  | ||||
|         - name: csi-snapshotter | ||||
|           image: registry.k8s.io/sig-storage/csi-snapshotter:v6.0.1 | ||||
|           image: registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0 | ||||
|           args: | ||||
|             - -v=5 | ||||
|             - --csi-address=/csi/csi.sock | ||||
|   | ||||
| @@ -15,7 +15,7 @@ spec: | ||||
|       serviceAccountName: csi-mock | ||||
|       containers: | ||||
|         - name: csi-attacher | ||||
|           image: registry.k8s.io/sig-storage/csi-attacher:v3.3.0 | ||||
|           image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0 | ||||
|           args: | ||||
|             - --v=5 | ||||
|             - --csi-address=$(ADDRESS) | ||||
|   | ||||
| @@ -15,7 +15,7 @@ spec: | ||||
|       serviceAccountName: csi-mock | ||||
|       containers: | ||||
|         - name: csi-resizer | ||||
|           image: registry.k8s.io/sig-storage/csi-resizer:v1.3.0 | ||||
|           image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0 | ||||
|           args: | ||||
|             - "--v=5" | ||||
|             - "--csi-address=$(ADDRESS)" | ||||
|   | ||||
| @@ -15,7 +15,7 @@ spec: | ||||
|       serviceAccountName: csi-mock | ||||
|       containers: | ||||
|         - name: csi-snapshotter | ||||
|           image: registry.k8s.io/sig-storage/csi-snapshotter:v6.0.1 | ||||
|           image: registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0 | ||||
|           args: | ||||
|             - "--v=5" | ||||
|             - "--csi-address=$(ADDRESS)" | ||||
|   | ||||
| @@ -15,7 +15,7 @@ spec: | ||||
|       serviceAccountName: csi-mock | ||||
|       containers: | ||||
|         - name: csi-provisioner | ||||
|           image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.1 | ||||
|           image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0 | ||||
|           args: | ||||
|             - "--csi-address=$(ADDRESS)" | ||||
|             # Topology support is needed for the pod rescheduling test | ||||
| @@ -34,7 +34,7 @@ spec: | ||||
|             - mountPath: /csi | ||||
|               name: socket-dir | ||||
|         - name: driver-registrar | ||||
|           image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.3.0 | ||||
|           image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1 | ||||
|           args: | ||||
|             - --v=5 | ||||
|             - --csi-address=/csi/csi.sock | ||||
| @@ -53,7 +53,7 @@ spec: | ||||
|           - mountPath: /registration | ||||
|             name: registration-dir | ||||
|         - name: mock | ||||
|           image: registry.k8s.io/sig-storage/hostpathplugin:v1.7.3 | ||||
|           image: registry.k8s.io/sig-storage/hostpathplugin:v1.9.0 | ||||
|           args: | ||||
|             - "--drivername=mock.storage.k8s.io" | ||||
|             - "--nodeid=$(KUBE_NODE_NAME)" | ||||
|   | ||||
| @@ -15,7 +15,7 @@ spec: | ||||
|       serviceAccountName: csi-mock | ||||
|       containers: | ||||
|         - name: csi-provisioner | ||||
|           image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.1 | ||||
|           image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0 | ||||
|           args: | ||||
|             - "--csi-address=$(ADDRESS)" | ||||
|             # Topology support is needed for the pod rescheduling test | ||||
| @@ -35,7 +35,7 @@ spec: | ||||
|             - mountPath: /csi | ||||
|               name: socket-dir | ||||
|         - name: driver-registrar | ||||
|           image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.3.0 | ||||
|           image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1 | ||||
|           args: | ||||
|             - --v=5 | ||||
|             - --csi-address=/csi/csi.sock | ||||
| @@ -53,7 +53,7 @@ spec: | ||||
|           - mountPath: /registration | ||||
|             name: registration-dir | ||||
|         - name: mock | ||||
|           image: registry.k8s.io/sig-storage/hostpathplugin:v1.7.3 | ||||
|           image: registry.k8s.io/sig-storage/hostpathplugin:v1.9.0 | ||||
|           args: | ||||
|             - -v=5 | ||||
|             - -nodeid=$(KUBE_NODE_NAME) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot