2 Commits

Author SHA1 Message Date
e70acca827 Update ghcr.io/immich-app/immich-server Docker tag to v1.136.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
2025-07-29 23:13:23 +00:00
d9b1ed4179 fix security context
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m38s
2025-07-29 18:12:01 -05:00

View File

@@ -9,6 +9,9 @@ metadata:
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
clusterSize: 3
podSecurityContext:
runAsUser: 1000
fsGroup: 1000
kubernetesConfig:
image: quay.io/opstree/redis:v8.0.3
imagePullPolicy: IfNotPresent