Skip to content

Commit

Permalink
Merge pull request #415 from pree/renovate/servarr-apps
Browse files Browse the repository at this point in the history
chore(deps): update helm release prowlarr to v1.37.0
  • Loading branch information
pree authored Sep 30, 2024
2 parents 5c43029 + 79245d4 commit 93009b2
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.26
appVersion: 0.6.26
version: 0.6.27
appVersion: 0.6.27
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.26](https://img.shields.io/badge/Version-0.6.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.26](https://img.shields.io/badge/AppVersion-0.6.26-informational?style=flat-square)
![Version: 0.6.27](https://img.shields.io/badge/Version-0.6.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.27](https://img.shields.io/badge/AppVersion-0.6.27-informational?style=flat-square)

Argo CD app-of-apps config for media applications

Expand Down Expand Up @@ -52,7 +52,7 @@ 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.36.0"` | [prowlarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/prowlarr) |
| prowlarr.targetRevision | string | `"1.37.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 |
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 @@ -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.36.0"
targetRevision: "1.37.0"
# prowlarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/charts/blob/master/charts/prowlarr/values.yaml)
values: {}
Expand Down

0 comments on commit 93009b2

Please sign in to comment.