updated version-checker filter
This commit is contained in:
@@ -349,9 +349,9 @@ data:
|
||||
max by (image, current_version, latest_version) (
|
||||
version_checker_is_latest_version{
|
||||
container_type="container",
|
||||
image!~"(^|.*/)(busybox|redis|alpine)$",
|
||||
image!~"^longhornio/csi-",
|
||||
current_version!~"^sha256:"
|
||||
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql)$",
|
||||
image!~"^longhornio/csi-.*$",
|
||||
current_version!~"^sha256:.*$"
|
||||
} == 0
|
||||
)
|
||||
subrequests:
|
||||
@@ -363,9 +363,9 @@ data:
|
||||
max by (image) (
|
||||
version_checker_is_latest_version{
|
||||
container_type="container",
|
||||
image!~"(^|.*/)(busybox|redis|alpine)$",
|
||||
image!~"^longhornio/csi-",
|
||||
current_version!~"^sha256:"
|
||||
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql)$",
|
||||
image!~"^longhornio/csi-.*$",
|
||||
current_version!~"^sha256:.*$"
|
||||
} == 1
|
||||
)
|
||||
) or vector(0)
|
||||
@@ -377,9 +377,9 @@ data:
|
||||
max by (image) (
|
||||
version_checker_is_latest_version{
|
||||
container_type="container",
|
||||
image!~"(^|.*/)(busybox|redis|alpine)$",
|
||||
image!~"^longhornio/csi-",
|
||||
current_version!~"^sha256:"
|
||||
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql)$",
|
||||
image!~"^longhornio/csi-.*$",
|
||||
current_version!~"^sha256:.*$"
|
||||
} == 0
|
||||
)
|
||||
) or vector(0)
|
||||
@@ -391,9 +391,9 @@ data:
|
||||
max by (image) (
|
||||
version_checker_is_latest_version{
|
||||
container_type="container",
|
||||
image!~"(^|.*/)(busybox|redis|alpine)$",
|
||||
image!~"^longhornio/csi-",
|
||||
current_version!~"^sha256:"
|
||||
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql)$",
|
||||
image!~"^longhornio/csi-.*$",
|
||||
current_version!~"^sha256:.*$"
|
||||
}
|
||||
)
|
||||
) or vector(0)
|
||||
|
||||
Reference in New Issue
Block a user