Skip to content

Commit c678b89

Browse files
authored
Merge pull request #6295
[grafana]: fix management-portal account url
2 parents 6819806 + 68bd507 commit c678b89

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/radar-grafana/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 11.2.2-security-01
33
description: A Helm chart for Grafana dashboard used by RADAR-base
44
name: radar-grafana
5-
version: 0.1.2
5+
version: 0.1.3
66
home: https://radar-base.org
77
icon: http://radar-base.org/wp-content/uploads/2022/09/Logo_RADAR-Base-RGB.png
88
sources:

charts/radar-grafana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# radar-grafana
44
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/radar-grafana)](https://artifacthub.io/packages/helm/radar-base/radar-grafana)
55

6-
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.2.2-security-01](https://img.shields.io/badge/AppVersion-11.2.2--security--01-informational?style=flat-square)
6+
![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.2.2-security-01](https://img.shields.io/badge/AppVersion-11.2.2--security--01-informational?style=flat-square)
77

88
A Helm chart for Grafana dashboard used by RADAR-base
99

charts/radar-grafana/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ grafana:
107107
enabled: true
108108
auth_url: '{{ .Values.advertised_protocol }}://{{ .Values.server_name }}/managementportal/oauth/authorize'
109109
token_url: '{{ .Values.advertised_protocol }}://{{ .Values.server_name }}/managementportal/oauth/token'
110-
api_url: http://management-portal:8080/managementportal/api/account'
110+
api_url: http://management-portal:8080/managementportal/api/account
111111
client_id: grafana_dashboard
112112
# Fix for https://github.com/grafana/grafana/issues/70203#issuecomment-1798601871
113113
oauth_allow_insecure_email_lookup: true

0 commit comments

Comments
 (0)