tweaked filters
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user