Skip to content

Commit 4333c74

Browse files
author
Jonathan S. Katz
committed
Bump Prometheus to v2.26.1
1 parent 4e04a6d commit 4333c74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/installation/metrics/metrics-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ and tag as needed to use the RedHat certified containers:
111111
| `grafana_image_tag` | 7.4.5 | **Required** | Configures the image tag to use for the Grafana container. |
112112
| `prometheus_image_prefix` | prom | **Required** | Configures the image prefix to use for the Prometheus container. |
113113
| `prometheus_image_name` | promtheus | **Required** | Configures the image name to use for the Prometheus container. |
114-
| `prometheus_image_tag` | v2.26.0 | **Required** | Configures the image tag to use for the Prometheus container. |
114+
| `prometheus_image_tag` | v2.26.1 | **Required** | Configures the image tag to use for the Prometheus container. |
115115

116116
Additionally, these same settings can be utilized as needed to support custom image names,
117117
tags, and additional container registries.

installers/metrics/ansible/roles/pgo-metrics/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ prometheus_custom_config: ""
4545
prometheus_install: "true"
4646
prometheus_image_prefix: "prom"
4747
prometheus_image_name: "prometheus"
48-
prometheus_image_tag: "v2.26.0"
48+
prometheus_image_tag: "v2.26.1"
4949
prometheus_port: "9090"
5050
prometheus_service_name: "crunchy-prometheus"
5151
prometheus_service_type: "ClusterIP"

0 commit comments

Comments
 (0)