Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update servarr apps #404

Merged
merged 1 commit into from
Sep 24, 2024
Merged
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
4 changes: 2 additions & 2 deletions charts/media-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: media-apps
description: Argo CD app-of-apps config for media applications
type: application
# version and appVersion are in sync in this chart!
version: 0.6.24
appVersion: 0.6.24
version: 0.6.25
appVersion: 0.6.25
home: https://github.com/pree/helm-charts/tree/master/charts/media-apps
sources:
- https://github.com/pree/helm-charts
Expand Down
10 changes: 5 additions & 5 deletions charts/media-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# media-apps

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

Argo CD app-of-apps config for media applications

Expand Down Expand Up @@ -52,28 +52,28 @@ Argo CD app-of-apps config for media applications
| prowlarr.destination.namespace | string | `"media-apps"` | Namespace |
| prowlarr.enabled | bool | `false` | Enable Prowlarr |
| prowlarr.repoURL | string | [repo](https://github.com/pree/helm-charts) | Repo URL |
| prowlarr.targetRevision | string | `"1.35.0"` | [prowlarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/prowlarr) |
| prowlarr.targetRevision | string | `"1.36.0"` | [prowlarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/prowlarr) |
| prowlarr.values | object | [upstream values](https://github.com/pree/charts/blob/master/charts/prowlarr/values.yaml) | Helm values |
| radarr | object | [example](./examples/radarr.yaml) | [Radarr](https://radarr.video/) |
| radarr.chart | string | `"radarr"` | Chart |
| radarr.destination.namespace | string | `"media-apps"` | Namespace |
| radarr.enabled | bool | `false` | Enable Radarr |
| radarr.repoURL | string | [repo](https://github.com/pree/helm-charts) | Repo URL |
| radarr.targetRevision | string | `"1.11.0"` | [radarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/radarr) |
| radarr.targetRevision | string | `"1.12.0"` | [radarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/radarr) |
| radarr.values | object | [upstream values](https://github.com/pree/helm-charts/blob/master/charts/radarr/values.yaml) | Helm values |
| readarr | object | [example](./example/readarr.yaml) | [Readarr](https://github.com/Readarr/Readarr) |
| readarr.chart | string | `"readarr"` | Chart |
| readarr.destination.namespace | string | `"media-apps"` | Namespace |
| readarr.enabled | bool | `false` | Enable Readarr |
| readarr.repoURL | string | [repo](https://github.com/pree/helm-charts) | Repo URL |
| readarr.targetRevision | string | `"1.10.0"` | [readarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/readarr) |
| readarr.targetRevision | string | `"1.12.0"` | [readarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/readarr) |
| readarr.values | object | [upstream values](https://github.com/pree/charts/blob/master/charts/readarr/values.yaml) | Helm values |
| sonarr | object | [example](./examples/sonarr.yaml) | [Sonarr](https://sonarr.tv/) |
| sonarr.chart | string | `"sonarr"` | Chart |
| sonarr.destination.namespace | string | `"media-apps"` | Namespace |
| sonarr.enabled | bool | `false` | Enable Sonarr |
| sonarr.repoURL | string | [repo](https://github.com/pree/helm-charts) | Repo URL |
| sonarr.targetRevision | string | `"1.7.0"` | [sonarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/sonarr) |
| sonarr.targetRevision | string | `"1.8.0"` | [sonarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/sonarr) |
| sonarr.values | object | [upstream values](https://github.com/pree/helm-charts/blob/master/charts/sonarr/values.yaml) | Helm values |

## License
Expand Down
8 changes: 4 additions & 4 deletions charts/media-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sonarr:
# sonarr.chart -- Chart
chart: "sonarr"
# sonarr.targetRevision -- [sonarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/sonarr)
targetRevision: "1.7.0"
targetRevision: "1.8.0"
# sonarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/helm-charts/blob/master/charts/sonarr/values.yaml)
values: {}
Expand All @@ -52,7 +52,7 @@ radarr:
# radarr.chart -- Chart
chart: "radarr"
# radarr.targetRevision -- [radarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/radarr)
targetRevision: "1.11.0"
targetRevision: "1.12.0"
# radarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/helm-charts/blob/master/charts/radarr/values.yaml)
values: {}
Expand All @@ -72,7 +72,7 @@ prowlarr:
# prowlarr.chart -- Chart
chart: "prowlarr"
# prowlarr.targetRevision -- [prowlarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/prowlarr)
targetRevision: "1.35.0"
targetRevision: "1.36.0"
# prowlarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/charts/blob/master/charts/prowlarr/values.yaml)
values: {}
Expand All @@ -92,7 +92,7 @@ readarr:
# readarr.chart -- Chart
chart: "readarr"
# readarr.targetRevision -- [readarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/readarr)
targetRevision: "1.10.0"
targetRevision: "1.12.0"
# readarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/charts/blob/master/charts/readarr/values.yaml)
values: {}
Expand Down
Loading