File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/content/installation/metrics
installers/metrics/ansible/roles/pgo-metrics/defaults Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
116116Additionally, these same settings can be utilized as needed to support custom image names,
117117tags, and additional container registries.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ prometheus_custom_config: ""
4545prometheus_install : " true"
4646prometheus_image_prefix : " prom"
4747prometheus_image_name : " prometheus"
48- prometheus_image_tag : " v2.26.0 "
48+ prometheus_image_tag : " v2.26.1 "
4949prometheus_port : " 9090"
5050prometheus_service_name : " crunchy-prometheus"
5151prometheus_service_type : " ClusterIP"
You can’t perform that action at this time.
0 commit comments