diff --git a/.github/ct-install.yaml b/.github/ct-install.yaml index a0e8a2b4518..5676351de5f 100644 --- a/.github/ct-install.yaml +++ b/.github/ct-install.yaml @@ -20,6 +20,7 @@ excluded-charts: - charts/stable/arma3 - charts/stable/arma3exilemod - charts/stable/assettocorsa + - charts/stable/avm-exporter - charts/stable/craftopia - charts/stable/csgo - charts/stable/cssource diff --git a/charts/stable/avm-exporter/Chart.yaml b/charts/stable/avm-exporter/Chart.yaml index d616f9672cb..c383cd20a9b 100644 --- a/charts/stable/avm-exporter/Chart.yaml +++ b/charts/stable/avm-exporter/Chart.yaml @@ -39,4 +39,4 @@ sources: - https://github.com/pdreker/fritz_exporter - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/avm-exporter type: application -version: 1.0.0 +version: 1.0.1 diff --git a/charts/stable/avm-exporter/values.yaml b/charts/stable/avm-exporter/values.yaml index 469d4d2d458..b4741d65e56 100644 --- a/charts/stable/avm-exporter/values.yaml +++ b/charts/stable/avm-exporter/values.yaml @@ -14,7 +14,7 @@ workload: containers: main: extraArgs: - - --config=/exporter/config.yaml + - --config=/exporter/config.yaml probes: liveness: type: tcp @@ -50,7 +50,7 @@ metrics: exporter: exporter_port: 9787 devices: - - name: Fritz!Box 7590 - hostname: '192.168.1.1' - username: 'fritz_box' - password: '123456789' + - name: Fritz!Box 7590 + hostname: '192.168.1.1' + username: 'fritz_box' + password: '123456789' \ No newline at end of file