We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8c419 commit f41d424Copy full SHA for f41d424
.github/workflows/e2e.yaml
@@ -42,10 +42,10 @@ jobs:
42
restore-keys: |
43
${{ runner.os }}-buildx-ghcache-
44
- name: Setup Kubernetes
45
- uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
+ uses: helm/kind-action@b72c923563e6e80ea66e8e8c810798cc73e97e5e # main
46
with:
47
- version: v0.18.0
48
- node_image: kindest/node:v1.24.12@sha256:1e12918b8bc3d4253bc08f640a231bb0d3b2c5a9b28aa3f2ca1aee93e1e8db16
+ version: v0.29.0
+ node_image: kindest/node:v1.32.5@sha256:5d5a4d793d2a3d9727013b8b0cf6c95008c71abeb547759a273ef27e9c564984
49
cluster_name: kind
50
- name: Setup Kustomize
51
uses: fluxcd/pkg/actions/kustomize@30c101fc7c9fac4d84937ff4890a3da46a9db2dd # main
0 commit comments