operator: Disable report on overlay openshift (#6504)

pull/6478/head^2
Periklis Tsirakidis 3 years ago committed by GitHub
parent 02c3e6a1aa
commit 74327e5374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      operator/CHANGELOG.md
  2. 2
      operator/bundle/manifests/loki-operator-manager-config_v1_configmap.yaml
  3. 2
      operator/config/overlays/openshift/controller_manager_config.yaml

@ -1,5 +1,6 @@
## Main ## 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 - [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 - [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 - [6224](https://github.com/grafana/loki/pull/6224) **periklis**: Add support for GRPC over TLS for Loki components

@ -22,7 +22,7 @@ data:
enableLokiStackAlerts: true enableLokiStackAlerts: true
enableLokiStackGateway: true enableLokiStackGateway: true
enableLokiStackGatewayRoute: true enableLokiStackGatewayRoute: true
enableGrafanaLabsStats: true enableGrafanaLabsStats: false
enableLokiStackWebhook: true enableLokiStackWebhook: true
enableAlertingRuleWebhook: true enableAlertingRuleWebhook: true
enableRecordingRuleWebhook: true enableRecordingRuleWebhook: true

@ -19,7 +19,7 @@ featureFlags:
enableLokiStackAlerts: true enableLokiStackAlerts: true
enableLokiStackGateway: true enableLokiStackGateway: true
enableLokiStackGatewayRoute: true enableLokiStackGatewayRoute: true
enableGrafanaLabsStats: true enableGrafanaLabsStats: false
enableLokiStackWebhook: true enableLokiStackWebhook: true
enableAlertingRuleWebhook: true enableAlertingRuleWebhook: true
enableRecordingRuleWebhook: true enableRecordingRuleWebhook: true

Loading…
Cancel
Save