diff --git a/bookstack-system/bookstack.yaml b/bookstack-system/bookstack.yaml index c0b5e88..b2d6eb6 100644 --- a/bookstack-system/bookstack.yaml +++ b/bookstack-system/bookstack.yaml @@ -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 diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index e7b1c3f..48ae9d1 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -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/.*$",