Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump prometheus-alertmanager latest #3046

Closed
wants to merge 6 commits into from
Closed
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 licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ resources:
notice_path: NOTICE
ref: ${image_tag}
url: https://github.com/prometheus-operator/prometheus-operator
- container_image: quay.io/prometheus/alertmanager:v0.27.0
- container_image: quay.io/prometheus/alertmanager:v0.28.0
sources:
- license_path: LICENSE
notice_path: NOTICE
Expand Down
3 changes: 3 additions & 0 deletions services/kube-prometheus-stack/67.6.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ data:
requests:
cpu: 100m
memory: 200Mi
image:
repository: quay.io/prometheus/alertmanager
tag: v0.28.0
grafana:
enabled: true
defaultDashboardsEnabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ data:
docsLink: "https://prometheus.io/docs/alerting/alertmanager/"
# Alertmanager app version can be found at alertmanager.alertmanagerSpec.image,tag:
# https://github.com/mesosphere/charts/blob/master/staging/kube-prometheus-stack/values.yaml#L417
version: "0.27.0"
version: "0.28.0"
---
apiVersion: v1
kind: ConfigMap
Expand Down
2 changes: 1 addition & 1 deletion services/kube-prometheus-stack/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ overview: |-

- [Prometheus Documentation - Overview](https://prometheus.io/docs/introduction/overview/)

### Prometheus Alertmanager (v0.27.0)
### Prometheus Alertmanager (v0.28.0)
A Prometheus component that enables you to configure and manage alerts sent by the Prometheus server and to route them to notification, paging, and automation systems.

- [Prometheus Alertmanager Documentation - Overview](https://prometheus.io/docs/alerting/latest/alertmanager/)
Expand Down
Loading