From f8f80a393ea751fe7e982726e3aae9a1cc2308cb Mon Sep 17 00:00:00 2001 From: "actions[bot]" Date: Wed, 15 Oct 2025 02:18:52 +0000 Subject: [PATCH 1/8] yt-dlp-bot: deploy update to cef71e1 --- yt-dlp-bot/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt-dlp-bot/deployment.yaml b/yt-dlp-bot/deployment.yaml index 1611366..af06aef 100644 --- a/yt-dlp-bot/deployment.yaml +++ b/yt-dlp-bot/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: yt-dlp-bot - image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:7f1182f' + image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:cef71e1' env: - name: OUT_PATH value: /data/youtube-vids From 56e71cb9e29dc6719fca14909bc9ee7a7e5491ba Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Oct 2025 16:00:09 +0000 Subject: [PATCH 2/8] chore(deps): update helm release grafana to v10.1.1 --- grafana/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/Chart.yaml b/grafana/Chart.yaml index dcd8be8..9dc1371 100644 --- a/grafana/Chart.yaml +++ b/grafana/Chart.yaml @@ -24,5 +24,5 @@ appVersion: "1.0" dependencies: - name: grafana - version: 10.1.0 + version: 10.1.1 repository: https://grafana.github.io/helm-charts \ No newline at end of file From 10f79e298e7be29a1fdf8a124f25e39f30f25b7e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 18 Oct 2025 13:00:17 +0000 Subject: [PATCH 3/8] chore(deps): update helm release grafana to v10.1.2 --- grafana/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/Chart.yaml b/grafana/Chart.yaml index 9dc1371..4c4b040 100644 --- a/grafana/Chart.yaml +++ b/grafana/Chart.yaml @@ -24,5 +24,5 @@ appVersion: "1.0" dependencies: - name: grafana - version: 10.1.1 + version: 10.1.2 repository: https://grafana.github.io/helm-charts \ No newline at end of file From 8882f1a3d739e88fe7cf7512a73e7e55c5698bbe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Oct 2025 04:00:10 +0000 Subject: [PATCH 4/8] chore(deps): update helm release jellyfin to v2.4.0 --- jellyfin/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin/Chart.yaml b/jellyfin/Chart.yaml index e64b8b5..066b752 100644 --- a/jellyfin/Chart.yaml +++ b/jellyfin/Chart.yaml @@ -24,5 +24,5 @@ appVersion: "1.0" dependencies: - name: jellyfin - version: 2.3.0 + version: 2.4.0 repository: https://jellyfin.github.io/jellyfin-helm \ No newline at end of file From 27e477af6fb9e4bd6ed1d7662f864447d09a6659 Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 22 Oct 2025 10:34:57 -0400 Subject: [PATCH 5/8] renovate: add ssh signing --- renovate/renovate-cronjob.yaml | 5 +++++ renovate/renovate-ssh-key.yaml | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 renovate/renovate-ssh-key.yaml diff --git a/renovate/renovate-cronjob.yaml b/renovate/renovate-cronjob.yaml index fdf8ee8..ac1dc35 100644 --- a/renovate/renovate-cronjob.yaml +++ b/renovate/renovate-cronjob.yaml @@ -27,6 +27,11 @@ spec: secretKeyRef: key: github-com-pat name: renovate-github-com-token + - name: RENOVATE_GIT_PRIVATE_KEY + valueFrom: + secretKeyRef: + key: ssh-key + name: renovate-ssh-key - name: RENOVATE_AUTODISCOVER value: 'false' - name: RENOVATE_BASE_DIR diff --git a/renovate/renovate-ssh-key.yaml b/renovate/renovate-ssh-key.yaml new file mode 100644 index 0000000..419ccdd --- /dev/null +++ b/renovate/renovate-ssh-key.yaml @@ -0,0 +1,17 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: renovate-ssh-key +spec: + refreshInterval: 1h + secretStoreRef: + name: weyma-vault + kind: ClusterSecretStore + target: + name: renovate-ssh-key + creationPolicy: Owner + data: + - secretKey: ssh-key + remoteRef: + key: renovate + property: ssh-key \ No newline at end of file From c4c25a647bf1cafe50954abbab3a4a6cc8984da2 Mon Sep 17 00:00:00 2001 From: "actions[bot]" Date: Wed, 22 Oct 2025 15:04:21 +0000 Subject: [PATCH 6/8] yt-dlp-bot: deploy update to c2c228d --- yt-dlp-bot/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt-dlp-bot/deployment.yaml b/yt-dlp-bot/deployment.yaml index af06aef..d02ca10 100644 --- a/yt-dlp-bot/deployment.yaml +++ b/yt-dlp-bot/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: yt-dlp-bot - image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:cef71e1' + image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:c2c228d' env: - name: OUT_PATH value: /data/youtube-vids From cb0cbcf1fb065baab61e0b9d4702895f58e5403e Mon Sep 17 00:00:00 2001 From: "actions[bot]" Date: Wed, 22 Oct 2025 21:35:51 +0000 Subject: [PATCH 7/8] yt-dlp-bot: deploy update to d29c045 --- yt-dlp-bot/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt-dlp-bot/deployment.yaml b/yt-dlp-bot/deployment.yaml index d02ca10..1050c11 100644 --- a/yt-dlp-bot/deployment.yaml +++ b/yt-dlp-bot/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: yt-dlp-bot - image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:c2c228d' + image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:d29c045' env: - name: OUT_PATH value: /data/youtube-vids From d0fdc8c932e53f78ed8b7701d022a9adda65b0c0 Mon Sep 17 00:00:00 2001 From: "actions[bot]" Date: Wed, 22 Oct 2025 23:07:02 +0000 Subject: [PATCH 8/8] yt-dlp-bot: deploy update to 0c21a85 --- yt-dlp-bot/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt-dlp-bot/deployment.yaml b/yt-dlp-bot/deployment.yaml index 1050c11..610a6ad 100644 --- a/yt-dlp-bot/deployment.yaml +++ b/yt-dlp-bot/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: yt-dlp-bot - image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:d29c045' + image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:0c21a85' env: - name: OUT_PATH value: /data/youtube-vids