fixes, and regex filter for bookstack version checker
This commit is contained in:
@@ -157,7 +157,6 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/instance: bookstack
|
app.kubernetes.io/instance: bookstack
|
||||||
app.kubernetes.io/name: bookstack
|
app.kubernetes.io/name: bookstack
|
||||||
app.kubernetes.io/version: 25.11.5
|
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
@@ -171,7 +170,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/instance: bookstack
|
app.kubernetes.io/instance: bookstack
|
||||||
app.kubernetes.io/name: 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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: bookstack
|
- name: bookstack
|
||||||
|
|||||||
@@ -349,7 +349,7 @@ data:
|
|||||||
max by (image, current_version, latest_version) (
|
max by (image, current_version, latest_version) (
|
||||||
version_checker_is_latest_version{
|
version_checker_is_latest_version{
|
||||||
container_type="container",
|
container_type="container",
|
||||||
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)?$",
|
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)$",
|
||||||
image!~"^longhornio.*$",
|
image!~"^longhornio.*$",
|
||||||
image!~"(^|.*/)postgres.*$",
|
image!~"(^|.*/)postgres.*$",
|
||||||
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$",
|
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$",
|
||||||
@@ -366,7 +366,7 @@ data:
|
|||||||
max by (image) (
|
max by (image) (
|
||||||
version_checker_is_latest_version{
|
version_checker_is_latest_version{
|
||||||
container_type="container",
|
container_type="container",
|
||||||
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)?$",
|
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)$",
|
||||||
image!~"^longhornio.*$",
|
image!~"^longhornio.*$",
|
||||||
image!~"(^|.*/)postgres.*$",
|
image!~"(^|.*/)postgres.*$",
|
||||||
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$",
|
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$",
|
||||||
@@ -383,7 +383,7 @@ data:
|
|||||||
max by (image) (
|
max by (image) (
|
||||||
version_checker_is_latest_version{
|
version_checker_is_latest_version{
|
||||||
container_type="container",
|
container_type="container",
|
||||||
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)?$",
|
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)$",
|
||||||
image!~"^longhornio.*$",
|
image!~"^longhornio.*$",
|
||||||
image!~"(^|.*/)postgres.*$",
|
image!~"(^|.*/)postgres.*$",
|
||||||
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$",
|
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$",
|
||||||
@@ -400,7 +400,7 @@ data:
|
|||||||
max by (image) (
|
max by (image) (
|
||||||
version_checker_is_latest_version{
|
version_checker_is_latest_version{
|
||||||
container_type="container",
|
container_type="container",
|
||||||
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)?$",
|
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)$",
|
||||||
image!~"^longhornio.*$",
|
image!~"^longhornio.*$",
|
||||||
image!~"(^|.*/)postgres.*$",
|
image!~"(^|.*/)postgres.*$",
|
||||||
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$",
|
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$",
|
||||||
|
|||||||
Reference in New Issue
Block a user