diff --git a/charts/stable/speedtest-exporter/Chart.yaml b/charts/stable/speedtest-exporter/Chart.yaml index 051756fbacc..14eba577dd5 100644 --- a/charts/stable/speedtest-exporter/Chart.yaml +++ b/charts/stable/speedtest-exporter/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter - https://ghcr.io/miguelndecarvalho/speedtest-exporter type: application -version: 9.1.11 +version: 9.1.12 diff --git a/charts/stable/speedtest-exporter/questions.yaml b/charts/stable/speedtest-exporter/questions.yaml index 2718d653447..12e3e6b9e66 100644 --- a/charts/stable/speedtest-exporter/questions.yaml +++ b/charts/stable/speedtest-exporter/questions.yaml @@ -56,13 +56,13 @@ questions: description: "The UserID of the user running the application" schema: type: int - default: 568 + default: 1000 - variable: runAsGroup label: "runAsGroup" description: "The groupID of the user running the application" schema: type: int - default: 568 + default: 1000 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod} diff --git a/charts/stable/speedtest-exporter/values.yaml b/charts/stable/speedtest-exporter/values.yaml index 13cc9d9fa4f..aac7662a455 100644 --- a/charts/stable/speedtest-exporter/values.yaml +++ b/charts/stable/speedtest-exporter/values.yaml @@ -23,6 +23,8 @@ metrics: - port: main path: /metrics interval: 1h + scrapeTimeout: 60s + prometheusRule: enabled: false portal: @@ -31,3 +33,6 @@ portal: securityContext: container: readOnlyRootFilesystem: false + runAsUser: 1000 + runAsGroup: 1000 +