Skip to content

Commit

Permalink
[release-2.5] fix: disables telemetry transmission for Grafana (#1538) (
Browse files Browse the repository at this point in the history
#1541)

fix: disables telemetry transmission for Grafana (#1538)

* fix: disables telemetry transmission for Grafana
* fix: disables telemetry on all additional Grafana instances
* fix: disables auto-update on all Grafana instances

(cherry picked from commit b197fe6)

Co-authored-by: Till Toenshoff <[email protected]>
  • Loading branch information
github-actions[bot] and tillt authored Sep 4, 2023
1 parent cef87b0 commit a3c9f97
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/44.2.2/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,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.38.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,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/44.2.2/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,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.33.2/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,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.38.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,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 a3c9f97

Please sign in to comment.