Skip to content

Commit d4b008d

Browse files
authored
Update helmrelease.yaml
1 parent 4fc4287 commit d4b008d

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

kubernetes/main/apps/default/searxng/app/helmrelease.yaml

+11-9
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
app:
2323
image:
2424
repository: docker.io/searxng/searxng
25-
tag: 2024.6.30-39aaac40d@sha256:149477f50e9fd7a90bd1455009b332433d65a9beeb0e0a6f9a4bdc11a860c0b6
25+
tag: 2025.1.6-e35292618@sha256:4a116b0e254154426d831da0851251de54dfda099cb17a597eaa2d973bc79af6
2626
env:
2727
TZ: ${TIMEZONE}
2828
SEARXNG_BASE_URL: https://search.${SECRET_DOMAIN}
@@ -46,10 +46,8 @@ spec:
4646
readiness: *probes
4747
securityContext:
4848
allowPrivilegeEscalation: false
49-
readOnlyRootFilesystem: true
50-
capabilities:
51-
add: ["CHOWN", "SETGID" ,"SETUID", "DAC_OVERRIDE"]
52-
drop: ["ALL"]
49+
readOnlyRootFilesystem: false
50+
capabilities: { drop: ["ALL"] }
5351
resources:
5452
requests:
5553
cpu: 10m
@@ -59,9 +57,9 @@ spec:
5957
defaultPodOptions:
6058
securityContext:
6159
runAsNonRoot: true
62-
runAsUser: 977
63-
runAsGroup: 977
64-
fsGroup: 977
60+
runAsUser: 1000
61+
runAsGroup: 1000
62+
fsGroup: 1000
6563
fsGroupChangePolicy: OnRootMismatch
6664
seccompProfile: { type: RuntimeDefault }
6765
service:
@@ -99,7 +97,11 @@ spec:
9997
- path: /etc/searxng/limiter.toml
10098
subPath: limiter.toml
10199
readOnly: true
102-
tmp:
100+
cache:
103101
type: emptyDir
104102
globalMounts:
105103
- path: /etc/searxng
104+
tmp:
105+
type: emptyDir
106+
globalMounts:
107+
- path: /tmp

0 commit comments

Comments
 (0)