Bump overseerr from 1.25.0 to 1.26.1 (#1245)

Signed-off-by: Paul Nicholson <brenix@gmail.com>
This commit is contained in:
Paul N 2021-10-15 16:30:33 -07:00 committed by GitHub
parent b898048c9e
commit 8ac0850530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 5 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 1.25.0
appVersion: 1.26.1
description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex!
name: overseerr
version: 5.0.1
version: 5.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- overseerr

View File

@ -1,6 +1,6 @@
# overseerr
![Version: 5.0.1](https://img.shields.io/badge/Version-5.0.1-informational?style=flat-square) ![AppVersion: 1.25.0](https://img.shields.io/badge/AppVersion-1.25.0-informational?style=flat-square)
![Version: 5.0.2](https://img.shields.io/badge/Version-5.0.2-informational?style=flat-square) ![AppVersion: 1.26.1](https://img.shields.io/badge/AppVersion-1.26.1-informational?style=flat-square)
Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex!
@ -81,7 +81,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/sct/overseerr"` | image repository |
| image.tag | string | `"1.25.0"` | image tag |
| image.tag | string | `"1.26.1"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |
@ -92,6 +92,12 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [5.0.2]
#### Changed
- Bump version to 1.26.1
### [5.0.0]
#### Changed

View File

@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/sct/overseerr
# -- image tag
tag: 1.25.0
tag: 1.26.1
# -- image pull policy
pullPolicy: IfNotPresent