Skip to content

Commit

Permalink
update images in k8s.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: zwwhdls <[email protected]>
  • Loading branch information
zwwhdls committed Oct 11, 2024
1 parent d0f5c04 commit 51f6da3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions deploy/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: juicedata/csi-dashboard:v0.24.5
image: juicedata/csi-dashboard:v0.25.0
name: dashboard
ports:
- containerPort: 8088
Expand Down Expand Up @@ -550,7 +550,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.5
image: juicedata/juicefs-csi-driver:v0.25.0
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down Expand Up @@ -704,7 +704,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.5
image: juicedata/juicefs-csi-driver:v0.25.0
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions deploy/k8s_before_v1_18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: juicedata/csi-dashboard:v0.24.5
image: juicedata/csi-dashboard:v0.25.0
name: dashboard
ports:
- containerPort: 8088
Expand Down Expand Up @@ -550,7 +550,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.5
image: juicedata/juicefs-csi-driver:v0.25.0
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down Expand Up @@ -704,7 +704,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.5
image: juicedata/juicefs-csi-driver:v0.25.0
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ spec:
operator: Exists
containers:
- name: juicefs-plugin
image: juicedata/juicefs-csi-driver:v0.24.5
image: juicedata/juicefs-csi-driver:v0.25.0
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down Expand Up @@ -519,7 +519,7 @@ spec:
- name: juicefs-plugin
securityContext:
privileged: true
image: juicedata/juicefs-csi-driver:v0.24.5
image: juicedata/juicefs-csi-driver:v0.25.0
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down Expand Up @@ -783,7 +783,7 @@ spec:
serviceAccountName: juicefs-csi-dashboard-sa
containers:
- name: dashboard
image: juicedata/csi-dashboard:v0.24.5
image: juicedata/csi-dashboard:v0.25.0
args:
- --static-dir=/dist
env:
Expand Down
4 changes: 2 additions & 2 deletions deploy/webhook-with-certmanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: juicedata/csi-dashboard:v0.24.5
image: juicedata/csi-dashboard:v0.25.0
name: dashboard
ports:
- containerPort: 8088
Expand Down Expand Up @@ -470,7 +470,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.5
image: juicedata/juicefs-csi-driver:v0.25.0
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions deploy/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: juicedata/csi-dashboard:v0.24.5
image: juicedata/csi-dashboard:v0.25.0
name: dashboard
ports:
- containerPort: 8088
Expand Down Expand Up @@ -498,7 +498,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.5
image: juicedata/juicefs-csi-driver:v0.25.0
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down
8 changes: 4 additions & 4 deletions scripts/juicefs-csi-webhook-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: juicedata/csi-dashboard:v0.24.5
image: juicedata/csi-dashboard:v0.25.0
name: dashboard
ports:
- containerPort: 8088
Expand Down Expand Up @@ -569,7 +569,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.5
image: juicedata/juicefs-csi-driver:v0.25.0
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down Expand Up @@ -1221,7 +1221,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: juicedata/csi-dashboard:v0.24.5
image: juicedata/csi-dashboard:v0.25.0
name: dashboard
ports:
- containerPort: 8088
Expand Down Expand Up @@ -1293,7 +1293,7 @@ spec:
value: /var/lib/juicefs/volume
- name: JUICEFS_CONFIG_PATH
value: /var/lib/juicefs/config
image: juicedata/juicefs-csi-driver:v0.24.5
image: juicedata/juicefs-csi-driver:v0.25.0
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down

0 comments on commit 51f6da3

Please sign in to comment.