From 8135f15a6d3052456cce8be7e63e1eee8d6ee43a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:54:58 +0000 Subject: [PATCH] chore(deps): update dependency helmfile/helmfile to v0.169.1 --- .github/workflows/pull.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull.yaml b/.github/workflows/pull.yaml index 4e89f95f4..4e4017b6d 100644 --- a/.github/workflows/pull.yaml +++ b/.github/workflows/pull.yaml @@ -29,7 +29,7 @@ jobs: HELM_VERSION=v3.16.2 # https://github.com/helmfile/helmfile/releases # renovate: datasource=github-releases depName=helmfile/helmfile - HELMFILE_VERSION=v0.169.0 + HELMFILE_VERSION=v0.169.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 eeb1c542c..a99e463c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ARG KUSTOMIZE_VERSION=5.5.0 ARG HELM_VERSION=v3.16.2 # https://github.com/helmfile/helmfile/releases # renovate: datasource=github-releases depName=helmfile/helmfile -ARG HELMFILE_VERSION=v0.169.0 +ARG HELMFILE_VERSION=v0.169.1 ARG LOVELY_VERSION