Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
2025-10-22 22:02:22 -04:00
5 changed files with 25 additions and 3 deletions

View File

@@ -24,5 +24,5 @@ appVersion: "1.0"
dependencies:
- name: grafana
version: 10.1.0
version: 10.1.2
repository: https://grafana.github.io/helm-charts

View File

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

View File

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

View File

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

View File

@@ -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:0c21a85'
env:
- name: OUT_PATH
value: /data/youtube-vids