Skip to content

Commit

Permalink
chore(deps): update helm release readarr to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
estecabot committed Sep 24, 2023
1 parent e5e25b8 commit 4cdcded
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.4.0
appVersion: 0.4.0
version: 0.4.1
appVersion: 0.4.1
home: https://git.reeb.io/pree/helm-charts/src/branch/master/charts/media-apps
sources:
- https://git.reeb.io/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.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square)
![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.1](https://img.shields.io/badge/AppVersion-0.4.1-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
| 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.0.0"` | [readarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/readarr) |
| readarr.targetRevision | string | `"1.1.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 |
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 @@ -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.0.0"
targetRevision: "1.1.0"
# readarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/charts/blob/master/charts/readarr/values.yaml)
values: {}

0 comments on commit 4cdcded

Please sign in to comment.