Skip to content

Commit

Permalink
release v0.24.3 (#1044)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuhui zhang <[email protected]>
  • Loading branch information
zxh326 authored Jul 17, 2024
1 parent d17ca92 commit b45d503
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 17 deletions.
12 changes: 9 additions & 3 deletions deploy/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ rules:
- delete
- update
- create
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -461,7 +467,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: juicedata/csi-dashboard:v0.24.2
image: juicedata/csi-dashboard:v0.24.3
name: dashboard
ports:
- containerPort: 8088
Expand Down Expand Up @@ -531,7 +537,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.2
image: juicedata/juicefs-csi-driver:v0.24.3
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down Expand Up @@ -686,7 +692,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.2
image: juicedata/juicefs-csi-driver:v0.24.3
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down
12 changes: 9 additions & 3 deletions deploy/k8s_before_v1_18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ rules:
- delete
- update
- create
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -461,7 +467,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: juicedata/csi-dashboard:v0.24.2
image: juicedata/csi-dashboard:v0.24.3
name: dashboard
ports:
- containerPort: 8088
Expand Down Expand Up @@ -531,7 +537,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.2
image: juicedata/juicefs-csi-driver:v0.24.3
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down Expand Up @@ -686,7 +692,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.2
image: juicedata/juicefs-csi-driver:v0.24.3
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down
12 changes: 9 additions & 3 deletions deploy/kubernetes/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,12 @@ rules:
- delete
- update
- create
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down Expand Up @@ -356,7 +362,7 @@ spec:
operator: Exists
containers:
- name: juicefs-plugin
image: juicedata/juicefs-csi-driver:v0.24.2
image: juicedata/juicefs-csi-driver:v0.24.3
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down Expand Up @@ -500,7 +506,7 @@ spec:
- name: juicefs-plugin
securityContext:
privileged: true
image: juicedata/juicefs-csi-driver:v0.24.2
image: juicedata/juicefs-csi-driver:v0.24.3
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down Expand Up @@ -759,7 +765,7 @@ spec:
serviceAccountName: juicefs-csi-dashboard-sa
containers:
- name: dashboard
image: juicedata/csi-dashboard:v0.24.2
image: juicedata/csi-dashboard:v0.24.3
args:
- --static-dir=/dist
env:
Expand Down
10 changes: 8 additions & 2 deletions deploy/webhook-with-certmanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ rules:
- delete
- update
- create
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -391,7 +397,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: juicedata/csi-dashboard:v0.24.2
image: juicedata/csi-dashboard:v0.24.3
name: dashboard
ports:
- containerPort: 8088
Expand Down Expand Up @@ -463,7 +469,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.2
image: juicedata/juicefs-csi-driver:v0.24.3
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down
10 changes: 8 additions & 2 deletions deploy/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ rules:
- delete
- update
- create
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -419,7 +425,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: juicedata/csi-dashboard:v0.24.2
image: juicedata/csi-dashboard:v0.24.3
name: dashboard
ports:
- containerPort: 8088
Expand Down Expand Up @@ -491,7 +497,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.2
image: juicedata/juicefs-csi-driver:v0.24.3
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down
20 changes: 16 additions & 4 deletions scripts/juicefs-csi-webhook-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@ rules:
- delete
- update
- create
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -490,7 +496,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: juicedata/csi-dashboard:v0.24.2
image: juicedata/csi-dashboard:v0.24.3
name: dashboard
ports:
- containerPort: 8088
Expand Down Expand Up @@ -562,7 +568,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.2
image: juicedata/juicefs-csi-driver:v0.24.3
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down Expand Up @@ -925,6 +931,12 @@ rules:
- delete
- update
- create
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -1207,7 +1219,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: juicedata/csi-dashboard:v0.24.2
image: juicedata/csi-dashboard:v0.24.3
name: dashboard
ports:
- containerPort: 8088
Expand Down Expand Up @@ -1279,7 +1291,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.2
image: juicedata/juicefs-csi-driver:v0.24.3
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down

0 comments on commit b45d503

Please sign in to comment.