diff --git a/helm/plex/values.yaml b/helm/plex/values.yaml index eb7185d..76301e8 100755 --- a/helm/plex/values.yaml +++ b/helm/plex/values.yaml @@ -232,7 +232,8 @@ serviceAccount: statefulSet: # -- Optional extra annotations to add to the service resource - annotations: {} + annotations: + match-regex.version-checker.io/plex-plex-media-server-pms: ^\d+\.\d+\.\d+\.\d+-.*$ # -- Optional extra annotations to add to the pods in the statefulset podAnnotations: {} @@ -262,7 +263,6 @@ 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: {}