Compare commits

..

1 Commits

Author SHA1 Message Date
1d4df2e2b4 Update ghcr.io/orwellianepilogue/ephemera Docker tag to v2
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 28s
2026-01-07 23:09:23 +00:00
3 changed files with 54 additions and 27 deletions

View File

@@ -19,4 +19,4 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.0 version: 4.6.0
# renovate: github=alexlebens/yubal-playlist # renovate: github=alexlebens/yubal-playlist
appVersion: 0.0.7 appVersion: 0.0.5

View File

@@ -9,7 +9,7 @@ yubal-playlist:
main: main:
image: image:
repository: harbor.alexlebens.net/images/yubal-playlist repository: harbor.alexlebens.net/images/yubal-playlist
tag: 0.0.7 tag: 0.0.5
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: YUBAL_TZ - name: YUBAL_TZ

View File

@@ -5,16 +5,6 @@
"mergeConfidence:all-badges", "mergeConfidence:all-badges",
":rebaseStalePrs" ":rebaseStalePrs"
], ],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["(^|/)Chart\\.yaml$"],
"matchStrings": [
"# renovate: github=(?<packageName>[^\\s]+)\\s+version: (?<currentValue>[^\\s]+)"
],
"datasourceTemplate": "github-releases"
}
],
"timezone": "US/Central", "timezone": "US/Central",
"labels": [], "labels": [],
"prHourlyLimit": 0, "prHourlyLimit": 0,
@@ -22,47 +12,81 @@
"packageRules": [ "packageRules": [
{ {
"description": "Label charts", "description": "Label charts",
"matchDatasources": ["helm"], "matchDatasources": [
"addLabels": ["chart"], "helm"
],
"addLabels": [
"chart"
],
"automerge": false "automerge": false
}, },
{ {
"description": "Automerge chart patches", "description": "Automerge chart patches",
"matchUpdateTypes": ["patch"], "matchUpdateTypes": [
"matchDatasources": ["helm"], "patch"
"addLabels": ["chart", "automerge"], ],
"matchDatasources": [
"helm"
],
"addLabels": [
"chart",
"automerge"
],
"automerge": true, "automerge": true,
"minimumReleaseAge": "1 days" "minimumReleaseAge": "1 days"
}, },
{ {
"description": "Automerge helm chart lock files", "description": "Automerge helm chart lock files",
"matchManagers": ["helm"], "matchManagers": [
"helm"
],
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true "enabled": true
}, },
"addLabels": ["chart", "automerge"], "addLabels": [
"chart",
"automerge"
],
"automerge": true, "automerge": true,
"automergeType": "branch" "automergeType": "branch"
}, },
{ {
"description": "Label images", "description": "Label images",
"matchDatasources": ["docker"], "matchDatasources": [
"addLabels": ["image"], "docker"
],
"addLabels": [
"image"
],
"automerge": false "automerge": false
}, },
{ {
"description": "Automerge image patches", "description": "Automerge image patches",
"matchUpdateTypes": ["patch", "digest"], "matchUpdateTypes": [
"matchDatasources": ["docker"], "patch",
"addLabels": ["image", "automerge"], "digest"
],
"matchDatasources": [
"docker"
],
"addLabels": [
"image",
"automerge"
],
"automerge": true, "automerge": true,
"minimumReleaseAge": "1 days" "minimumReleaseAge": "1 days"
}, },
{ {
"description": "Automerge image updates for certain applications", "description": "Automerge image updates for certain applications",
"matchUpdateTypes": ["minor"], "matchUpdateTypes": [
"matchDatasources": ["docker"], "minor"
],
"matchDatasources": [
"docker"
],
"matchPackageNames": [ "matchPackageNames": [
"clidey/whodb",
"eigenfocus/eigenfocus",
"ghcr.io/advplyr/audiobookshelf", "ghcr.io/advplyr/audiobookshelf",
"ghcr.io/gethomepage/homepage", "ghcr.io/gethomepage/homepage",
"ghcr.io/gitroomhq/postiz-app", "ghcr.io/gitroomhq/postiz-app",
@@ -76,7 +100,10 @@
"ghcr.io/prometheus-community/charts/kube-prometheus-stack", "ghcr.io/prometheus-community/charts/kube-prometheus-stack",
"vectorim/element-web" "vectorim/element-web"
], ],
"addLabels": ["image", "automerge"], "addLabels": [
"image",
"automerge"
],
"automerge": true, "automerge": true,
"minimumReleaseAge": "2 days" "minimumReleaseAge": "2 days"
} }