Automated Manifest Update #3224

Merged
alexlebens merged 2 commits from auto/update-manifests into manifests 2026-01-16 04:34:17 +00:00
2 changed files with 29 additions and 1 deletions

View File

@@ -111,7 +111,21 @@ spec:
secretKeyRef:
key: lidarr-key
name: yubal-playlist-config-secret
image: harbor.alexlebens.net/images/yubal-playlist:0.0.7
- name: YUBAL_SUBSONIC_ENDPOINT
value: http://navidrome.navidrome
- name: YUBAL_SUBSONIC_PORT
value: "80"
- name: YUBAL_SUBSONIC_USER
valueFrom:
secretKeyRef:
key: subsonic-user
name: yubal-playlist-config-secret
- name: YUBAL_SUBSONIC_PASSWORD
valueFrom:
secretKeyRef:
key: subsonic-password
name: yubal-playlist-config-secret
image: harbor.alexlebens.net/images/yubal-playlist:0.1.0
imagePullPolicy: IfNotPresent
name: main
resources:

View File

@@ -19,3 +19,17 @@ spec:
key: /cl01tl/lidarr2/key
metadataPolicy: None
property: key
- secretKey: subsonic-user
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/navidrome/admin
metadataPolicy: None
property: user
- secretKey: subsonic-password
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/navidrome/admin
metadataPolicy: None
property: password