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

fix: disables loki telemetry (2.5) #1574

Merged
merged 2 commits into from
Sep 11, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-loki-0.69.5-d2iq-defaults
name: grafana-loki-0.69.6-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand All @@ -15,6 +15,8 @@ data:
common:
compactor_address: http://{{ include "loki.compactorFullname" . }}:3100
auth_enabled: false
analytics:
reporting_enabled: false
server:
http_listen_port: 3100
log_level: warn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/grafana-loki/0.69.5/grafana-loki-helmrelease
path: ./services/grafana-loki/0.69.6/grafana-loki-helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
releaseName: grafana-loki
valuesFrom:
- kind: ConfigMap
name: grafana-loki-0.69.5-d2iq-defaults
name: grafana-loki-0.69.6-d2iq-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/grafana-loki/0.69.5/grafana-loki-pre-install-jobs
path: ./services/grafana-loki/0.69.6/grafana-loki-pre-install-jobs
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: project-grafana-loki-0.69.5-d2iq-defaults
name: project-grafana-loki-0.69.6-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -36,6 +36,8 @@ data:
common:
compactor_address: http://{{ include "loki.compactorFullname" . }}:3100
auth_enabled: false
analytics:
reporting_enabled: false
server:
http_listen_port: 3100
log_level: warn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
releaseName: project-loki-object-bucket-claims
valuesFrom:
- kind: ConfigMap
name: project-grafana-loki-0.69.5-d2iq-defaults
name: project-grafana-loki-0.69.6-d2iq-defaults
- kind: ConfigMap
name: project-grafana-loki-overrides
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
releaseName: project-grafana-loki
valuesFrom:
- kind: ConfigMap
name: project-grafana-loki-0.69.5-d2iq-defaults
name: project-grafana-loki-0.69.6-d2iq-defaults
Loading