Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Helm release grafana to v8.5.2 #245

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- upgrade grafana chart: 8.3.4 => 8.4.6
- upgrade grafana : 11.1.3 => 11.1.4
- upgrade grafana chart: 8.3.4 => 8.5.2
- upgrade grafana : 11.1.3 => 11.2.1

## [2.15.0] - 2024-08-19

Expand Down
6 changes: 3 additions & 3 deletions helm/grafana/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 8.4.6
digest: sha256:add08bd389faddebd4c32106d6ad91186c9240d13ebf74a92de498d6caccba66
generated: "2024-08-19T16:58:22.468969702Z"
version: 8.5.2
digest: sha256:10a1a2b44cb0a6955c3111c6cb9f7b702b4516628ebc038a4919b8b3ec24a1e2
generated: "2024-10-03T07:33:09.39692591Z"
4 changes: 2 additions & 2 deletions helm/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: grafana
version: 2.15.0
appVersion: 11.1.4
appVersion: 11.2.1
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
home: https://github.com/giantswarm/grafana-app
Expand All @@ -10,7 +10,7 @@ sources:
- https://github.com/grafana/helm-charts/tree/main/charts/grafana
dependencies:
- name: grafana
version: 8.4.6
version: 8.5.2
repository: https://grafana.github.io/helm-charts
maintainers:
- name: giantswarm/team-atlas
Expand Down