2 Commits

Author SHA1 Message Date
639c04be86 Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 34s
2025-06-06 03:40:06 +00:00
debeebddc4 add additional ignore
All checks were successful
renovate / renovate (push) Successful in 1m34s
2025-06-05 22:38:46 -05:00
2 changed files with 8 additions and 3 deletions

View File

@@ -56,8 +56,8 @@ applicationSet:
- group: "apps" - group: "apps"
kind: StatefulSet kind: StatefulSet
jsonPointers: jsonPointers:
- /spec/volumeClaimTemplates/apiVersion - ".spec.volumeClaimTemplates[].apiVersion"
- /spec/volumeClaimTemplates/kind - ".spec.volumeClaimTemplates[].kind"
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
@@ -81,6 +81,11 @@ applicationSet:
jsonPointers: jsonPointers:
- /spec/template/metadata/annotations/checksum~1secret - /spec/template/metadata/annotations/checksum~1secret
- /spec/template/metadata/annotations/checksum~1tls - /spec/template/metadata/annotations/checksum~1tls
- group: "apps"
kind: StatefulSet
jsonPointers:
- ".spec.volumeClaimTemplates[].apiVersion"
- ".spec.volumeClaimTemplates[].kind"
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true

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