2 Commits

Author SHA1 Message Date
518e49f258 Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.3
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 7s
2025-06-20 18:31:16 +00:00
6319b13f40 fix
Some checks failed
renovate / renovate (push) Successful in 1m25s
lint-test-helm / helm-lint (push) Failing after 6s
2025-06-20 13:30:05 -05:00
2 changed files with 1 additions and 11 deletions

View File

@@ -58,10 +58,6 @@ applicationSet:
jqPathExpressions:
- .spec.volumeClaimTemplates[]?.apiVersion
- .spec.volumeClaimTemplates[]?.kind
- group: "apps"
kind: Secret
jqPathExpressions:
- .data.'config.yaml'
syncPolicy:
automated:
prune: true
@@ -90,12 +86,6 @@ applicationSet:
jqPathExpressions:
- .spec.volumeClaimTemplates[]?.apiVersion
- .spec.volumeClaimTemplates[]?.kind
- group: "apps"
kind: Secret
jqPathExpressions:
- .data.'ca.crt'
- .data.'tls.crt'
- .data.'tls.key'
syncPolicy:
automated:
prune: true

View File

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