diff --git a/deploy/example/csi-driver/csi-driver-with-snapshot-metadata-sidecar.yaml b/deploy/example/csi-driver/csi-driver-with-snapshot-metadata-sidecar.yaml index b1490661..6eec8051 100644 --- a/deploy/example/csi-driver/csi-driver-with-snapshot-metadata-sidecar.yaml +++ b/deploy/example/csi-driver/csi-driver-with-snapshot-metadata-sidecar.yaml @@ -44,10 +44,7 @@ spec: mountPath: /tmp/certificates readOnly: true - name: hostpath - # TODO: Replace with correct repo and tag once support for - # SnapshotMetadata service is added - image: prasadg193/hostpathplugin:amd64-linux-canary - #image: registry.k8s.io/sig-storage/hostpathplugin:v1.11.0 + image: registry.k8s.io/sig-storage/hostpathplugin:v1.17.0 args: - "--v=5" - "--endpoint=$(CSI_ENDPOINT)"