Skip to content

Commit

Permalink
[stable/prometheus-operator]: upgrade alertmanager (helm#17084)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 authored and kengou committed Sep 18, 2019
1 parent 38dd508 commit 384638a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/prometheus-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: prometheus-operator
sources:
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 6.10.0
version: 6.11.0
appVersion: 0.32.0
home: https://github.com/coreos/prometheus-operator
keywords:
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ The following tables list the configurable parameters of the prometheus-operator
| `alertmanager.alertmanagerSpec.containers` | Containers allows injecting additional containers. This is meant to allow adding an authentication proxy to an Alertmanager pod. | `[]` |
| `alertmanager.alertmanagerSpec.externalUrl` | The external URL the Alertmanager instances will be available under. This is necessary to generate correct URLs. This is necessary if Alertmanager is not served from root of a DNS name. | `""` |
| `alertmanager.alertmanagerSpec.image.repository` | Base image that is used to deploy pods, without tag. | `quay.io/prometheus/alertmanager` |
| `alertmanager.alertmanagerSpec.image.tag` | Tag of Alertmanager container image to be deployed. | `v0.17.0` |
| `alertmanager.alertmanagerSpec.image.tag` | Tag of Alertmanager container image to be deployed. | `v0.19.0` |
| `alertmanager.alertmanagerSpec.listenLocal` | ListenLocal makes the Alertmanager server listen on loopback, so that it does not bind against the Pod IP. Note this is only for the Alertmanager UI, not the gossip communication. | `false` |
| `alertmanager.alertmanagerSpec.logFormat` | Log format for Alertmanager to be configured with. | `logfmt` |
| `alertmanager.alertmanagerSpec.logLevel` | Log level for Alertmanager to be configured with. | `info` |
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-operator/ci/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ alertmanager:
##
image:
repository: quay.io/prometheus/alertmanager
tag: v0.17.0
tag: v0.19.0

## If true then the user will be responsible to provide a secret with alertmanager configuration
## So when true the config part will be ignored (including templateFiles) and the one in the secret will be used
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ alertmanager:
##
image:
repository: quay.io/prometheus/alertmanager
tag: v0.17.0
tag: v0.19.0

## If true then the user will be responsible to provide a secret with alertmanager configuration
## So when true the config part will be ignored (including templateFiles) and the one in the secret will be used
Expand Down

0 comments on commit 384638a

Please sign in to comment.