fix(speedtest-exporter): allow write to filesystem and move to stable
This commit is contained in:
parent
3db44016d0
commit
505aec0ed5
|
@ -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
|
|
@ -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:
|
Loading…
Reference in New Issue