Skip to content

Commit a7cdbac

Browse files
authored
migrate upstream helm chart to grafana-community (#420)
Co-authored-by: Herve Nicol <12008875+hervenicol@users.noreply.github.com>
1 parent 509f158 commit a7cdbac

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.circleci/ct-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
chart-repos:
3-
- grafana=https://grafana.github.io/helm-charts
3+
- grafana=https://grafana-community.github.io/helm-charts

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- migrated upstream helm chart to grafana-community
13+
1014
## [2.30.0] - 2026-02-12
1115

1216
### Changed

helm/grafana/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: grafana
3-
repository: https://grafana.github.io/helm-charts
3+
repository: https://grafana-community.github.io/helm-charts
44
version: 10.5.15
55
- name: pg-cluster-recovery-test
66
repository: https://giantswarm.github.io/giantswarm-catalog
77
version: 0.3.1
8-
digest: sha256:7401864f7aae4532b02ccb7edcedd552ad2fd9077935f70aaf0f6e90aad0032d
9-
generated: "2026-02-12T15:30:05.131605293Z"
8+
digest: sha256:3112621188710fde426898fcc5664a4ed0fcd31197ea407c833bc72a1eea293f
9+
generated: "2026-02-20T12:29:13.888614794+01:00"

helm/grafana/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ description: The leading tool for querying and visualizing time series and metri
77
home: https://github.com/giantswarm/grafana-app
88
icon: https://s.giantswarm.io/app-icons/grafana/1/light.svg
99
sources:
10-
- https://github.com/grafana/helm-charts/tree/main/charts/grafana
10+
- https://github.com/grafana-community/helm-charts/tree/main/charts/grafana
1111
dependencies:
1212
- name: grafana
1313
version: 10.5.15
14-
repository: https://grafana.github.io/helm-charts
14+
repository: https://grafana-community.github.io/helm-charts
1515
- name: pg-cluster-recovery-test
1616
version: 0.3.1
1717
repository: https://giantswarm.github.io/giantswarm-catalog

0 commit comments

Comments
 (0)