Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/kind-cats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading