From b65b35c0b6f15cebbe5934e2e00296cc51bdc86e Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 9 Feb 2026 09:16:35 +0100 Subject: [PATCH] added version checker regex annotation to plex --- helm/plex/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/plex/values.yaml b/helm/plex/values.yaml index 8cf387c..eb7185d 100755 --- a/helm/plex/values.yaml +++ b/helm/plex/values.yaml @@ -262,6 +262,7 @@ service: # -- Optional extra annotations to add to the service resource annotations: + match-regex.version-checker.io/plex-plex-media-server-pms: ^\d+\.\d+\.\d+\.\d+-.*$ external-dns.alpha.kubernetes.io/hostname: plex.home nodeSelector: {}