Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions charts/servarr-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: servarr-stack
description: >
A Helm chart for deploying the Servarr stack
type: application
version: 0.9.1
version: 0.10.0
appVersion: 1.0.0
home: https://github.com/jankcloud/charts
sources:
Expand All @@ -23,26 +23,26 @@ maintainers:
url: https://github.com/jankcloud
dependencies:
- name: radarr
version: "1.1.0"
version: "1.3.0"
repository: "https://jankcloud.github.io/charts"
condition: radarr.enabled
- name: sonarr
version: "1.2.2"
version: "1.3.0"
repository: "https://jankcloud.github.io/charts"
condition: sonarr.enabled
- name: bazarr
version: "1.3.0"
version: "1.4.0"
repository: "https://jankcloud.github.io/charts"
condition: bazarr.enabled
- name: lidarr
version: "1.2.0"
version: "1.3.0"
repository: "https://jankcloud.github.io/charts"
condition: lidarr.enabled
- name: cleanuparr
version: "1.2.2"
version: "1.3.0"
repository: "https://jankcloud.github.io/charts"
condition: cleanuparr.enabled
- name: prowlarr
version: "1.3.0"
version: "1.4.0"
repository: "https://jankcloud.github.io/charts"
condition: prowlarr.enabled
14 changes: 7 additions & 7 deletions charts/servarr-stack/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# servarr-stack

![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

A Helm chart for deploying the Servarr stack

Expand All @@ -22,12 +22,12 @@ A Helm chart for deploying the Servarr stack

| Repository | Name | Version |
|------------|------|---------|
| https://jankcloud.github.io/charts | bazarr | 1.3.0 |
| https://jankcloud.github.io/charts | cleanuparr | 1.2.2 |
| https://jankcloud.github.io/charts | lidarr | 1.2.0 |
| https://jankcloud.github.io/charts | prowlarr | 1.3.0 |
| https://jankcloud.github.io/charts | radarr | 1.1.0 |
| https://jankcloud.github.io/charts | sonarr | 1.2.2 |
| https://jankcloud.github.io/charts | bazarr | 1.4.0 |
| https://jankcloud.github.io/charts | cleanuparr | 1.3.0 |
| https://jankcloud.github.io/charts | lidarr | 1.3.0 |
| https://jankcloud.github.io/charts | prowlarr | 1.4.0 |
| https://jankcloud.github.io/charts | radarr | 1.3.0 |
| https://jankcloud.github.io/charts | sonarr | 1.3.0 |

## Values

Expand Down
Loading
Loading