Skip to content

Commit

Permalink
chore(deps): update kindest/node docker tag to v1.29.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 8efcc9c commit e1bb5b6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/ginkgo/main-k8s-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include:
- k8s-version: "1.29"
ip-family: "dual"
# renovate: datasource=docker
kube-image: "kindest/node:v1.29.1@sha256:0c06baa545c3bb3fbd4828eb49b8b805f6788e18ce67bff34706ffa91866558b"
kube-image: "kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245"
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: "bpf-next-20240215.093821@sha256:2fe708fb2ad623daa7a699a302c6e75e6847050909dd87017204f08a7401d4a0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-clustermesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ env:
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
kind_version: v0.22.0
# renovate: datasource=docker depName=kindest/node
k8s_version: v1.29.1
k8s_version: v1.29.2
cilium_cli_ci_version:
CILIUM_CLI_MODE: helm
clusterName1: cluster1-${{ github.run_id }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
cilium_cli_ci_version:
CILIUM_CLI_MODE: helm
# renovate: datasource=docker depName=kindest/node
k8s_version: v1.29.1
k8s_version: v1.29.2

jobs:
kubernetes-e2e-net-conformance:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-k8s-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
cilium_cli_ci_version:
CILIUM_CLI_MODE: helm
# renovate: datasource=docker depName=kindest/node
k8s_version: v1.29.1
k8s_version: v1.29.2

jobs:
kubernetes-e2e:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-clustermesh-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ env:
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
kind_version: v0.22.0
# renovate: datasource=docker depName=kindest/node
k8s_version: v1.29.1
k8s_version: v1.29.2
cilium_cli_ci_version:

clusterName1: cluster1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-ipsec-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ env:
cilium_cli_ci_version:
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
# renovate: datasource=docker depName=kindest/node
k8s_version: v1.29.1
k8s_version: v1.29.2

jobs:
commit-status-start:
Expand Down

0 comments on commit e1bb5b6

Please sign in to comment.