Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/silencer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion helm/silencer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,5 @@ tests:
enabled: true
image:
repository: docker.io/curlimages/curl
tag: 8.16.0
tag: 8.20.0
pullPolicy: IfNotPresent