Skip to content

Commit

Permalink
release 0.20.1 (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwwhdls authored Jun 21, 2023
1 parent f520a36 commit c44d6db
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions deploy/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.20.0
image: juicedata/juicefs-csi-driver:v0.20.1
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down Expand Up @@ -441,7 +441,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.20.0
image: juicedata/juicefs-csi-driver:v0.20.1
lifecycle:
preStop:
exec:
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 @@ -305,7 +305,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.20.0
image: juicedata/juicefs-csi-driver:v0.20.1
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down Expand Up @@ -441,7 +441,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.20.0
image: juicedata/juicefs-csi-driver:v0.20.1
lifecycle:
preStop:
exec:
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 @@ -228,7 +228,7 @@ spec:
operator: Exists
containers:
- name: juicefs-plugin
image: juicedata/juicefs-csi-driver:v0.20.0
image: juicedata/juicefs-csi-driver:v0.20.1
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down Expand Up @@ -353,7 +353,7 @@ spec:
- name: juicefs-plugin
securityContext:
privileged: true
image: juicedata/juicefs-csi-driver:v0.20.0
image: juicedata/juicefs-csi-driver:v0.20.1
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down
2 changes: 1 addition & 1 deletion deploy/webhook-with-certmanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.20.0
image: juicedata/juicefs-csi-driver:v0.20.1
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deploy/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.20.0
image: juicedata/juicefs-csi-driver:v0.20.1
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions scripts/juicefs-csi-webhook-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.20.0
image: juicedata/juicefs-csi-driver:v0.20.1
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down Expand Up @@ -730,7 +730,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.20.0
image: juicedata/juicefs-csi-driver:v0.20.1
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down

0 comments on commit c44d6db

Please sign in to comment.