Skip to content

Commit

Permalink
knowledge: update knowledge to v0.1.63 (#980)
Browse files Browse the repository at this point in the history
knowledge v0.1.63
  • Loading branch information
kaki-admin authored Feb 21, 2025
1 parent 8000317 commit ce51200
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ spec:
cpu: "1"
memory: 300Mi
- name: download-spider
image: "beclab/download-spider:v0.0.17"
image: "beclab/download-spider:v0.0.18"
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.62"
image: "beclab/knowledge-base-api:v0.1.63"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -236,7 +236,7 @@ spec:
memory: 1Gi

- name: backend-server
image: "beclab/recommend-backend:v0.0.26"
image: "beclab/recommend-backend:v0.0.27"
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.4
image: beclab/rsshub-server:v0.0.5
imagePullPolicy: IfNotPresent
ports:
- containerPort: 1200
Expand Down

0 comments on commit ce51200

Please sign in to comment.