From 0c6569f6df57d3cb69ceda85e8cb1ab568b4fd71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 09:28:44 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from 9.7 to 9.8 in /images/helm-operator Bumps ubi9/ubi-minimal from 9.7 to 9.8. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '9.8' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- images/helm-operator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/helm-operator/Dockerfile b/images/helm-operator/Dockerfile index eaf1401abe..486fead8c7 100644 --- a/images/helm-operator/Dockerfile +++ b/images/helm-operator/Dockerfile @@ -17,7 +17,7 @@ COPY . . RUN GOOS=linux GOARCH=$TARGETARCH make build/helm-operator # Final image. -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8 ENV HOME=/opt/helm \ USER_NAME=helm \