From 4c914aa0fc5fde0103136e571f17da525ece5b52 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 8 Jan 2025 22:22:06 +0100 Subject: [PATCH] fix(mycloud-authentik): metrics --- mycloud-authentik/Chart.yaml | 2 +- mycloud-authentik/README.md | 2 +- mycloud-authentik/templates/release.yaml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mycloud-authentik/Chart.yaml b/mycloud-authentik/Chart.yaml index 5dfb8c1..9840823 100644 --- a/mycloud-authentik/Chart.yaml +++ b/mycloud-authentik/Chart.yaml @@ -6,4 +6,4 @@ maintainers: - name: WrenIX url: https://wrenix.eu -version: 0.1.0 +version: 0.1.1 diff --git a/mycloud-authentik/README.md b/mycloud-authentik/README.md index 7bf876b..ea68b10 100644 --- a/mycloud-authentik/README.md +++ b/mycloud-authentik/README.md @@ -7,7 +7,7 @@ description: "A mycloud components using authentik (for central authentification # mycloud-authentik -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A mycloud components using authentik (for central authentification using SSO) diff --git a/mycloud-authentik/templates/release.yaml b/mycloud-authentik/templates/release.yaml index de23a56..455f68c 100644 --- a/mycloud-authentik/templates/release.yaml +++ b/mycloud-authentik/templates/release.yaml @@ -83,6 +83,7 @@ spec: server: metrics: + enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }} serviceMonitor: enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }} labels: @@ -133,6 +134,7 @@ spec: worker: metrics: + enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }} serviceMonitor: enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }} labels: