From 1e0014dc7e1becd1b6f9c40b7a9e1b3bf1c55504 Mon Sep 17 00:00:00 2001 From: junya koyama Date: Tue, 16 Jan 2024 22:32:39 +0900 Subject: [PATCH] [grafana] fix Chart.yaml - fix incorrect license #2882 Signed-off-by: junya koyama --- charts/grafana/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/grafana/Chart.yaml b/charts/grafana/Chart.yaml index 0069f17158..7b045e6e35 100644 --- a/charts/grafana/Chart.yaml +++ b/charts/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: grafana -version: 7.2.1 +version: 7.2.2 appVersion: 10.2.3 kubeVersion: "^1.8.0-0" description: The leading tool for querying and visualizing time series and metrics. @@ -10,7 +10,7 @@ sources: - https://github.com/grafana/grafana - https://github.com/grafana/helm-charts annotations: - "artifacthub.io/license": AGPL-3.0-only + "artifacthub.io/license": Apache-2.0 "artifacthub.io/links": | - name: Chart Source url: https://github.com/grafana/helm-charts