We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96d96d commit e959078Copy full SHA for e959078
.github/workflows/integration-tests.yaml
@@ -17,12 +17,12 @@ concurrency:
17
18
env:
19
# renovate: datasource=github-releases depName=helm/helm
20
- HELM_VERSION: v3.18.4
+ HELM_VERSION: v3.18.6
21
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
22
KIND_VERSION: v0.29.0
23
KIND_CONFIG: .github/kind-config.yaml
24
# renovate: datasource=github-releases depName=cilium/cilium
25
- CILIUM_VERSION: v1.18.0
+ CILIUM_VERSION: v1.18.1
26
CILIUM_VALUES: .github/cilium-values.yaml
27
28
jobs:
0 commit comments