Merge "Fix Grafana datasource update"

This commit is contained in:
Zuul 2025-02-06 12:06:17 +00:00 committed by Gerrit Code Review
commit 401b2b347e
2 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,5 @@ datasources:
basicAuthPassword: "{{ prometheus_grafana_password }}"
orgId: 1
url: {{ grafana_prometheus_url }}
version: 1
jsonData:
timeInterval: {{ prometheus_scrape_interval }}

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue with Grafana datasource updates by removing hardcoded
version number. This ensures proper datasource configuration updates.
`LP#[2096664] <https://launchpad.net/bugs/2096664>`__