From 505aec0ed5fca6fbcf44400aad9273725a8c7669 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 24 Nov 2021 23:52:08 +0100 Subject: [PATCH] fix(speedtest-exporter): allow write to filesystem and move to stable --- charts/{incubator => stable}/speedtest-exporter/.helmignore | 0 charts/{incubator => stable}/speedtest-exporter/CHANGELOG.md | 0 charts/{incubator => stable}/speedtest-exporter/CONFIG.md | 0 charts/{incubator => stable}/speedtest-exporter/Chart.yaml | 2 +- charts/{incubator => stable}/speedtest-exporter/README.md | 0 charts/{incubator => stable}/speedtest-exporter/helm-values.md | 0 charts/{incubator => stable}/speedtest-exporter/questions.yaml | 0 .../speedtest-exporter/templates/common.yaml | 0 .../speedtest-exporter/templates/prometheusrules.yaml | 0 .../speedtest-exporter/templates/servicemonitor.yaml | 0 charts/{incubator => stable}/speedtest-exporter/values.yaml | 3 +++ 11 files changed, 4 insertions(+), 1 deletion(-) rename charts/{incubator => stable}/speedtest-exporter/.helmignore (100%) rename charts/{incubator => stable}/speedtest-exporter/CHANGELOG.md (100%) rename charts/{incubator => stable}/speedtest-exporter/CONFIG.md (100%) rename charts/{incubator => stable}/speedtest-exporter/Chart.yaml (98%) rename charts/{incubator => stable}/speedtest-exporter/README.md (100%) rename charts/{incubator => stable}/speedtest-exporter/helm-values.md (100%) rename charts/{incubator => stable}/speedtest-exporter/questions.yaml (100%) rename charts/{incubator => stable}/speedtest-exporter/templates/common.yaml (100%) rename charts/{incubator => stable}/speedtest-exporter/templates/prometheusrules.yaml (100%) rename charts/{incubator => stable}/speedtest-exporter/templates/servicemonitor.yaml (100%) rename charts/{incubator => stable}/speedtest-exporter/values.yaml (97%) diff --git a/charts/incubator/speedtest-exporter/.helmignore b/charts/stable/speedtest-exporter/.helmignore similarity index 100% rename from charts/incubator/speedtest-exporter/.helmignore rename to charts/stable/speedtest-exporter/.helmignore diff --git a/charts/incubator/speedtest-exporter/CHANGELOG.md b/charts/stable/speedtest-exporter/CHANGELOG.md similarity index 100% rename from charts/incubator/speedtest-exporter/CHANGELOG.md rename to charts/stable/speedtest-exporter/CHANGELOG.md diff --git a/charts/incubator/speedtest-exporter/CONFIG.md b/charts/stable/speedtest-exporter/CONFIG.md similarity index 100% rename from charts/incubator/speedtest-exporter/CONFIG.md rename to charts/stable/speedtest-exporter/CONFIG.md diff --git a/charts/incubator/speedtest-exporter/Chart.yaml b/charts/stable/speedtest-exporter/Chart.yaml similarity index 98% rename from charts/incubator/speedtest-exporter/Chart.yaml rename to charts/stable/speedtest-exporter/Chart.yaml index 084f0e7792f..777cd3f9286 100644 --- a/charts/incubator/speedtest-exporter/Chart.yaml +++ b/charts/stable/speedtest-exporter/Chart.yaml @@ -21,7 +21,7 @@ name: speedtest-exporter sources: - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ type: application -version: 0.0.2 +version: 1.0.0 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/incubator/speedtest-exporter/README.md b/charts/stable/speedtest-exporter/README.md similarity index 100% rename from charts/incubator/speedtest-exporter/README.md rename to charts/stable/speedtest-exporter/README.md diff --git a/charts/incubator/speedtest-exporter/helm-values.md b/charts/stable/speedtest-exporter/helm-values.md similarity index 100% rename from charts/incubator/speedtest-exporter/helm-values.md rename to charts/stable/speedtest-exporter/helm-values.md diff --git a/charts/incubator/speedtest-exporter/questions.yaml b/charts/stable/speedtest-exporter/questions.yaml similarity index 100% rename from charts/incubator/speedtest-exporter/questions.yaml rename to charts/stable/speedtest-exporter/questions.yaml diff --git a/charts/incubator/speedtest-exporter/templates/common.yaml b/charts/stable/speedtest-exporter/templates/common.yaml similarity index 100% rename from charts/incubator/speedtest-exporter/templates/common.yaml rename to charts/stable/speedtest-exporter/templates/common.yaml diff --git a/charts/incubator/speedtest-exporter/templates/prometheusrules.yaml b/charts/stable/speedtest-exporter/templates/prometheusrules.yaml similarity index 100% rename from charts/incubator/speedtest-exporter/templates/prometheusrules.yaml rename to charts/stable/speedtest-exporter/templates/prometheusrules.yaml diff --git a/charts/incubator/speedtest-exporter/templates/servicemonitor.yaml b/charts/stable/speedtest-exporter/templates/servicemonitor.yaml similarity index 100% rename from charts/incubator/speedtest-exporter/templates/servicemonitor.yaml rename to charts/stable/speedtest-exporter/templates/servicemonitor.yaml diff --git a/charts/incubator/speedtest-exporter/values.yaml b/charts/stable/speedtest-exporter/values.yaml similarity index 97% rename from charts/incubator/speedtest-exporter/values.yaml rename to charts/stable/speedtest-exporter/values.yaml index f7cd597e727..f4c45d82a80 100644 --- a/charts/incubator/speedtest-exporter/values.yaml +++ b/charts/stable/speedtest-exporter/values.yaml @@ -12,6 +12,9 @@ env: # -- Set the container timezone TZ: UTC +securityContext: + readOnlyRootFilesystem: false + # -- Configures service settings for the chart. # @default -- See values.yaml service: