diff --git a/apps/csi-driver/csi-driver.yaml b/apps/csi-driver/csi-driver.yaml index e514b4854574..5cdde0bed316 100644 --- a/apps/csi-driver/csi-driver.yaml +++ b/apps/csi-driver/csi-driver.yaml @@ -39,7 +39,7 @@ spec: containers: # This is the container which runs the NSM CSI driver. - name: nsm-csi-driver - image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:8416078 + image: ghcr.io/networkservicemesh/ci/cmd-csi-driver:06f2b56 imagePullPolicy: IfNotPresent env: # The CSI driver needs a unique node ID. The node name can be @@ -53,7 +53,7 @@ spec: - name: NSM_CSI_SOCKET_PATH value: "/nsm-csi/csi.sock" - name: NSM_VERSION - value: cmd-csi-driver:8416078 + value: cmd-csi-driver:06f2b56 volumeMounts: # The volume containing the Network Service API socket. # The NSM CSI driver will mount this directory into containers.