Compare commits

...

1 Commits

Author SHA1 Message Date
simon
6c52523eb1 knowledge v0.12.4 2025-04-28 15:57:31 +08:00
4 changed files with 4 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ spec:
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
allowPrivilegeEscalation: false
capabilities:
drop:

View File

@@ -16,7 +16,7 @@ data:
key: AWS_SECRET_ACCESS_KEY
name: argo-workflow-log-fakes3
bucket: mongo-backup
endpoint: workflow-archivelog-s3.user-system-mmchong2021:4568
endpoint: tapr-s3-svc:4568
insecure: true
persistence:
connectionPool:

View File

@@ -52,6 +52,7 @@ spec:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
env:

View File

@@ -177,7 +177,7 @@ spec:
value: os_system_knowledge
containers:
- name: knowledge
image: "beclab/knowledge-base-api:v0.12.2"
image: "beclab/knowledge-base-api:v0.12.4"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false