2 Commits

Author SHA1 Message Date
1c1e251e10 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 13s
2025-07-24 01:48:07 +00:00
dac603f906 change strategy
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m2s
2025-07-23 20:46:59 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ site-profile:
main: main:
type: deployment type: deployment
replicas: 3 replicas: 3
strategy: Recreate strategy: RollingUpdate
revisionHistoryLimit: 3 revisionHistoryLimit: 3
containers: containers:
main: main:

View File

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