diff --git a/deploy/kubernetes-1.20-test/hostpath/csi-hostpath-snapshotter.yaml b/deploy/kubernetes-1.20-test/hostpath/csi-hostpath-snapshotter.yaml index f9d99d9f5..d0b4d86a9 100644 --- a/deploy/kubernetes-1.20-test/hostpath/csi-hostpath-snapshotter.yaml +++ b/deploy/kubernetes-1.20-test/hostpath/csi-hostpath-snapshotter.yaml @@ -37,7 +37,7 @@ spec: serviceAccountName: csi-snapshotter containers: - name: csi-snapshotter - image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0 + image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1 args: - -v=5 - --csi-address=/csi/csi.sock diff --git a/deploy/kubernetes-1.20/hostpath/csi-hostpath-plugin.yaml b/deploy/kubernetes-1.20/hostpath/csi-hostpath-plugin.yaml index 3f5d1c893..d63474a74 100644 --- a/deploy/kubernetes-1.20/hostpath/csi-hostpath-plugin.yaml +++ b/deploy/kubernetes-1.20/hostpath/csi-hostpath-plugin.yaml @@ -368,7 +368,7 @@ spec: name: socket-dir - name: csi-snapshotter - image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0 + image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1 args: - -v=5 - --csi-address=/csi/csi.sock diff --git a/deploy/kubernetes-1.21-test/hostpath/csi-hostpath-snapshotter.yaml b/deploy/kubernetes-1.21-test/hostpath/csi-hostpath-snapshotter.yaml index f9d99d9f5..d0b4d86a9 100644 --- a/deploy/kubernetes-1.21-test/hostpath/csi-hostpath-snapshotter.yaml +++ b/deploy/kubernetes-1.21-test/hostpath/csi-hostpath-snapshotter.yaml @@ -37,7 +37,7 @@ spec: serviceAccountName: csi-snapshotter containers: - name: csi-snapshotter - image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0 + image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1 args: - -v=5 - --csi-address=/csi/csi.sock diff --git a/deploy/kubernetes-1.21/hostpath/csi-hostpath-plugin.yaml b/deploy/kubernetes-1.21/hostpath/csi-hostpath-plugin.yaml index b61aba35b..caa4883c8 100644 --- a/deploy/kubernetes-1.21/hostpath/csi-hostpath-plugin.yaml +++ b/deploy/kubernetes-1.21/hostpath/csi-hostpath-plugin.yaml @@ -352,7 +352,7 @@ spec: name: socket-dir - name: csi-snapshotter - image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0 + image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1 args: - -v=5 - --csi-address=/csi/csi.sock