Skip to content

Commit

Permalink
Merge pull request #30 from homeylab/exportarr-0.2.0
Browse files Browse the repository at this point in the history
fix chart depdency problem
  • Loading branch information
pchang388 authored Dec 12, 2023
2 parents 3a60223 + d49575a commit 770bf6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/exportarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
8 changes: 4 additions & 4 deletions charts/exportarr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ exportarr:
apiKey: "someApiKey"

## additional exporters ##
qbittorrent:
qbittorrent-exporter:
enabled: false
```
</details>
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/exportarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 770bf6b

Please sign in to comment.