diff --git a/grafana/Chart.yaml b/grafana/Chart.yaml index dcd8be8..4c4b040 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.2 repository: https://grafana.github.io/helm-charts \ No newline at end of file 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 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 diff --git a/yt-dlp-bot/deployment.yaml b/yt-dlp-bot/deployment.yaml index 1611366..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:7f1182f' + image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:0c21a85' env: - name: OUT_PATH value: /data/youtube-vids