diff --git a/.github/workflows/pull.yaml b/.github/workflows/pull.yaml index 29f9d8883..1d89e6fc1 100644 --- a/.github/workflows/pull.yaml +++ b/.github/workflows/pull.yaml @@ -29,7 +29,7 @@ jobs: HELM_VERSION=v3.17.0 # https://github.com/helmfile/helmfile/releases # renovate: datasource=github-releases depName=helmfile/helmfile - HELMFILE_VERSION=v0.170.0 + HELMFILE_VERSION=v0.170.1 # 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 6f159d295..bb765fabc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ARG KUSTOMIZE_VERSION=5.6.0 ARG HELM_VERSION=v3.17.0 # https://github.com/helmfile/helmfile/releases # renovate: datasource=github-releases depName=helmfile/helmfile -ARG HELMFILE_VERSION=v0.170.0 +ARG HELMFILE_VERSION=v0.170.1 ARG LOVELY_VERSION