Skip to content

Commit

Permalink
update deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
zwwhdls committed Nov 16, 2021
1 parent 1f52642 commit d07c46a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.10.6
image: juicedata/juicefs-csi-driver:v0.10.7
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down Expand Up @@ -339,7 +339,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.10.6
image: juicedata/juicefs-csi-driver:v0.10.7
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions deploy/k8s_before_v1_18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.10.6
image: juicedata/juicefs-csi-driver:v0.10.7
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down Expand Up @@ -339,7 +339,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.10.6
image: juicedata/juicefs-csi-driver:v0.10.7
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ spec:
operator: Exists
containers:
- name: juicefs-plugin
image: juicedata/juicefs-csi-driver:v0.10.6
image: juicedata/juicefs-csi-driver:v0.10.7
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down Expand Up @@ -292,7 +292,7 @@ spec:
- name: juicefs-plugin
securityContext:
privileged: true
image: juicedata/juicefs-csi-driver:v0.10.6
image: juicedata/juicefs-csi-driver:v0.10.7
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down

0 comments on commit d07c46a

Please sign in to comment.