Skip to content

Commit

Permalink
download&download: update knowledge to v0.1.62, yt-dlp to v0.0.20 (#973)
Browse files Browse the repository at this point in the history
knowledge update
  • Loading branch information
kaki-admin authored Feb 20, 2025
1 parent 6134411 commit 678645a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ spec:
cpu: "1"
memory: 300Mi
- name: yt-dlp
image: "beclab/yt-dlp:v0.0.19"
image: "beclab/yt-dlp:v0.0.20"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ spec:
value: user_space_{{ .Values.bfl.username }}_knowledge
containers:
- name: knowledge
image: "beclab/knowledge-base-api:v0.1.61"
image: "beclab/knowledge-base-api:v0.1.62"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion apps/rss/config/cluster/deploy/rss_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: rss-server
image: beclab/rsshub-server:v0.0.3
image: beclab/rsshub-server:v0.0.4
imagePullPolicy: IfNotPresent
ports:
- containerPort: 1200
Expand Down

0 comments on commit 678645a

Please sign in to comment.