Skip to content
Merged
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 @@ -46,7 +46,7 @@ jobs:
# renovate: dataSource=github-releases depName=cloudfoundry/cli
CF_CLI_VERSION: "8.18.3"
# renovate: dataSource=github-releases depName=kubernetes-sigs/kind
KIND_VERSION: "0.31.0"
KIND_VERSION: "0.32.0"
# renovate: dataSource=github-releases depName=helmfile/helmfile
HELMFILE_VERSION: "1.5.2"
- name: Run make up
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 @@ -60,7 +60,7 @@ jobs:
# renovate: dataSource=github-releases depName=cloudfoundry/cli
CF_CLI_VERSION: "8.18.3"
# renovate: dataSource=github-releases depName=kubernetes-sigs/kind
KIND_VERSION: "0.31.0"
KIND_VERSION: "0.32.0"
# renovate: dataSource=github-releases depName=helmfile/helmfile
HELMFILE_VERSION: "1.5.2"
- name: Run make up (default)
Expand Down
Loading