fix(speedtest-exporter): allow write to filesystem and move to stable

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-24 23:52:08 +01:00
parent 3db44016d0
commit 505aec0ed5
11 changed files with 4 additions and 1 deletions
@@ -21,7 +21,7 @@ name: speedtest-exporter
sources: sources:
- https://github.com/MiguelNdeCarvalho/speedtest-exporter/ - https://github.com/MiguelNdeCarvalho/speedtest-exporter/
type: application type: application
version: 0.0.2 version: 1.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- metrics - metrics
@@ -12,6 +12,9 @@ env:
# -- Set the container timezone # -- Set the container timezone
TZ: UTC TZ: UTC
securityContext:
readOnlyRootFilesystem: false
# -- Configures service settings for the chart. # -- Configures service settings for the chart.
# @default -- See values.yaml # @default -- See values.yaml
service: service: