diff --git a/ansible/roles/grafana/templates/prometheus.yaml.j2 b/ansible/roles/grafana/templates/prometheus.yaml.j2 index 5615638fb5..1716d88a6b 100644 --- a/ansible/roles/grafana/templates/prometheus.yaml.j2 +++ b/ansible/roles/grafana/templates/prometheus.yaml.j2 @@ -10,6 +10,5 @@ datasources: basicAuthPassword: "{{ prometheus_grafana_password }}" orgId: 1 url: {{ grafana_prometheus_url }} - version: 1 jsonData: timeInterval: {{ prometheus_scrape_interval }} diff --git a/releasenotes/notes/grafana_update_datasources-706e3cdc964c5272.yaml b/releasenotes/notes/grafana_update_datasources-706e3cdc964c5272.yaml new file mode 100644 index 0000000000..e797e3c688 --- /dev/null +++ b/releasenotes/notes/grafana_update_datasources-706e3cdc964c5272.yaml @@ -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] `__