Skip to content

Commit 6dbe3d5

Browse files
Merge pull request #57 from IBM/Bhagyashreek8-patch-1
Update sidecar images to latest as in icr.io
2 parents 62e6ebc + c274a56 commit 6dbe3d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/samples/csi_v1alpha1_ibmobjectcsi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
# and csi-provisioner, csi-attacher, csi-snapshotter and livenessprobe sidecars.
1515
controller:
1616
repository: icr.io/ibm/ibm-object-csi-driver
17-
tag: "v0.1.14"
17+
tag: "v0.1.17"
1818
imagePullPolicy: IfNotPresent
1919
resources:
2020
limits:
@@ -57,13 +57,13 @@ spec:
5757
# and csi-node-driver-registrar and livenessprobe sidecars.
5858
node:
5959
repository: icr.io/ibm/ibm-object-csi-driver
60-
tag: "v0.1.14"
60+
tag: "v0.1.17"
6161
imagePullPolicy: Always
6262

6363
sidecars:
6464
- name: csi-node-driver-registrar
6565
repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar
66-
tag: "v2.6.3"
66+
tag: "v2.12.0"
6767
imagePullPolicy: IfNotPresent
6868
resources:
6969
limits:
@@ -74,7 +74,7 @@ spec:
7474
memory: 20Mi
7575
- name: csi-provisioner
7676
repository: k8s.gcr.io/sig-storage/csi-provisioner
77-
tag: "v3.4.1"
77+
tag: "v5.1.0"
7878
imagePullPolicy: IfNotPresent
7979
resources:
8080
limits:
@@ -85,7 +85,7 @@ spec:
8585
memory: 40Mi
8686
- name: livenessprobe
8787
repository: k8s.gcr.io/sig-storage/livenessprobe
88-
tag: "v2.9.0"
88+
tag: "v2.14.0"
8989
imagePullPolicy: IfNotPresent
9090
resources:
9191
limits:

0 commit comments

Comments
 (0)