diff --git a/charts/system/telemetry/Chart.yaml b/charts/system/telemetry/Chart.yaml index d725f88..fbfd1d6 100644 --- a/charts/system/telemetry/Chart.yaml +++ b/charts/system/telemetry/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: telemetry description: Prometheus + Loki + Grafana type: application -version: "0.2.8" -appVersion: "0.2.8" +version: "0.2.9" +appVersion: "0.2.9" dependencies: - name: common version: "^1" diff --git a/charts/system/telemetry/templates/kube-prometheus-stack.yaml b/charts/system/telemetry/templates/kube-prometheus-stack.yaml index 86305df..ae56f20 100644 --- a/charts/system/telemetry/templates/kube-prometheus-stack.yaml +++ b/charts/system/telemetry/templates/kube-prometheus-stack.yaml @@ -24,7 +24,7 @@ spec: chart: spec: chart: kube-prometheus-stack - version: "^54.2.2" + version: "^55.7.0" sourceRef: kind: HelmRepository name: prometheus-community @@ -280,6 +280,7 @@ spec: from_address: {{ .Values.smtp.from_address }} auth: disable_login_form: true + oauth_allow_insecure_email_lookup: false auth.generic_oauth: # See: https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/generic-oauth/ enabled: true