From 5edc33f114ae2564ec17c5ee4a5c40b40c796e14 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 8 Jul 2024 12:00:52 +0200 Subject: [PATCH] chore(deps): update dependency hairyhenderson/gomplate to v4.1.0 (#151) Reviewed-on: https://gitea.rknet.org/container/kube-tools/pulls/151 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 4b2c441..b56f35b 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:-v4.0.1}" +ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v4.1.0}" # renovate: datasource=github-releases depName=kubernetes/kubernetes ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.30.2}" # renovate: datasource=github-releases depName=mikefarah/yq