Skip to content

Commit

Permalink
Upgrade sidecars
Browse files Browse the repository at this point in the history
  • Loading branch information
dabradley committed Sep 30, 2024
1 parent f3f4a66 commit f0a7677
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy/csi-azurelustre-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
effect: "NoSchedule"
containers:
- name: csi-provisioner
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v3.6.0
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v5.1.0
args:
- "-v=2"
- "--csi-address=$(ADDRESS)"
Expand All @@ -52,7 +52,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: liveness-probe
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.9.0
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.14.0
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=120s
Expand Down
4 changes: 2 additions & 2 deletions deploy/csi-azurelustre-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.9.0
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.14.0
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=120s
Expand All @@ -53,7 +53,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: node-driver-registrar
image: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.9.0
image: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.12.0
args:
- --csi-address=$(ADDRESS)
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
Expand Down
2 changes: 1 addition & 1 deletion deploy/rbac-csi-azurelustre-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["persistentvolumes"]
verbs: ["get", "list", "watch", "create", "delete"]
verbs: ["get", "list", "watch", "create", "delete", "patch"]
- apiGroups: [""]
resources: ["persistentvolumeclaims"]
verbs: ["get", "list", "watch", "update"]
Expand Down

0 comments on commit f0a7677

Please sign in to comment.