Skip to content

Commit

Permalink
renovate: update run-e2e-tests binaries
Browse files Browse the repository at this point in the history
Also update the versions along.

Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Feb 19, 2025
1 parent f6a3604 commit 8806c88
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/run-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ concurrency:

env:
clusterName: tetragon-ci
ciliumCliVersion: v0.15.0

jobs:
prepare:
Expand Down Expand Up @@ -92,10 +91,14 @@ jobs:
- name: Install kubectl, kind and cilium CLI
uses: alexellis/arkade-get@master
with:
kubectl: latest
helm: v3.12.1
kind: v0.20.0
cilium: ${{ env.ciliumCliVersion }}
# renovate: datasource=github-releases depName=kubernetes/kubernetes
kubectl: v1.32.2
# renovate: datasource=github-releases depName=helm/helm
helm: v3.17.1
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
kind: v0.27.0
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium: v0.16.24
print-summary: false

- name: Pull Tetragon Images
Expand Down

0 comments on commit 8806c88

Please sign in to comment.