From 8d05a4ac05610756e507e0f26581a554c40e3359 Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Tue, 26 Sep 2023 08:41:02 +0200 Subject: [PATCH] Fix: Grafana Agent Flow and Tempo sources (#542) * Fix: Grafana Agent Flow and Tempo sources Signed-off-by: Nicolas Lamirault * Fix: Grafana Agent Flow and Tempo sources Signed-off-by: Nicolas Lamirault --------- Signed-off-by: Nicolas Lamirault --- charts/grafana-agent-flow-mixin/Chart.yaml | 4 +++- charts/tempo-mixin/Chart.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/grafana-agent-flow-mixin/Chart.yaml b/charts/grafana-agent-flow-mixin/Chart.yaml index 39d5b582..5a7826af 100644 --- a/charts/grafana-agent-flow-mixin/Chart.yaml +++ b/charts/grafana-agent-flow-mixin/Chart.yaml @@ -21,7 +21,7 @@ description: A Helm chart for Grafana Agent Flow mixin home: https://charts.portefaix.xyz # icon: sources: - - https://github.com/nlamirault/portefaix-hub/tree/master/charts/grafana-agent-flow-mixin + - https://github.com/portefaix/portefaix-hub/tree/master/charts/grafana-agent-flow-mixin type: application keywords: - grafana-agent @@ -55,3 +55,5 @@ annotations: artifacthub.io/changes: | - kind: changed description: grafana-agent-flow-mixin v0.36.1 + - kind: fixed + description: Source of the repository \ No newline at end of file diff --git a/charts/tempo-mixin/Chart.yaml b/charts/tempo-mixin/Chart.yaml index 01702987..928ec440 100644 --- a/charts/tempo-mixin/Chart.yaml +++ b/charts/tempo-mixin/Chart.yaml @@ -22,7 +22,7 @@ type: application home: https://charts.portefaix.xyz icon: https://grafana.com/static/assets/img/logos/grafana-tempo.svg sources: - - https://github.com/nlamirault/portefaix-hub/tree/master/charts/tempo-mixin + - https://github.com/portefaix/portefaix-hub/tree/master/charts/tempo-mixin keywords: - tempo - monitoring-mixin @@ -53,3 +53,5 @@ annotations: artifacthub.io/changes: | - kind: fixed description: YAML indentation when additionalLabels are defined + - kind: fixed + description: Source of the repository \ No newline at end of file