Skip to content

Commit

Permalink
[Grafana] Disable grafana analytics (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg authored Jan 11, 2024
1 parent f409eb7 commit 5782078
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions stable/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 5.1.0
version: 5.1.1
appVersion: 6.5.2
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand All @@ -9,5 +9,5 @@ icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_t
sources:
- https://github.com/grafana/grafana
maintainers:
- name: hedingber
email: hedii@iguazio.com
- name: liranb
email: liranb@iguazio.com
6 changes: 5 additions & 1 deletion stable/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,11 @@ grafana.ini:
plugins: /var/lib/grafana/plugins
provisioning: /etc/grafana/provisioning
analytics:
check_for_updates: true
enabled: false
reporting_enabled: false
check_for_updates: false
check_for_plugin_updates: false
feedback_links_enabled: false
log:
mode: console
grafana_net:
Expand Down

0 comments on commit 5782078

Please sign in to comment.