From 5efc4126f072f7c3c5824a327824195b0bc2080d Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 9 Feb 2026 09:30:56 +0100 Subject: [PATCH] moved annotation to the correct place --- helm/plex/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/plex/values.yaml b/helm/plex/values.yaml index 76301e8..c05e15a 100755 --- a/helm/plex/values.yaml +++ b/helm/plex/values.yaml @@ -232,10 +232,10 @@ serviceAccount: statefulSet: # -- Optional extra annotations to add to the service resource - annotations: - match-regex.version-checker.io/plex-plex-media-server-pms: ^\d+\.\d+\.\d+\.\d+-.*$ + annotations: {} # -- Optional extra annotations to add to the pods in the statefulset - podAnnotations: {} + podAnnotations: + match-regex.version-checker.io/plex-plex-media-server-pms: ^\d+\.\d+\.\d+\.\d+-.*$ service: type: LoadBalancer