From d49575adf853f0358a704d302a1359ff18eb5145 Mon Sep 17 00:00:00 2001 From: pchang388 Date: Tue, 12 Dec 2023 03:31:01 -0500 Subject: [PATCH] fix chart depdency problem --- charts/exportarr/Chart.yaml | 4 ++-- charts/exportarr/README.md | 8 ++++---- charts/exportarr/values.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/exportarr/Chart.yaml b/charts/exportarr/Chart.yaml index 7e77726..fdb77c7 100644 --- a/charts/exportarr/Chart.yaml +++ b/charts/exportarr/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -28,5 +28,5 @@ appVersion: "v1.6.0" dependencies: - name: qbittorrent-exporter version: "0.0.1" - condition: qbittorrent.enabled + condition: qbittorrent-exporter.enabled repository: "https://homeylab.github.io/helm-charts" \ No newline at end of file diff --git a/charts/exportarr/README.md b/charts/exportarr/README.md index 824fd87..7988ca6 100644 --- a/charts/exportarr/README.md +++ b/charts/exportarr/README.md @@ -53,7 +53,7 @@ exportarr: apiKey: "someApiKey" ## additional exporters ## -qbittorrent: +qbittorrent-exporter: enabled: false ``` @@ -92,14 +92,14 @@ Below are some key options explained for this helm chart. For an exhaustive list | `exportarr.extraEnv` | Set any additional env variables here for all exportarr instances. All keys will be upper cased and values quoted. | `{}` | | `exportarr.volumes` | Set `volumes` to use for all exportarr instance like `configMaps` or `secrets`. | `{}` | | `exportarr.volumeMounts` | Set `volumeMounts` for your `volumes` for all exportarr instance. | `{}` | -| `qbittorrent.enabled` | Setting this value to `true` deploys an additional exporter for a `qbittorrent`. See [Additional Exporter](#qbittorrent) for more details. | `false` | +| `qbittorrent-exporter.enabled` | Setting this value to `true` deploys an additional exporter for `qbittorrent`. See [Additional Exporter](#qbittorrent) for more details. | `false` | ## Additional Exporters #### qbittorrent -Enable additional exporter for `qbitorrent` by setting `qbittorrent.enabled` to `true.` +Enable additional exporter for `qbittorrent-exporter` by setting `qbittorrent-exporter.enabled` to `true.` ``` -qbittorrent: +qbittorrent-exporter: # enable/disable enabled: true # more options available than shown diff --git a/charts/exportarr/values.yaml b/charts/exportarr/values.yaml index 083251c..dec4bc5 100644 --- a/charts/exportarr/values.yaml +++ b/charts/exportarr/values.yaml @@ -258,7 +258,7 @@ exportarr: ## some sample values below but look at upstream chart for more options ## set `enabled: true` to install qbittorrent prometheus exporter from separate chart ## Ref: https://github.com/homeylab/helm-charts/tree/main/charts/qbittorrent-exporter -qbittorrent: +qbittorrent-exporter: # enable/disable enabled: false # more options available than shown