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

chore: disable telemetry/analytics for loki/grafana #601

Merged
merged 2 commits into from
Jul 24, 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
5 changes: 5 additions & 0 deletions src/grafana/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ extraSecretMounts:
grafana.ini:
server:
root_url: https://grafana.admin.###ZARF_VAR_DOMAIN###
# Disable telemetry that doesn't function in the airgap
analytics:
reporting_enabled: false
check_for_updates: false
check_for_plugin_updates: false
auth:
# Disable the login form to force users to use SSO
disable_login_form: true
Expand Down
3 changes: 3 additions & 0 deletions src/loki/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ memberlist:

loki:
configStorageType: Secret
# Disable telemetry that doesn't function in the airgap
analytics:
reporting_enabled: false
storage:
bucketNames:
chunks: uds
Expand Down