diff --git a/applications/plex.yaml b/applications/plex.yaml index c009c29..14ddb57 100644 --- a/applications/plex.yaml +++ b/applications/plex.yaml @@ -5,9 +5,9 @@ metadata: namespace: argocd annotations: # Enable automatic image updates for Plex - argocd-image-updater.argoproj.io/image-list: plex=linuxserver/plex - # Use newest-build strategy to detect newer versions than 1.41.8 - argocd-image-updater.argoproj.io/plex.update-strategy: newest-build + argocd-image-updater.argoproj.io/image-list: plex=linuxserver/plex:latest + # Use digest strategy to track latest tag updates + argocd-image-updater.argoproj.io/plex.update-strategy: digest # Write changes back to Git repository (GitOps workflow) argocd-image-updater.argoproj.io/write-back-method: git # Git configuration for write-back diff --git a/helm-values/plex_values.yml b/helm-values/plex_values.yml index 93c79db..54be0c3 100644 --- a/helm-values/plex_values.yml +++ b/helm-values/plex_values.yml @@ -2,7 +2,7 @@ claimToken: "claim-Ku2YYmJzDB1mpyG6YD7x" image: repository: linuxserver/plex - tag: 1.41.8 + tag: latest pullPolicy: Always