2 Commits

Author SHA1 Message Date
d0fdf58537 Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.4
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
2025-07-29 23:13:29 +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
2 changed files with 4 additions and 1 deletions

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

View File

@@ -9,7 +9,7 @@ komodo:
main:
image:
repository: ghcr.io/moghtech/komodo-core
tag: 1.17.5
tag: 1.18.4
pullPolicy: IfNotPresent
env:
- name: COMPOSE_LOGGING_DRIVER