Compare commits
2 Commits
1e2b8e2fd7
...
639c04be86
Author | SHA1 | Date | |
---|---|---|---|
639c04be86
|
|||
debeebddc4 |
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user