We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1e7b3 commit 5b012c6Copy full SHA for 5b012c6
.github/workflows/integration-tests.yaml
@@ -19,7 +19,7 @@ env:
19
# renovate: datasource=github-releases depName=helm/helm
20
HELM_VERSION: v3.14.0
21
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
22
- KIND_VERSION: v0.21.0
+ KIND_VERSION: v0.22.0
23
KIND_CONFIG: .github/kind-config.yaml
24
# renovate: datasource=github-releases depName=cilium/cilium
25
CILIUM_VERSION: v1.15.0
@@ -44,7 +44,7 @@ jobs:
44
with:
45
version: ${{ env.HELM_VERSION }}
46
- name: Create kind cluster
47
- uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
+ uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0
48
49
version: ${{ env.KIND_VERSION }}
50
config: ${{ env.KIND_CONFIG }}
0 commit comments