Skip to content

Commit

Permalink
Merge pull request #2519 from andyzhangx/upgrade-sidecar-images8-1.30
Browse files Browse the repository at this point in the history
[release-1.30] chore: upgrade sidecar image versions
  • Loading branch information
andyzhangx authored Sep 19, 2024
2 parents 8b8ccf2 + 7dfff99 commit 3324f76
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,16 @@ The following table lists the configurable parameters of the latest Azure Disk C
| `image.azuredisk.tag` | azuredisk-csi-driver container image tag | `` |
| `image.azuredisk.pullPolicy` | azuredisk-csi-driver image pull policy | `IfNotPresent` |
| `image.csiProvisioner.repository` | csi-provisioner container image | `/oss/kubernetes-csi/csi-provisioner` |
| `image.csiProvisioner.tag` | csi-provisioner container image tag | `v5.0.2` |
| `image.csiProvisioner.tag` | csi-provisioner container image tag | `v5.1.0` |
| `image.csiProvisioner.pullPolicy` | csi-provisioner image pull policy | `IfNotPresent` |
| `image.csiAttacher.repository` | csi-attacher container image | `/oss/kubernetes-csi/csi-attacher` |
| `image.csiAttacher.tag` | csi-attacher container image tag | `v4.6.1` |
| `image.csiAttacher.tag` | csi-attacher container image tag | `v4.7.0` |
| `image.csiAttacher.pullPolicy` | csi-attacher image pull policy | `IfNotPresent` |
| `image.csiResizer.repository` | csi-resizer container image | `/oss/kubernetes-csi/csi-resizer` |
| `image.csiResizer.tag` | csi-resizer container image tag | `v1.11.1` |
| `image.csiResizer.tag` | csi-resizer container image tag | `v1.12.0` |
| `image.csiResizer.pullPolicy` | csi-resizer image pull policy | `IfNotPresent` |
| `image.livenessProbe.repository` | liveness-probe container image | `/oss/kubernetes-csi/livenessprobe` |
| `image.livenessProbe.tag` | liveness-probe container image tag | `v2.13.0` |
| `image.livenessProbe.tag` | liveness-probe container image tag | `v2.14.0` |
| `image.livenessProbe.pullPolicy` | liveness-probe image pull policy | `IfNotPresent` |
| `image.nodeDriverRegistrar.repository` | csi-node-driver-registrar container image | `/oss/kubernetes-csi/csi-node-driver-registrar` |
| `image.nodeDriverRegistrar.tag` | csi-node-driver-registrar container image tag | `v2.12.0` |
Expand Down Expand Up @@ -206,10 +206,10 @@ The following table lists the configurable parameters of the latest Azure Disk C
| `node.logLevel` | node driver log level |`5` |
| `snapshot.enabled` | whether enable snapshot feature | `false` |
| `snapshot.image.csiSnapshotter.repository` | csi-snapshotter container image | `/oss/kubernetes-csi/csi-snapshotter` |
| `snapshot.image.csiSnapshotter.tag` | csi-snapshotter container image tag | `v8.0.1` |
| `snapshot.image.csiSnapshotter.tag` | csi-snapshotter container image tag | `v8.1.0` |
| `snapshot.image.csiSnapshotter.pullPolicy` | csi-snapshotter image pull policy | `IfNotPresent` |
| `snapshot.image.csiSnapshotController.repository` | snapshot-controller container image | `/oss/kubernetes-csi/snapshot-controller` |
| `snapshot.image.csiSnapshotController.tag` | snapshot-controller container image tag | `v8.0.1` |
| `snapshot.image.csiSnapshotController.tag` | snapshot-controller container image tag | `v8.1.0` |
| `snapshot.image.csiSnapshotController.pullPolicy` | snapshot-controller image pull policy | `IfNotPresent` |
| `snapshot.snapshotController.name` | snapshot controller name | `csi-snapshot-controller` |
| `snapshot.snapshotController.replicas` | the replicas of snapshot-controller | `2` |
Expand Down
Binary file modified charts/latest/azuredisk-csi-driver-v1.30.4.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
{{- end }}
args:
- "--csi-address=$(CSI_ENDPOINT)"
- "--probe-timeout=3s"
- "--probe-timeout=30s"
- "--health-port={{ .Values.node.livenessProbe.healthPort }}"
- "--v=2"
env:
Expand Down
12 changes: 6 additions & 6 deletions charts/latest/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ image:
pullPolicy: IfNotPresent
csiProvisioner:
repository: /oss/kubernetes-csi/csi-provisioner
tag: v5.0.2
tag: v5.1.0
pullPolicy: IfNotPresent
csiAttacher:
repository: /oss/kubernetes-csi/csi-attacher
tag: v4.6.1
tag: v4.7.0
pullPolicy: IfNotPresent
csiResizer:
repository: /oss/kubernetes-csi/csi-resizer
tag: v1.11.1
tag: v1.12.0
pullPolicy: IfNotPresent
livenessProbe:
repository: /oss/kubernetes-csi/livenessprobe
tag: v2.13.0
tag: v2.14.0
pullPolicy: IfNotPresent
nodeDriverRegistrar:
repository: /oss/kubernetes-csi/csi-node-driver-registrar
Expand Down Expand Up @@ -133,11 +133,11 @@ snapshot:
image:
csiSnapshotter:
repository: /oss/kubernetes-csi/csi-snapshotter
tag: v8.0.1
tag: v8.1.0
pullPolicy: IfNotPresent
csiSnapshotController:
repository: /oss/kubernetes-csi/snapshot-controller
tag: v8.0.1
tag: v8.1.0
pullPolicy: IfNotPresent
snapshotController:
name: csi-snapshot-controller
Expand Down
10 changes: 5 additions & 5 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:v5.0.2
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v5.1.0
args:
- "--feature-gates=Topology=true,HonorPVReclaimPolicy=true"
- "--csi-address=$(ADDRESS)"
Expand Down Expand Up @@ -64,7 +64,7 @@ spec:
drop:
- ALL
- name: csi-attacher
image: mcr.microsoft.com/oss/kubernetes-csi/csi-attacher:v4.6.1
image: mcr.microsoft.com/oss/kubernetes-csi/csi-attacher:v4.7.0
args:
- "-v=2"
- "-csi-address=$(ADDRESS)"
Expand All @@ -91,7 +91,7 @@ spec:
drop:
- ALL
- name: csi-snapshotter
image: mcr.microsoft.com/oss/kubernetes-csi/csi-snapshotter:v8.0.1
image: mcr.microsoft.com/oss/kubernetes-csi/csi-snapshotter:v8.1.0
args:
- "-csi-address=$(ADDRESS)"
- "-leader-election"
Expand All @@ -115,7 +115,7 @@ spec:
drop:
- ALL
- name: csi-resizer
image: mcr.microsoft.com/oss/kubernetes-csi/csi-resizer:v1.11.1
image: mcr.microsoft.com/oss/kubernetes-csi/csi-resizer:v1.12.0
args:
- "-csi-address=$(ADDRESS)"
- "-v=2"
Expand All @@ -141,7 +141,7 @@ spec:
drop:
- ALL
- name: liveness-probe
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.13.0
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.14.0
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
Expand Down
4 changes: 2 additions & 2 deletions deploy/csi-azuredisk-node-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ spec:
volumeMounts:
- mountPath: C:\csi
name: plugin-dir
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.13.0
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.14.0
args:
- "--csi-address=$(CSI_ENDPOINT)"
- "--probe-timeout=3s"
- "--probe-timeout=30s"
- "--health-port=29603"
- "--v=2"
env:
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.13.0
image: mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.14.0
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-snapshot-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
effect: "NoSchedule"
containers:
- name: csi-snapshot-controller
image: mcr.microsoft.com/oss/kubernetes-csi/snapshot-controller:v8.0.1
image: mcr.microsoft.com/oss/kubernetes-csi/snapshot-controller:v8.1.0
args:
- "--v=2"
- "--leader-election=true"
Expand Down

0 comments on commit 3324f76

Please sign in to comment.