tweaked version filter regex, so it doesn't show ancient 5.x.x versions

This commit is contained in:
2026-01-15 18:37:25 +01:00
parent 4996b76065
commit 6cbef4618a
+1 -1
View File
@@ -122,7 +122,7 @@ spec:
app.kubernetes.io/instance: calibre app.kubernetes.io/instance: calibre
app.kubernetes.io/name: calibre-web app.kubernetes.io/name: calibre-web
annotations: annotations:
match-regex.version-checker.io/calibre-web: '^[0-9]{1,2}\.\d+\.\d+$' match-regex.version-checker.io/calibre-web: '^[0-2]\.\d+\.\d+$'
spec: spec:
containers: containers:
- name: calibre-web - name: calibre-web