diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 0556930..06fb89a 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -23,7 +23,7 @@ ARG FLUX_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.7}" # renovate: datasource=github-releases depName=kubernetes/kubernetes -ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.29.4}" +ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.30.0}" # renovate: datasource=github-releases depName=mikefarah/yq ENV YQ_VERSION="${YQ_VERSION:-v4.43.1}" # renovate: datasource=github-releases depName=helm/helm