fixed version checker regex

This commit is contained in:
2026-01-13 20:50:49 +01:00
parent 9bc0e0a8fc
commit fa7c84aaa8
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ spec:
app.kubernetes.io/instance: bookstack
app.kubernetes.io/name: bookstack
annotations:
match-regex.version-checker.io/bookstack: '^\d+\.\d+\.\d+$'
match-regex.version-checker.io/bookstack: '^[0-9]{1,2}\.[0-9]{1,2}\.[0-9]{1,2}$'
spec:
containers:
- name: bookstack