Compare commits
2 Commits
696f6f7b83
...
a0795fcb0c
Author | SHA1 | Date | |
---|---|---|---|
a0795fcb0c
|
|||
f2fa9a59fd |
@@ -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.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: COMPOSE_LOGGING_DRIVER
|
- name: COMPOSE_LOGGING_DRIVER
|
||||||
|
@@ -19,7 +19,10 @@
|
|||||||
"addLabels": [
|
"addLabels": [
|
||||||
"chart"
|
"chart"
|
||||||
],
|
],
|
||||||
"automerge": false
|
"automerge": false,
|
||||||
|
"internalChecksAsSuccess": true,
|
||||||
|
"internalChecksFilter": "flexible",
|
||||||
|
"minimumReleaseAge": "1 days"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge chart patches",
|
"description": "Automerge chart patches",
|
||||||
@@ -45,7 +48,10 @@
|
|||||||
"addLabels": [
|
"addLabels": [
|
||||||
"image"
|
"image"
|
||||||
],
|
],
|
||||||
"automerge": false
|
"automerge": false,
|
||||||
|
"internalChecksAsSuccess": true,
|
||||||
|
"internalChecksFilter": "flexible",
|
||||||
|
"minimumReleaseAge": "1 days"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge image patches",
|
"description": "Automerge image patches",
|
||||||
|
Reference in New Issue
Block a user