From 9409dd561c16cc672faa2bdec2294ffbf50520f7 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Fri, 21 Jun 2024 21:15:26 +0200 Subject: [PATCH] chore(deps): update dependency hairyhenderson/gomplate to v4 (#146) Reviewed-on: https://gitea.rknet.org/container/kube-tools/pulls/146 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index f9be514..a7154f1 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -21,7 +21,7 @@ ARG FLUX_LOCAL_VERSION ARG FLUX_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate -ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.8}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v4.0.0}" # renovate: datasource=github-releases depName=kubernetes/kubernetes ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.30.2}" # renovate: datasource=github-releases depName=mikefarah/yq