1 Commits

Author SHA1 Message Date
a924afdec9 chore(deps): update ghcr.io/autobrr/qui docker tag to v1.18.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 27s
lint-test-helm / validate-kubeconform (pull_request) Successful in 1m11s
2026-05-05 01:28:25 +00:00
15 changed files with 25 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-js
container: ghcr.io/renovatebot/renovate:43.164.1@sha256:5030be22ce3df578780932771649e162ec903b5b6cc903c851972a8ec538b658
container: ghcr.io/renovatebot/renovate:43.163.4@sha256:b9e6514e1b1feeb77a4898ecab9e6623a9c9cb495983e1b0d2646a7e3d4e81ea
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

View File

@@ -1,6 +1,6 @@
dependencies:
- name: cilium
repository: https://helm.cilium.io/
version: 1.19.3
digest: sha256:0fb32249f6ab7d68568a1e44796a8ee1ee5da2294b29a9c720153db8f055888b
generated: "2026-05-05T09:09:29.603458011Z"
version: 1.18.6
digest: sha256:8ea328ac238524b5b423e6289f5e25d05ef64e6aa19cfd5de238f1d5dd533e9b
generated: "2026-02-05T12:00:20.15778-06:00"

View File

@@ -14,8 +14,8 @@ maintainers:
- name: alexlebens
dependencies:
- name: cilium
version: 1.19.3
version: 1.18.6
repository: https://helm.cilium.io/
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png
# renovate: datasource=github-releases depName=cilium/cilium
appVersion: 1.19.3
appVersion: 1.18.6

View File

@@ -32,12 +32,12 @@ spec:
data:
- secretKey: access
remoteRef:
key: /backblaze/home-infra/mariadb-backups
property: ACCESS_KEY_ID
key: /digital-ocean/home-infra/mariadb-backups
property: AWS_ACCESS_KEY_ID
- secretKey: secret
remoteRef:
key: /backblaze/home-infra/mariadb-backups
property: ACCESS_SECRET_KEY
key: /digital-ocean/home-infra/mariadb-backups
property: AWS_SECRET_ACCESS_KEY
---
apiVersion: external-secrets.io/v1

View File

@@ -151,7 +151,7 @@ mariadb-cluster:
physicalBackups:
- name: backup-external
schedule:
cron: "0 0 * * 6"
cron: "0 0 * * 0"
suspend: false
immediate: true
compression: gzip
@@ -159,10 +159,10 @@ mariadb-cluster:
successfulJobsHistoryLimit: 1
storage:
s3:
bucket: mariadb-backups-6e3b78870f7af040
bucket: mariadb-backups-b230a2f5aecf080a4b372c08
prefix: cl01tl/grimmory
endpoint: s3.us-east-005.backblazeb2.com
region: us-east-005
endpoint: nyc3.digitaloceanspaces.com
region: us-east-1
accessKeyIdSecretKeyRef:
name: grimmory-mariadb-cluster-backup-secret-external
key: access

View File

@@ -24,4 +24,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://raw.githubusercontent.com/frederikemmer/MediaLyze/d8f69c0628bac7c047b90f91a66341648029c273/frontend/public/favicon.svg
# renovate: datasource=github-releases depName=frederikemmer/MediaLyze
appVersion: 0.10.1
appVersion: 0.10.0

View File

@@ -24,4 +24,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/music-grabber.png
# renovate: datasource=docker depName=g33kphr33k/musicgrabber
appVersion: 2.8.3
appVersion: 2.8.1

View File

@@ -12,7 +12,7 @@ music-grabber:
main:
image:
repository: g33kphr33k/musicgrabber
tag: 2.8.3@sha256:f69d46cb5e1aa0ed43df8a337f8ba1076c3233544f13caa5414eb9de4b6e2237
tag: 2.8.1@sha256:b0946724ca54944c239bceddd445bc78f91cfc0d439379c4f063d3819e7b47d3
env:
- name: MUSIC_DIR
value: /mnt/store/Music Grabber/

View File

@@ -38,4 +38,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/outline.png
# renovate: datasource=github-releases depName=outline/outline
appVersion: 1.7.1
appVersion: 1.7.0

View File

@@ -11,7 +11,7 @@ outline:
main:
image:
repository: outlinewiki/outline
tag: 1.7.1@sha256:361df7040e6f0d7abac768b99f40122197921626a7e69501aabb5fcb496fc1b4
tag: 1.7.0@sha256:b13ccd15653513a79eb66283bfa91287f5e3d0944d8cb056d5288b8565992de5
env:
- name: NODE_ENV
value: production

View File

@@ -20,4 +20,4 @@ dependencies:
version: 4.6.2
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/plex.png
# renovate: datasource=github-releases depName=linuxserver/docker-plex
appVersion: 1.43.1.10611-1e34174b1-ls304
appVersion: 1.43.1.10611-1e34174b1-ls303

View File

@@ -10,7 +10,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:8efc0bf2159969100964cd8e3102f6bbff0814fab3dad7b800c89e4c1074587b
tag: latest@sha256:b2211b2ad11fc9822ed8d94502a609a862d6587e13f052e18847559586c76b71
env:
- name: SEARXNG_BASE_URL
value: http://searxng-api.searxng:8080
@@ -38,7 +38,7 @@ searxng:
main:
image:
repository: searxng/searxng
tag: latest@sha256:8efc0bf2159969100964cd8e3102f6bbff0814fab3dad7b800c89e4c1074587b
tag: latest@sha256:b2211b2ad11fc9822ed8d94502a609a862d6587e13f052e18847559586c76b71
env:
- name: SEARXNG_BASE_URL
value: https://searxng.alexlebens.net/

View File

@@ -23,4 +23,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/yubal.png
# renovate: datasource=github-releases depName=guillevc/yubal
appVersion: v0.8.0
appVersion: v0.7.2

View File

@@ -14,7 +14,7 @@ yubal:
main:
image:
repository: ghcr.io/guillevc/yubal
tag: 0.8.0@sha256:f3872ab590e74472e56c3aaaef497879f77191cd96306eeb8d3576a814c8a147
tag: 0.7.2@sha256:906b7c90b738e77ad140178f6a5145f98c12af36e8321d427148c092836c37be
env:
- name: YUBAL_TZ
value: America/Chicago

View File

@@ -169,15 +169,11 @@
"/(^|/|-)(kube-prometheus-stack)/",
"/(^|/|-)(lidarr)/",
"/(^|/|-)(medialyze|MediaLyze)/",
"/(^|/|-)(musicgrabber)/",
"/(^|/|-)(ollama)/",
"/(^|/|-)(outline)/",
"/(^|/|-)(qui)/",
"/(^|/|-)(radarr)/",
"/(^|/|-)(renovate)/",
"/(^|/|-)(sonarr)/",
"/(^|/|-)(tdarr)/",
"/(^|/|-)(yubal)/"
"/(^|/|-)(tdarr)/"
],
"addLabels": [
"{{{datasource}}}",