Skip to content

Commit

Permalink
chore: upgrade sidecar image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Oct 19, 2023
1 parent 282f5ba commit c92d4c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified charts/latest/azuredisk-csi-driver-v0.0.0.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/latest/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ image:
pullPolicy: IfNotPresent
csiProvisioner:
repository: /oss/kubernetes-csi/csi-provisioner
tag: v3.5.0
tag: v3.6.1
pullPolicy: IfNotPresent
csiAttacher:
repository: /oss/kubernetes-csi/csi-attacher
tag: v4.3.0
tag: v4.4.1
pullPolicy: IfNotPresent
csiResizer:
repository: /oss/kubernetes-csi/csi-resizer
tag: v1.8.0
tag: v1.9.1
pullPolicy: IfNotPresent
livenessProbe:
repository: /oss/kubernetes-csi/livenessprobe
Expand Down
6 changes: 3 additions & 3 deletions deploy/csi-azuredisk-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
effect: "NoSchedule"
containers:
- name: csi-provisioner
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v3.5.0
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v3.6.1
args:
- "--feature-gates=Topology=true,HonorPVReclaimPolicy=true"
- "--csi-address=$(ADDRESS)"
Expand All @@ -60,7 +60,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: csi-attacher
image: mcr.microsoft.com/oss/kubernetes-csi/csi-attacher:v4.3.0
image: mcr.microsoft.com/oss/kubernetes-csi/csi-attacher:v4.4.1
args:
- "-v=2"
- "-csi-address=$(ADDRESS)"
Expand Down Expand Up @@ -103,7 +103,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: csi-resizer
image: mcr.microsoft.com/oss/kubernetes-csi/csi-resizer:v1.8.0
image: mcr.microsoft.com/oss/kubernetes-csi/csi-resizer:v1.9.1
args:
- "-csi-address=$(ADDRESS)"
- "-v=2"
Expand Down

0 comments on commit c92d4c9

Please sign in to comment.