Skip to content

Commit

Permalink
Deploy using latest CSI driver (#4160)
Browse files Browse the repository at this point in the history
  • Loading branch information
solracsf authored Nov 15, 2023
1 parent 562c989 commit 7873048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/juicefs-s3-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: format
image: juicedata/juicefs-csi-driver:v0.15.1
image: juicedata/mount:latest
command:
- sh
- -c
Expand All @@ -36,7 +36,7 @@ spec:
key: secret-key
containers:
- name: gateway
image: juicedata/juicefs-csi-driver:v0.15.1
image: juicedata/mount:latest
command:
- sh
- -c
Expand Down

0 comments on commit 7873048

Please sign in to comment.