fixes, and regex filter for bookstack version checker
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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/.*$",
|
||||
|
||||
Reference in New Issue
Block a user