fix: misc

This commit is contained in:
Peter Ahinko 2026-01-11 00:20:06 +01:00
parent 93b184089d
commit a465b85c86
No known key found for this signature in database
GPG key ID: A49FDC84B6AD510B
3 changed files with 4 additions and 10 deletions

View file

@ -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,
},
]
}

View file

@ -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

View file

@ -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