From 676830c7527aa387b6aab432ac6587309be83825 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 04:20:01 +0000 Subject: [PATCH] chore(deps): update quay.io/konflux-ci/yq docker digest to 2e7d0e2 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.bundle b/Dockerfile.bundle index 3e788c8a..a2744c2a 100644 --- a/Dockerfile.bundle +++ b/Dockerfile.bundle @@ -13,7 +13,7 @@ COPY /observability-operator/LICENSE LICENSE COPY /bundle-patches/render_templates . # Get yq from konflux CI -FROM quay.io/konflux-ci/yq@sha256:9264d52ac6d69bfe92617f309466a0c531990a4c07e63fe73748f44a42e0d1d2 AS parser +FROM quay.io/konflux-ci/yq@sha256:2e7d0e277f98c1f3c891dc1cbd05ed1b14fd9c8cf93582f05a65656dfbe31138 AS parser # Run template rendering FROM builder as final