2 Commits

Author SHA1 Message Date
e2a7c56a7d Update ghcr.io/moghtech/komodo-core Docker tag to v1.19.3
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 18s
2025-09-09 16:36:39 +00:00
da28a2cef5 add config
Some checks failed
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
2025-09-09 11:35:20 -05:00
2 changed files with 3 additions and 2 deletions

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.19.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: COMPOSE_LOGGING_DRIVER - name: COMPOSE_LOGGING_DRIVER

View File

@@ -175,6 +175,7 @@ etcd-defrag:
- etcd - etcd
- defrag - defrag
- -n 10.232.1.13 - -n 10.232.1.13
- --talosconfig /tmp/configuration/config
workingDir: /tmp workingDir: /tmp
resources: resources:
requests: requests:
@@ -196,7 +197,7 @@ etcd-defrag:
advancedMounts: advancedMounts:
defrag: defrag:
main: main:
- path: ~/.talos/config - path: /tmp/configuration/config
readOnly: true readOnly: true
mountPropagation: None mountPropagation: None
subPath: config subPath: config