more tweaks
This commit is contained in:
@@ -349,10 +349,12 @@ 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|ingress-nginx)?$",
|
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)?$",
|
||||||
image!~"^longhornio.*$",
|
image!~"^longhornio.*$",
|
||||||
image!~"(^|.*/)postgres.*$",
|
image!~"(^|.*/)postgres.*$",
|
||||||
current_version!~"(^sha256:|@sha256:)"
|
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$"
|
||||||
|
current_version!~".*sha256:.*",
|
||||||
|
latest_version!~".*sha256:.*"
|
||||||
} == 0
|
} == 0
|
||||||
)
|
)
|
||||||
subrequests:
|
subrequests:
|
||||||
@@ -364,10 +366,12 @@ 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|ingress-nginx)?$",
|
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)?$",
|
||||||
image!~"^longhornio.*$",
|
image!~"^longhornio.*$",
|
||||||
image!~"(^|.*/)postgres.*$",
|
image!~"(^|.*/)postgres.*$",
|
||||||
current_version!~"(^sha256:|@sha256:)"
|
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$"
|
||||||
|
current_version!~".*sha256:.*",
|
||||||
|
latest_version!~".*sha256:.*"
|
||||||
} == 1
|
} == 1
|
||||||
)
|
)
|
||||||
) or vector(0)
|
) or vector(0)
|
||||||
@@ -379,10 +383,12 @@ 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|ingress-nginx)?$",
|
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)?$",
|
||||||
image!~"^longhornio.*$",
|
image!~"^longhornio.*$",
|
||||||
image!~"(^|.*/)postgres.*$",
|
image!~"(^|.*/)postgres.*$",
|
||||||
current_version!~"(^sha256:|@sha256:)"
|
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$"
|
||||||
|
current_version!~".*sha256:.*",
|
||||||
|
latest_version!~".*sha256:.*"
|
||||||
} == 0
|
} == 0
|
||||||
)
|
)
|
||||||
) or vector(0)
|
) or vector(0)
|
||||||
@@ -394,10 +400,12 @@ 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|ingress-nginx)?$",
|
image!~"(^|.*/)(busybox|redis|alpine|nginx|mariadb|mysql|valkey)?$",
|
||||||
image!~"^longhornio.*$",
|
image!~"^longhornio.*$",
|
||||||
image!~"(^|.*/)postgres.*$",
|
image!~"(^|.*/)postgres.*$",
|
||||||
current_version!~"(^sha256:|@sha256:)"
|
image!~"^registry\\.k8s\\.io/ingress-nginx/.*$"
|
||||||
|
current_version!~".*sha256:.*",
|
||||||
|
latest_version!~".*sha256:.*"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
) or vector(0)
|
) or vector(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user