Skip to content

Commit

Permalink
chore: upgrade sidecar image versions
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
andyzhangx committed Oct 19, 2023
1 parent 282f5ba commit 95caa81
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ The following table lists the configurable parameters of the latest Azure Disk C
| `image.azuredisk.tag` | azuredisk-csi-driver docker image tag | `` |
| `image.azuredisk.pullPolicy` | azuredisk-csi-driver image pull policy | `IfNotPresent` |
| `image.csiProvisioner.repository` | csi-provisioner docker image | `/oss/kubernetes-csi/csi-provisioner` |
| `image.csiProvisioner.tag` | csi-provisioner docker image tag | `v3.5.0` |
| `image.csiProvisioner.tag` | csi-provisioner docker image tag | `v3.6.1` |
| `image.csiProvisioner.pullPolicy` | csi-provisioner image pull policy | `IfNotPresent` |
| `image.csiAttacher.repository` | csi-attacher docker image | `/oss/kubernetes-csi/csi-attacher` |
| `image.csiAttacher.tag` | csi-attacher docker image tag | `v4.3.0` |
| `image.csiAttacher.tag` | csi-attacher docker image tag | `v4.4.1` |
| `image.csiAttacher.pullPolicy` | csi-attacher image pull policy | `IfNotPresent` |
| `image.csiResizer.repository` | csi-resizer docker image | `/oss/kubernetes-csi/csi-resizer` |
| `image.csiResizer.tag` | csi-resizer docker image tag | `v1.8.0` |
| `image.csiResizer.tag` | csi-resizer docker image tag | `v1.9.1` |
| `image.csiResizer.pullPolicy` | csi-resizer image pull policy | `IfNotPresent` |
| `image.livenessProbe.repository` | liveness-probe docker image | `/oss/kubernetes-csi/livenessprobe` |
| `image.livenessProbe.tag` | liveness-probe docker image tag | `v2.10.0` |
Expand Down
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 95caa81

Please sign in to comment.