Skip to content

Commit b14f1a7

Browse files
authored
Merge pull request #696 from stackhpc/upstream/2023.1-2025-03-31
Synchronise 2023.1 with upstream
2 parents 547b85a + 1074fd3 commit b14f1a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ansible/roles/grafana/templates/prometheus.yaml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ datasources:
1010
basicAuthPassword: "{{ prometheus_grafana_password }}"
1111
orgId: 1
1212
url: {{ grafana_prometheus_url }}
13-
version: 1
1413
jsonData:
1514
timeInterval: {{ prometheus_scrape_interval }}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue with Grafana datasource updates by removing hardcoded
5+
version number. This ensures proper datasource configuration updates.
6+
`LP#[2096664] <https://launchpad.net/bugs/2096664>`__

0 commit comments

Comments
 (0)