diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 6b265ffd7..2c1d4e2fa 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -17,12 +17,12 @@ concurrency: env: # renovate: datasource=github-releases depName=helm/helm - HELM_VERSION: v3.15.3 + HELM_VERSION: v3.15.4 # renovate: datasource=github-releases depName=kubernetes-sigs/kind KIND_VERSION: v0.24.0 KIND_CONFIG: .github/kind-config.yaml # renovate: datasource=github-releases depName=cilium/cilium - CILIUM_VERSION: v1.16.0 + CILIUM_VERSION: v1.16.1 CILIUM_VALUES: .github/cilium-values.yaml jobs: