update plex config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user