update plex config

This commit is contained in:
gilgamezh
2026-01-11 16:50:09 +01:00
parent 825a73a5b9
commit 272b065ba7
2 changed files with 10 additions and 5 deletions
+10 -1
View File
@@ -43,9 +43,18 @@ spec:
name: image.name name: image.name
tag: image.tag tag: image.tag
- namePattern: plex - namePattern: plex
writeBackConfig:
method: git
gitConfig:
repository: "http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git"
branch: "master"
writeBackTarget: "helmvalues:./helm-values/plex_values.yml"
images: images:
- alias: plex - alias: plex
imageName: linuxserver/plex:latest imageName: linuxserver/plex
commonUpdateSettings:
updateStrategy: newest-build
allowTags: "regexp:^(amd64-)?[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+-[0-9a-f]+-ls[0-9]+$"
manifestTargets: manifestTargets:
helm: helm:
name: image.repository name: image.repository
-4
View File
@@ -3,10 +3,6 @@ kind: Application
metadata: metadata:
name: plex name: plex
namespace: argocd namespace: argocd
annotations:
# Enable automatic image updates for Plex
# Use digest strategy to track latest tag updates
# Write changes back via ArgoCD API (multi-source friendly)
spec: spec:
project: default project: default
sources: sources: