Skip to content

Commit

Permalink
add wasm to dify and dify-gateway (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovehunter9 authored May 16, 2024
1 parent b0226cd commit dcf5df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ spec:
fieldRef:
fieldPath: status.podIP
- name: dify-gateway
image: beclab/search2-gateway:v0.0.34
image: beclab/search2-gateway:v0.0.35
imagePullPolicy: IfNotPresent
ports:
- name: dify-gateway
Expand Down
2 changes: 1 addition & 1 deletion apps/nitro/config/cluster/deploy/dify_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ spec:
- SYS_ADMIN
{{- if and .Values.gpu (not (eq .Values.gpu "none" )) }}
- name: nitro
image: 'beclab/nitro:UI_v24'
image: 'beclab/nitro:v0.0.1'
ports:
- name: nitro-port
containerPort: 3928
Expand Down

0 comments on commit dcf5df7

Please sign in to comment.