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