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
+9 -2
View File
@@ -29,7 +29,7 @@ spec:
app.kubernetes.io/instance: calibre
app.kubernetes.io/name: calibre
annotations:
match-regex.version-checker.io/calibre: '^\d+\.\d+\.\d+$'
match-regex.version-checker.io/calibre: '^[0-9]{1,2}\.\d+\.\d+$'
spec:
containers:
- name: calibre
@@ -122,7 +122,7 @@ spec:
app.kubernetes.io/instance: calibre
app.kubernetes.io/name: calibre-web
annotations:
match-regex.version-checker.io/calibre-web: '^\d+\.\d+\.\d+$'
match-regex.version-checker.io/calibre-web: '^[0-9]{1,2}\.\d+\.\d+$'
spec:
containers:
- name: calibre-web
@@ -165,6 +165,13 @@ spec:
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
startupProbe:
httpGet:
path: /
port: http
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 60
volumeMounts:
- name: config
mountPath: /config