Skip to content

Commit

Permalink
Merge pull request #432 from pree/renovate/servarr-apps
Browse files Browse the repository at this point in the history
chore(deps): update helm release radarr to v1.14.0
  • Loading branch information
pree authored Oct 12, 2024
2 parents 80f6405 + 4507ab1 commit 914f0dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.29
appVersion: 0.6.29
version: 0.6.30
appVersion: 0.6.30
home: https://github.com/pree/helm-charts/tree/master/charts/media-apps
sources:
- https://github.com/pree/helm-charts
Expand Down
4 changes: 2 additions & 2 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.29](https://img.shields.io/badge/Version-0.6.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.29](https://img.shields.io/badge/AppVersion-0.6.29-informational?style=flat-square)
![Version: 0.6.30](https://img.shields.io/badge/Version-0.6.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.30](https://img.shields.io/badge/AppVersion-0.6.30-informational?style=flat-square)

Argo CD app-of-apps config for media applications

Expand Down Expand Up @@ -59,7 +59,7 @@ Argo CD app-of-apps config for media applications
| 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.13.0"` | [radarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/radarr) |
| radarr.targetRevision | string | `"1.14.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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/media-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0"
targetRevision: "1.14.0"
# radarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/helm-charts/blob/master/charts/radarr/values.yaml)
values: {}
Expand Down

0 comments on commit 914f0dc

Please sign in to comment.