mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 06:45:27 +01:00
Bump Alertmanager image to 0.15.1 (#1695)
* Bump alertmanager image to v0.15.1 * Bump kube-prometheus * Bump alertmanager on kube-prometheus values
This commit is contained in:
committed by
Giancarlo Rubio
parent
cc98874a6d
commit
f1bae298ed
@@ -8,8 +8,8 @@ name: alertmanager
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
- https://github.com/prometheus/alertmanager
|
||||
version: 0.1.5
|
||||
appVersion: "0.14.0"
|
||||
version: 0.1.6
|
||||
appVersion: "0.15.1"
|
||||
home: https://github.com/prometheus/alertmanager
|
||||
keywords:
|
||||
- alertmanager
|
||||
|
||||
@@ -64,7 +64,7 @@ additionalRulesLabels: {}
|
||||
##
|
||||
image:
|
||||
repository: quay.io/prometheus/alertmanager
|
||||
tag: v0.14.0
|
||||
tag: v0.15.1
|
||||
|
||||
## Labels to be added to the Alertmanager
|
||||
##
|
||||
|
||||
@@ -7,4 +7,4 @@ maintainers:
|
||||
name: kube-prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.103
|
||||
version: 0.0.104
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: alertmanager
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
#e2e-repository: file://../alertmanager
|
||||
repository: https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/
|
||||
condition: deployAlertManager
|
||||
|
||||
@@ -57,7 +57,7 @@ alertmanager:
|
||||
##
|
||||
image:
|
||||
repository: quay.io/prometheus/alertmanager
|
||||
tag: v0.14.0
|
||||
tag: v0.15.1
|
||||
|
||||
ingress:
|
||||
## If true, Alertmanager Ingress will be created
|
||||
|
||||
Reference in New Issue
Block a user