From 8188306fc42efe310644d529ba38849632fec80e Mon Sep 17 00:00:00 2001 From: = Date: Mon, 9 Mar 2026 18:47:31 +0100 Subject: [PATCH] add prometheus basic auth for reposilite --- chart/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index fead370..b87db7a 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -74,6 +74,10 @@ reposilite: value: "-Xmx128M" - name: REPOSILITE_OPTS value: "--token admin:changeme --shared-configuration=/etc/reposilite/configuration.shared.json" + - name: REPOSILITE_PROMETHEUS_USER + value: "prometheus" + - name: REPOSILITE_PROMETHEUS_PASSWORD + value: "prometheus" # Mount shared configuration + plugins into Reposilite pod deployment: