We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650e07a commit 537e3bdCopy full SHA for 537e3bd
.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.17.1
+ HELM_VERSION: v3.17.2
21
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
22
KIND_VERSION: v0.27.0
23
KIND_CONFIG: .github/kind-config.yaml
24
# renovate: datasource=github-releases depName=cilium/cilium
25
- CILIUM_VERSION: v1.17.1
+ CILIUM_VERSION: v1.17.2
26
CILIUM_VALUES: .github/cilium-values.yaml
27
28
jobs:
0 commit comments