Skip to content

Commit f9a281e

Browse files
authored
knowledge and download: add filter and fix download bugs (#822)
knowledge v0.1.59
1 parent 78fda8a commit f9a281e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/download/config/user/helm-charts/download/templates/download_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ spec:
172172
cpu: "1"
173173
memory: 300Mi
174174
- name: yt-dlp
175-
image: "beclab/yt-dlp:v0.0.17"
175+
image: "beclab/yt-dlp:v0.0.18"
176176
imagePullPolicy: IfNotPresent
177177
securityContext:
178178
allowPrivilegeEscalation: false

apps/knowledge/config/user/helm-charts/knowledge/templates/knowledge_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ spec:
168168
value: user_space_{{ .Values.bfl.username }}_knowledge
169169
containers:
170170
- name: knowledge
171-
image: "beclab/knowledge-base-api:v0.1.58"
171+
image: "beclab/knowledge-base-api:v0.1.59"
172172
imagePullPolicy: IfNotPresent
173173
securityContext:
174174
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)