Skip to content

Commit

Permalink
fix: disables telemetry transmission for Grafana (#1538)
Browse files Browse the repository at this point in the history
* fix: disables telemetry transmission for Grafana
* fix: disables telemetry on all additional Grafana instances
* fix: disables auto-update on all Grafana instances
  • Loading branch information
tillt authored Sep 2, 2023
1 parent 7303669 commit b197fe6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/centralized-grafana/48.3.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ data:
allow_loading_unsigned_plugins: "grafana-piechart-panel"
dashboards:
default_home_dashboard_path: "/tmp/dashboards/global-overview.json"
analytics:
reporting_enabled: false
check_for_updates: false
datasources:
datasources.yaml:
Expand Down
3 changes: 3 additions & 0 deletions services/grafana-logging/6.58.6/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ data:
auto_assign_org_role: Admin
plugins:
allow_loading_unsigned_plugins: "grafana-piechart-panel"
analytics:
reporting_enabled: false
check_for_updates: false
service:
type: ClusterIP
Expand Down
4 changes: 4 additions & 0 deletions services/kube-prometheus-stack/48.3.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,10 @@ data:
allow_loading_unsigned_plugins: "grafana-piechart-panel"
dashboards:
default_home_dashboard_path: "/tmp/dashboards/k8s-resources-cluster.json"
analytics:
reporting_enabled: false
check_for_updates: false
service:
type: ClusterIP
port: 3000
Expand Down
3 changes: 3 additions & 0 deletions services/kubecost/0.35.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ data:
enabled: false
users:
auto_assign_org_role: Admin
analytics:
reporting_enabled: false
check_for_updates: false
kubecostProductConfigs:
grafanaURL: "/dkp/kubecost/grafana"
Expand Down
3 changes: 3 additions & 0 deletions services/project-grafana-logging/6.58.6/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ data:
auto_assign_org_role: Admin
plugins:
allow_loading_unsigned_plugins: "grafana-piechart-panel"
analytics:
reporting_enabled: false
check_for_updates: false
service:
type: ClusterIP
Expand Down

0 comments on commit b197fe6

Please sign in to comment.