diff --git a/.github/workflows/pull.yaml b/.github/workflows/pull.yaml index c93337157..57bc8db11 100644 --- a/.github/workflows/pull.yaml +++ b/.github/workflows/pull.yaml @@ -29,7 +29,7 @@ jobs: HELM_VERSION=v3.13.3 # https://github.com/helmfile/helmfile/releases # renovate: datasource=github-releases depName=helmfile/helmfile - HELMFILE_VERSION=v0.159.0 + HELMFILE_VERSION=v0.160.0 # Install Helm curl -SL https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz | tar -xz linux-amd64/helm && mv linux-amd64/helm /usr/local/bin/ # Install Kustomize diff --git a/Dockerfile b/Dockerfile index 493817d45..04aa1851e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ARG KUSTOMIZE_VERSION=5.3.0 ARG HELM_VERSION=v3.13.3 # https://github.com/helmfile/helmfile/releases # renovate: datasource=github-releases depName=helmfile/helmfile -ARG HELMFILE_VERSION=v0.159.0 +ARG HELMFILE_VERSION=v0.160.0 ARG LOVELY_VERSION