Skip to content

Commit 54f652f

Browse files
committed
update driver version
Signed-off-by: Ashima-Ashima1 <[email protected]>
1 parent cf0ceae commit 54f652f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

config/samples/csi_v1alpha1_ibmobjectcsi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
# and csi-provisioner, csi-attacher, csi-snapshotter and livenessprobe sidecars.
1414
controller:
1515
repository: icr.io/ibm/ibm-object-csi-driver
16-
tag: "v1.0.2-alpha"
16+
tag: "v1.0.3-alpha"
1717
imagePullPolicy: IfNotPresent
1818
resources:
1919
limits:
@@ -36,7 +36,7 @@ spec:
3636
# and csi-node-driver-registrar and livenessprobe sidecars.
3737
node:
3838
repository: icr.io/ibm/ibm-object-csi-driver
39-
tag: "v1.0.2-alpha"
39+
tag: "v1.0.3-alpha"
4040
imagePullPolicy: Always
4141
resources:
4242
limits:

controllers/recoverstalevolume_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ func fetchVolumeStatsFromNodeServerLogs(ctx context.Context, nodeServerPod, name
331331
return nil, err
332332
}
333333
nodeServerPodLogs := buf.String()
334-
staleVolLog.Info("nodeServerPodLogs: ", nodeServerPodLogs)
335334

336335
if isTest {
337336
nodeServerPodLogs = testNodeServerPodLogs

0 commit comments

Comments
 (0)