fix: knowledge feed edit and label save bug (#1245)

knowledge
This commit is contained in:
simon
2025-04-22 23:49:16 +08:00
committed by GitHub
parent c0f8b391c6
commit 8f7584f719

View File

@@ -177,7 +177,7 @@ spec:
value: os_system_knowledge
containers:
- name: knowledge
image: "beclab/knowledge-base-api:v0.12.1"
image: "beclab/knowledge-base-api:v0.12.2"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -564,7 +564,7 @@ spec:
cpu: "1"
memory: 300Mi
- name: download-spider
image: "beclab/download-spider:v0.12.0"
image: "beclab/download-spider:v0.12.1"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false