From 9dae27f7040316596e2a7006a07b4cc0443f5d68 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 12 Jan 2026 21:09:59 +0100 Subject: [PATCH] added regex filters for version check --- code-system/code.yaml | 2 ++ mon-system/monitoring.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/code-system/code.yaml b/code-system/code.yaml index 5dcf1ca..1b76107 100644 --- a/code-system/code.yaml +++ b/code-system/code.yaml @@ -43,6 +43,8 @@ spec: labels: app.kubernetes.io/instance: code-server app.kubernetes.io/name: code-server + annotations: + match-regex.version-checker.io/code-server: '^[0-9]+\.[0-9]+\.[0-9]+$' spec: securityContext: fsGroup: 1000 diff --git a/mon-system/monitoring.yaml b/mon-system/monitoring.yaml index 199c072..654e4dd 100644 --- a/mon-system/monitoring.yaml +++ b/mon-system/monitoring.yaml @@ -451,6 +451,8 @@ spec: metadata: labels: app: grafana + annotations: + match-regex.version-checker.io/grafana: '^[0-9]+\.[0-9]+\.[0-9]+$' spec: securityContext: fsGroup: 472