Skip to content

Commit 8520f56

Browse files
authored
chore(deps): update servarr apps (#530)
1 parent 39d76bc commit 8520f56

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/media-apps/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: media-apps
33
description: Argo CD app-of-apps config for media applications
44
type: application
55
# version and appVersion are in sync in this chart!
6-
version: 0.7.13
7-
appVersion: 0.7.13
6+
version: 0.7.14
7+
appVersion: 0.7.14
88
home: https://github.com/pree/helm-charts/tree/master/charts/media-apps
99
sources:
1010
- https://github.com/pree/helm-charts

charts/media-apps/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# media-apps
22

3-
![Version: 0.7.13](https://img.shields.io/badge/Version-0.7.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.13](https://img.shields.io/badge/AppVersion-0.7.13-informational?style=flat-square)
3+
![Version: 0.7.14](https://img.shields.io/badge/Version-0.7.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.14](https://img.shields.io/badge/AppVersion-0.7.14-informational?style=flat-square)
44

55
Argo CD app-of-apps config for media applications
66

@@ -66,14 +66,14 @@ Argo CD app-of-apps config for media applications
6666
| radarr.destination.namespace | string | `"media-apps"` | Namespace |
6767
| radarr.enabled | bool | `false` | Enable Radarr |
6868
| radarr.repoURL | string | [repo](https://github.com/pree/helm-charts) | Repo URL |
69-
| radarr.targetRevision | string | `"1.22.0"` | [radarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/radarr) |
69+
| radarr.targetRevision | string | `"1.23.0"` | [radarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/radarr) |
7070
| radarr.values | object | [upstream values](https://github.com/pree/helm-charts/blob/master/charts/radarr/values.yaml) | Helm values |
7171
| readarr | object | [example](./example/readarr.yaml) | [Readarr](https://github.com/Readarr/Readarr) |
7272
| readarr.chart | string | `"readarr"` | Chart |
7373
| readarr.destination.namespace | string | `"media-apps"` | Namespace |
7474
| readarr.enabled | bool | `false` | Enable Readarr |
7575
| readarr.repoURL | string | [repo](https://github.com/pree/helm-charts) | Repo URL |
76-
| readarr.targetRevision | string | `"1.16.0"` | [readarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/readarr) |
76+
| readarr.targetRevision | string | `"1.17.0"` | [readarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/readarr) |
7777
| readarr.values | object | [upstream values](https://github.com/pree/charts/blob/master/charts/readarr/values.yaml) | Helm values |
7878
| sonarr | object | [example](./examples/sonarr.yaml) | [Sonarr](https://sonarr.tv/) |
7979
| sonarr.chart | string | `"sonarr"` | Chart |

charts/media-apps/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ radarr:
5252
# radarr.chart -- Chart
5353
chart: "radarr"
5454
# radarr.targetRevision -- [radarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/radarr)
55-
targetRevision: "1.22.0"
55+
targetRevision: "1.23.0"
5656
# radarr.values -- Helm values
5757
# @default -- [upstream values](https://github.com/pree/helm-charts/blob/master/charts/radarr/values.yaml)
5858
values: {}
@@ -92,7 +92,7 @@ readarr:
9292
# readarr.chart -- Chart
9393
chart: "readarr"
9494
# readarr.targetRevision -- [readarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/readarr)
95-
targetRevision: "1.16.0"
95+
targetRevision: "1.17.0"
9696
# readarr.values -- Helm values
9797
# @default -- [upstream values](https://github.com/pree/charts/blob/master/charts/readarr/values.yaml)
9898
values: {}

0 commit comments

Comments
 (0)