From fb8c223a683ff375c8405a2324b507b69721c99c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:32:29 +0000 Subject: [PATCH] Update dependency helm/helm to v3.16.4 --- confbatstest/Dockerfile_build | 2 +- kyverno-cli/Dockerfile_build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/confbatstest/Dockerfile_build b/confbatstest/Dockerfile_build index 86b0524..8394112 100644 --- a/confbatstest/Dockerfile_build +++ b/confbatstest/Dockerfile_build @@ -6,7 +6,7 @@ RUN echo "konstraint" FROM registry.access.redhat.com/ubi9/ubi:9.5-1731517889@sha256:2bae9062eddbbc18e76555972e7026ffe02cef560a0076e6d7f72bed2c05723f AS builder # renovate: datasource=github-releases depName=helm/helm -ARG HELM_VERSION=v3.16.3 +ARG HELM_VERSION=v3.16.4 # renovate: datasource=github-releases depName=stedolan/jq ARG JQ_VERSION=1.6 # renovate: datasource=repology depName=homebrew/openshift-cli diff --git a/kyverno-cli/Dockerfile_build b/kyverno-cli/Dockerfile_build index 73de673..89a4194 100644 --- a/kyverno-cli/Dockerfile_build +++ b/kyverno-cli/Dockerfile_build @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.5-1731517889@sha256:2bae9062eddbbc18e76555972e7026ffe02cef560a0076e6d7f72bed2c05723f AS builder # renovate: datasource=github-releases depName=helm/helm -ARG HELM_VERSION=v3.16.3 +ARG HELM_VERSION=v3.16.4 # renovate: datasource=github-releases depName=stedolan/jq ARG JQ_VERSION=1.6 # renovate: datasource=repology depName=homebrew/openshift-cli