fixes, and regex filter for bookstack version checker

This commit is contained in:
2026-01-13 09:27:14 +01:00
parent c5d6491cf8
commit f63f67d3ff
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -157,7 +157,6 @@ metadata:
labels:
app.kubernetes.io/instance: bookstack
app.kubernetes.io/name: bookstack
app.kubernetes.io/version: 25.11.5
spec:
replicas: 1
strategy:
@@ -171,7 +170,8 @@ spec:
labels:
app.kubernetes.io/instance: bookstack
app.kubernetes.io/name: bookstack
app.kubernetes.io/version: 25.11.5
annotations:
match-regex.version-checker.io/code-server: '^[0-9]+\.[0-9]+\.[0-9]+$'
spec:
containers:
- name: bookstack
+4 -4
View File
@@ -349,7 +349,7 @@ data:
max by (image, current_version, latest_version) (
version_checker_is_latest_version{
container_type="container",
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)?$",
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)$",
image!~"^longhornio.*$",
image!~"(^|.*/)postgres.*$",
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$",
@@ -366,7 +366,7 @@ data:
max by (image) (
version_checker_is_latest_version{
container_type="container",
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)?$",
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)$",
image!~"^longhornio.*$",
image!~"(^|.*/)postgres.*$",
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$",
@@ -383,7 +383,7 @@ data:
max by (image) (
version_checker_is_latest_version{
container_type="container",
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)?$",
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)$",
image!~"^longhornio.*$",
image!~"(^|.*/)postgres.*$",
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$",
@@ -400,7 +400,7 @@ data:
max by (image) (
version_checker_is_latest_version{
container_type="container",
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)?$",
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)$",
image!~"^longhornio.*$",
image!~"(^|.*/)postgres.*$",
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$",