2 Commits

Author SHA1 Message Date
703a9e50aa 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 20s
2025-07-31 21:29:30 +00:00
e7088c9451 update to match new spec
Some checks failed
lint-test-helm / helm-lint (push) Successful in 17s
process-repository / process-repository (push) Failing after 27s
renovate / renovate (push) Successful in 2m28s
2025-07-31 16:27:46 -05:00
2 changed files with 7 additions and 4 deletions

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

View File

@@ -17,12 +17,14 @@ traefik:
port: 8000
hostname: "*.alexlebens.net"
protocol: HTTP
namespacePolicy: All
namespacePolicy:
from: All
websecure:
port: 8443
hostname: "*.alexlebens.net"
protocol: HTTPS
namespacePolicy: All
namespacePolicy:
from: All
certificateRefs:
- group: ''
kind: Secret
@@ -32,7 +34,8 @@ traefik:
ssh:
port: 22
protocol: TCP
namespacePolicy: All
namespacePolicy:
from: All
allowedRoutes:
kinds:
- kind: TCPRoute