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 grafana to working version #153

Merged
merged 1 commit into from
Jul 4, 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
8 changes: 4 additions & 4 deletions src/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ dependencies:
version: 0.2.0
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.11.0
version: 8.3.1
- name: influxdb
repository: https://helm.influxdata.com/
version: 4.12.5
- name: telegraf
repository: https://helm.influxdata.com/
version: 1.8.49
digest: sha256:4be5d85d6be313d500d056175ec59ea3841a05fedb8c43c3ea88897bfa87fcba
generated: "2024-06-25T14:45:14.721432964+02:00"
version: 1.8.50
digest: sha256:ecb6011017a1b0af172fc15c51069991dfb3137e412a21a802e03f58ce1b2c95
generated: "2024-07-04T12:55:33.281222+02:00"
3 changes: 1 addition & 2 deletions src/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ dependencies:
repository: "@riskfocus"
condition: flink.enabled
- name: grafana
# Grafana has changed its license after v7.5 - 6.11.0 is its helm version
version: 6.11.0
version: 8.3.1
repository: "@grafana"
condition: grafana.enabled
- name: influxdb
Expand Down
Loading