From 107c2b0c779de85cf6631c3c9e983b508f665da7 Mon Sep 17 00:00:00 2001 From: Tim Horner Date: Wed, 20 Mar 2024 16:00:38 -0400 Subject: [PATCH] chore: Bump helm-operator to v1.34 Signed-off-by: Tim Horner --- scripts/add-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/add-release.sh b/scripts/add-release.sh index 6d92bcf..69de73c 100755 --- a/scripts/add-release.sh +++ b/scripts/add-release.sh @@ -68,7 +68,7 @@ cat > "${operator_dir}/Dockerfile" << EOF # Copyright 2017-2021 Authors of Cilium # SPDX-License-Identifier: Apache-2.0 -FROM quay.io/operator-framework/helm-operator:v1.33 +FROM quay.io/operator-framework/helm-operator:v1.34 # This make the build time-variant, but there is not easy # way around this yet, as the helm-operator image does