Skip to content

Commit

Permalink
Merge pull request #695 from kishen-v/bump-csi-sidecars
Browse files Browse the repository at this point in the history
Bump sidecar images for CSI driver
  • Loading branch information
k8s-ci-robot authored Jul 9, 2024
2 parents a71e532 + b8f294e commit bdd15b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
key: IBMCLOUD_API_KEY
optional: true
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v3.1.0
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
args:
- --csi-address=$(ADDRESS)
- --v=5
Expand All @@ -102,7 +102,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-attacher
image: registry.k8s.io/sig-storage/csi-attacher:v3.4.0
image: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
args:
- --csi-address=$(ADDRESS)
- --timeout=120s
Expand All @@ -116,7 +116,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.4.0
image: registry.k8s.io/sig-storage/csi-resizer:v1.9.4
args:
- --csi-address=$(ADDRESS)
- --v=2
Expand All @@ -127,7 +127,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: liveness-probe
image: registry.k8s.io/sig-storage/livenessprobe:v2.5.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
args:
- --csi-address=/csi/csi.sock
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/base/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
periodSeconds: 10
failureThreshold: 5
- 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.10.1
args:
- --csi-address=$(ADDRESS)
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
Expand All @@ -93,7 +93,7 @@ spec:
- name: registration-dir
mountPath: /registration
- name: liveness-probe
image: registry.k8s.io/sig-storage/livenessprobe:v2.6.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
args:
- --csi-address=/csi/csi.sock
volumeMounts:
Expand Down
8 changes: 4 additions & 4 deletions deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ images:
- name: registry.k8s.io/cloud-provider-ibm/ibm-powervs-block-csi-driver
newTag: v0.6.0
- name: registry.k8s.io/sig-storage/csi-provisioner
newTag: v4.0.0
newTag: v5.0.1
- name: registry.k8s.io/sig-storage/csi-attacher
newTag: v4.5.0
newTag: v4.6.1
- name: registry.k8s.io/sig-storage/csi-resizer
newTag: v1.9.3
newTag: v1.9.4
- name: registry.k8s.io/sig-storage/livenessprobe
newTag: v2.12.0
- name: registry.k8s.io/sig-storage/csi-node-driver-registrar
newTag: v2.10.0
newTag: v2.10.1
resources:
- ../../base

0 comments on commit bdd15b5

Please sign in to comment.