Skip to content

Commit

Permalink
Merge pull request #605 from andyzhangx/upgrade-sidecar-images2
Browse files Browse the repository at this point in the history
chore: upgrade csi sidecar container images
  • Loading branch information
andyzhangx committed May 5, 2023
2 parents 91c55ab + 7ebaf47 commit 29200a8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Binary file modified charts/latest/csi-driver-smb-v0.0.0.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/latest/csi-driver-smb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ image:
pullPolicy: IfNotPresent
csiProvisioner:
repository: registry.k8s.io/sig-storage/csi-provisioner
tag: v3.3.0
tag: v3.5.0
pullPolicy: IfNotPresent
livenessProbe:
repository: registry.k8s.io/sig-storage/livenessprobe
tag: v2.8.0
tag: v2.10.0
pullPolicy: IfNotPresent
nodeDriverRegistrar:
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
tag: v2.6.2
tag: v2.8.0
pullPolicy: IfNotPresent

serviceAccount:
Expand Down
4 changes: 2 additions & 2 deletions deploy/csi-smb-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
effect: "NoSchedule"
containers:
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
image: registry.k8s.io/sig-storage/csi-provisioner:v3.5.0
args:
- "-v=2"
- "--csi-address=$(ADDRESS)"
Expand All @@ -56,7 +56,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: liveness-probe
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.10.0
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
Expand Down
4 changes: 2 additions & 2 deletions deploy/csi-smb-node-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
volumeMounts:
- mountPath: C:\csi
name: plugin-dir
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.10.0
args:
- --csi-address=$(CSI_ENDPOINT)
- --probe-timeout=3s
Expand All @@ -49,7 +49,7 @@ spec:
cpu: 10m
memory: 40Mi
- name: node-driver-registrar
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.2
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
args:
- --v=2
- --csi-address=$(CSI_ENDPOINT)
Expand Down
4 changes: 2 additions & 2 deletions deploy/csi-smb-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.10.0
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
Expand All @@ -46,7 +46,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: node-driver-registrar
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.2
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
args:
- --csi-address=$(ADDRESS)
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
Expand Down

0 comments on commit 29200a8

Please sign in to comment.