Skip to content

Commit b6dcc3c

Browse files
humblecandyzhangx
authored andcommitted
update sidecars to latest version
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
1 parent bc7def5 commit b6dcc3c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
-1 Bytes
Binary file not shown.

charts/latest/csi-driver-nfs/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ image:
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: registry.k8s.io/sig-storage/csi-provisioner
9-
tag: v3.2.0
9+
tag: v3.3.0
1010
pullPolicy: IfNotPresent
1111
livenessProbe:
1212
repository: registry.k8s.io/sig-storage/livenessprobe
13-
tag: v2.7.0
13+
tag: v2.8.0
1414
pullPolicy: IfNotPresent
1515
nodeDriverRegistrar:
1616
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
17-
tag: v2.5.1
17+
tag: v2.6.0
1818
pullPolicy: IfNotPresent
1919

2020
serviceAccount:

deploy/csi-nfs-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
effect: "NoSchedule"
3333
containers:
3434
- name: csi-provisioner
35-
image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.0
35+
image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
3636
args:
3737
- "-v=2"
3838
- "--csi-address=$(ADDRESS)"
@@ -52,7 +52,7 @@ spec:
5252
cpu: 10m
5353
memory: 20Mi
5454
- name: liveness-probe
55-
image: registry.k8s.io/sig-storage/livenessprobe:v2.7.0
55+
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
5656
args:
5757
- --csi-address=/csi/csi.sock
5858
- --probe-timeout=3s

deploy/csi-nfs-node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- operator: "Exists"
2727
containers:
2828
- name: liveness-probe
29-
image: registry.k8s.io/sig-storage/livenessprobe:v2.7.0
29+
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
3030
args:
3131
- --csi-address=/csi/csi.sock
3232
- --probe-timeout=3s
@@ -42,7 +42,7 @@ spec:
4242
cpu: 10m
4343
memory: 20Mi
4444
- name: node-driver-registrar
45-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1
45+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
4646
args:
4747
- --v=2
4848
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)