update plex config
This commit is contained in:
@@ -43,9 +43,18 @@ spec:
|
||||
name: image.name
|
||||
tag: image.tag
|
||||
- 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:
|
||||
- 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:
|
||||
helm:
|
||||
name: image.repository
|
||||
|
||||
@@ -3,10 +3,6 @@ kind: Application
|
||||
metadata:
|
||||
name: plex
|
||||
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:
|
||||
project: default
|
||||
sources:
|
||||
|
||||
Reference in New Issue
Block a user