diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 841ab5357..25b725fc6 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.19.4 + HELM_VERSION: v3.19.5 # renovate: datasource=github-releases depName=kubernetes-sigs/kind KIND_VERSION: v0.31.0 KIND_CONFIG: .github/kind-config.yaml # renovate: datasource=github-releases depName=cilium/cilium - CILIUM_VERSION: v1.18.5 + CILIUM_VERSION: v1.18.6 CILIUM_VALUES: .github/cilium-values.yaml jobs: