diff options
| author | Xiang Dai <long0dai@foxmail.com> | 2020-07-25 14:36:40 +0800 |
|---|---|---|
| committer | Xiang Dai <long0dai@foxmail.com> | 2020-07-25 16:45:55 +0800 |
| commit | 6dee71eee2ee598dc2669c74d897f4c686a9ff0e (patch) | |
| tree | deb7411e978accf5ae88f06eb85f9e15ef08920f /build/csisamples | |
| parent | Merge pull request #1975 from fisherxu/fix-keadm (diff) | |
| download | kubeedge-6dee71eee2ee598dc2669c74d897f4c686a9ff0e.tar.gz | |
Bump up csidriver example image version
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
Diffstat (limited to 'build/csisamples')
| -rw-r--r-- | build/csisamples/hostpath/deploy/csicontroller.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/csisamples/hostpath/deploy/csicontroller.yaml b/build/csisamples/hostpath/deploy/csicontroller.yaml index 53edea65e..480fccd7c 100644 --- a/build/csisamples/hostpath/deploy/csicontroller.yaml +++ b/build/csisamples/hostpath/deploy/csicontroller.yaml @@ -126,7 +126,7 @@ spec: - mountPath: /csi name: csi-socket-dir - name: csi-driver - image: kubeedge/csidriver:v1.1.0 + image: kubeedge/csidriver:v1.3.0 imagePullPolicy: IfNotPresent args: - "--v=5" |
