Skip to content

Commit b0705d8

Browse files
chore(deps): update dependency helmfile/helmfile to v1.5.3
1 parent 23c66a5 commit b0705d8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/kind-cats.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# renovate: dataSource=github-releases depName=kubernetes-sigs/kind
4949
KIND_VERSION: "0.31.0"
5050
# renovate: dataSource=github-releases depName=helmfile/helmfile
51-
HELMFILE_VERSION: "1.5.2"
51+
HELMFILE_VERSION: "1.5.3"
5252
- name: Run make up
5353
if: steps.check_changes.outputs.skip != 'true'
5454
run: |

.github/workflows/kind-smoke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# renovate: dataSource=github-releases depName=kubernetes-sigs/kind
6363
KIND_VERSION: "0.31.0"
6464
# renovate: dataSource=github-releases depName=helmfile/helmfile
65-
HELMFILE_VERSION: "1.5.2"
65+
HELMFILE_VERSION: "1.5.3"
6666
- name: Run make up (default)
6767
if: steps.check_changes.outputs.skip != 'true' && github.event_name == 'pull_request'
6868
run: make up

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LOCAL = true
22
TARGET_ARCH ?= $(if $(filter true,$(LOCAL)),$(shell go env GOARCH),amd64)
33
# renovate: dataSource=github-releases depName=helmfile/helmfile
4-
HELMFILE_VERSION ?= "1.5.2"
4+
HELMFILE_VERSION ?= "1.5.3"
55

66
init: temp/certs/ca.key temp/certs/ca.crt temp/certs/ssh_key temp/certs/ssh_key.pub temp/secrets.sh temp/secrets.env
77

0 commit comments

Comments
 (0)