From 0a7dca9131424a7968b321a9bf7b14fd71420286 Mon Sep 17 00:00:00 2001 From: ard-wg-k8s-gitbot Date: Fri, 22 May 2026 05:51:14 +0000 Subject: [PATCH] chore(deps): update dependency helmfile/helmfile to v1.5.2 --- .github/workflows/kind-cats.yaml | 2 +- .github/workflows/kind-smoke.yaml | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kind-cats.yaml b/.github/workflows/kind-cats.yaml index edbded0..ae89ea3 100644 --- a/.github/workflows/kind-cats.yaml +++ b/.github/workflows/kind-cats.yaml @@ -48,7 +48,7 @@ jobs: # renovate: dataSource=github-releases depName=kubernetes-sigs/kind KIND_VERSION: "0.31.0" # renovate: dataSource=github-releases depName=helmfile/helmfile - HELMFILE_VERSION: "1.5.1" + HELMFILE_VERSION: "1.5.2" - name: Run make up if: steps.check_changes.outputs.skip != 'true' run: | diff --git a/.github/workflows/kind-smoke.yaml b/.github/workflows/kind-smoke.yaml index 7d0d808..4f9c414 100644 --- a/.github/workflows/kind-smoke.yaml +++ b/.github/workflows/kind-smoke.yaml @@ -62,7 +62,7 @@ jobs: # renovate: dataSource=github-releases depName=kubernetes-sigs/kind KIND_VERSION: "0.31.0" # renovate: dataSource=github-releases depName=helmfile/helmfile - HELMFILE_VERSION: "1.5.1" + HELMFILE_VERSION: "1.5.2" - name: Run make up (default) if: steps.check_changes.outputs.skip != 'true' && github.event_name == 'pull_request' run: make up diff --git a/Makefile b/Makefile index aabeccd..688c943 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ LOCAL = true TARGET_ARCH ?= $(if $(filter true,$(LOCAL)),$(shell go env GOARCH),amd64) # renovate: dataSource=github-releases depName=helmfile/helmfile -HELMFILE_VERSION ?= "1.5.1" +HELMFILE_VERSION ?= "1.5.2" init: temp/certs/ca.key temp/certs/ca.crt temp/certs/ssh_key temp/certs/ssh_key.pub temp/secrets.sh temp/secrets.env