From 87cbb120bb6da7ec3194d069b307cd56ca476783 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 13 Jan 2026 08:59:18 +0100 Subject: [PATCH] tweaked filters --- glance-system/glance-kisfenyo.yaml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index 2a7b56d..261aa85 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -350,8 +350,9 @@ data: version_checker_is_latest_version{ container_type="container", image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql)$", - image!~"^longhornio/csi-.*$", - current_version!~"^sha256:.*$" + image!~"^longhornio.*$", + image!~"(^|.*/)postgres.*$", + current_version!~"(^|.*/)sha256:.*$" } == 0 ) subrequests: @@ -364,8 +365,9 @@ data: version_checker_is_latest_version{ container_type="container", image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql)$", - image!~"^longhornio/csi-.*$", - current_version!~"^sha256:.*$" + image!~"^longhornio.*$", + image!~"(^|.*/)postgres.*$", + current_version!~"(^|.*/)sha256:.*$" } == 1 ) ) or vector(0) @@ -378,8 +380,9 @@ data: version_checker_is_latest_version{ container_type="container", image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql)$", - image!~"^longhornio/csi-.*$", - current_version!~"^sha256:.*$" + image!~"^longhornio.*$", + image!~"(^|.*/)postgres.*$", + current_version!~"(^|.*/)sha256:.*$" } == 0 ) ) or vector(0) @@ -392,8 +395,9 @@ data: version_checker_is_latest_version{ container_type="container", image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql)$", - image!~"^longhornio/csi-.*$", - current_version!~"^sha256:.*$" + image!~"^longhornio.*$", + image!~"(^|.*/)postgres.*$", + current_version!~"(^|.*/)sha256:.*$" } ) ) or vector(0)