Skip to content

Commit

Permalink
Bump alertmanager version (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv authored Sep 27, 2024
1 parent 681b7b7 commit 9b995e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/signoz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The following table lists the configurable parameters of the `signoz` chart and
| `alertmanager.name` | Alertmanager component name | `alertmanager` |
| `alertmanager.image.registry` | Alertmanager image registry name | `docker.io` |
| `alertmanager.image.repository` | Container image name | `signoz/alertmanager` |
| `alertmanager.image.tag` | Container image tag | `0.23.5` |
| `alertmanager.image.tag` | Container image tag | `0.23.7` |
| `alertmanager.image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `alertmanager.replicaCount` | Number of Alertmanager nodes | `1` |
| `alertmanager.command` | Set container command to execute | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/signoz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ alertmanager:
repository: signoz/alertmanager
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.23.5
tag: 0.23.7

# -- Image Registry Secret Names for Alertmanager
# If set, this has higher precedence than the root level or global value of imagePullSecrets.
Expand Down

0 comments on commit 9b995e1

Please sign in to comment.