mirror of
https://github.com/ahinko/home-ops
synced 2026-04-21 13:37:24 +00:00
fix: misc
This commit is contained in:
parent
93b184089d
commit
a465b85c86
3 changed files with 4 additions and 10 deletions
|
|
@ -13,12 +13,12 @@
|
|||
description: "Auto merge minors and patches after minimumReleaseAge",
|
||||
matchDatasources: ["docker"],
|
||||
automerge: true,
|
||||
automergeType: "pr",
|
||||
automergeType: "branch",
|
||||
matchUpdateTypes: ["minor", "patch"],
|
||||
matchPackageNames: [
|
||||
"ghcr.io/renovatebot/renovate",
|
||||
],
|
||||
ignoreTests: false,
|
||||
ignoreTests: true,
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ spec:
|
|||
expr: |
|
||||
avg by (exported_namespace, namespace, name) (
|
||||
certmanager_certificate_expiration_timestamp_seconds - time())
|
||||
< (21 * 24 * 3600)
|
||||
< (14 * 24 * 3600)
|
||||
for: 15m
|
||||
labels:
|
||||
severity: warning
|
||||
|
|
|
|||
|
|
@ -8,13 +8,7 @@ helmDefaults:
|
|||
cleanupOnFail: true
|
||||
wait: true
|
||||
waitForJobs: true
|
||||
args:
|
||||
- --include-crds
|
||||
- --no-hooks
|
||||
postRenderer: bash
|
||||
postRendererArgs:
|
||||
- -c
|
||||
- yq ea --exit-status 'select(.kind == "CustomResourceDefinition")' -
|
||||
args: ["--include-crds", "--no-hooks"] # Prevent helmfile apply or sync
|
||||
|
||||
releases:
|
||||
- name: cloudflare-dns
|
||||
|
|
|
|||
Loading…
Reference in a new issue