From cebc71edede0e1ef706882bf695bcf496fff7af2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Jun 2026 18:59:39 +0000 Subject: [PATCH 1/2] chore(deps): update docker.io/curlimages/curl docker tag to v8.20.0 --- helm/silencer/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/silencer/values.yaml b/helm/silencer/values.yaml index 923b295..2fca4e6 100644 --- a/helm/silencer/values.yaml +++ b/helm/silencer/values.yaml @@ -279,5 +279,5 @@ tests: enabled: true image: repository: docker.io/curlimages/curl - tag: 8.16.0 + tag: 8.20.0 pullPolicy: IfNotPresent From d8cd47209124d0b245f84dfa042e719bdb9caf29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 19:00:01 +0000 Subject: [PATCH 2/2] chore: regenerate helm-docs README [skip ci] --- helm/silencer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/silencer/README.md b/helm/silencer/README.md index 6ea7c8e..e28a271 100644 --- a/helm/silencer/README.md +++ b/helm/silencer/README.md @@ -183,7 +183,7 @@ Kubernetes: `>=1.29.0-0` | tests.enabled | bool | `true` | Enable rendering of the test pod. | | tests.image.pullPolicy | string | `"IfNotPresent"` | | | tests.image.repository | string | `"docker.io/curlimages/curl"` | | -| tests.image.tag | string | `"8.16.0"` | | +| tests.image.tag | string | `"8.20.0"` | | | tolerations | list | `[]` | Pod tolerations. | | topologySpreadConstraints | list | `[]` | Pod topology spread constraints. | | updateStrategy | object | `{"type":"Recreate"}` | Deployment update strategy. `Recreate` avoids two pods holding Socket Mode connections during a rollout, which is the safest default for single-replica socket-mode bots. |