diff --git a/operator/CHANGELOG.md b/operator/CHANGELOG.md index 0edd722d7d..e89dc12eae 100644 --- a/operator/CHANGELOG.md +++ b/operator/CHANGELOG.md @@ -1,5 +1,6 @@ ## Main +- [6504](https://github.com/grafana/loki/pull/6504) **periklis**: Disable usage report on OpenShift - [6411](https://github.com/grafana/loki/pull/6411) **Red-GV**: Extend schema validation in LokiStack webhook - [6334](https://github.com/grafana/loki/pull/6433) **periklis**: Move operator cli flags to component config - [6224](https://github.com/grafana/loki/pull/6224) **periklis**: Add support for GRPC over TLS for Loki components diff --git a/operator/bundle/manifests/loki-operator-manager-config_v1_configmap.yaml b/operator/bundle/manifests/loki-operator-manager-config_v1_configmap.yaml index ca683adf12..73421c6399 100644 --- a/operator/bundle/manifests/loki-operator-manager-config_v1_configmap.yaml +++ b/operator/bundle/manifests/loki-operator-manager-config_v1_configmap.yaml @@ -22,7 +22,7 @@ data: enableLokiStackAlerts: true enableLokiStackGateway: true enableLokiStackGatewayRoute: true - enableGrafanaLabsStats: true + enableGrafanaLabsStats: false enableLokiStackWebhook: true enableAlertingRuleWebhook: true enableRecordingRuleWebhook: true diff --git a/operator/config/overlays/openshift/controller_manager_config.yaml b/operator/config/overlays/openshift/controller_manager_config.yaml index 3be8c04b8d..62f0adc083 100644 --- a/operator/config/overlays/openshift/controller_manager_config.yaml +++ b/operator/config/overlays/openshift/controller_manager_config.yaml @@ -19,7 +19,7 @@ featureFlags: enableLokiStackAlerts: true enableLokiStackGateway: true enableLokiStackGatewayRoute: true - enableGrafanaLabsStats: true + enableGrafanaLabsStats: false enableLokiStackWebhook: true enableAlertingRuleWebhook: true enableRecordingRuleWebhook: true