From 8ac085053027c2cbdbcf1e46b0be96a2ac08930e Mon Sep 17 00:00:00 2001 From: Paul N Date: Fri, 15 Oct 2021 16:30:33 -0700 Subject: [PATCH] Bump overseerr from 1.25.0 to 1.26.1 (#1245) Signed-off-by: Paul Nicholson --- charts/stable/overseerr/Chart.yaml | 4 ++-- charts/stable/overseerr/README.md | 10 ++++++++-- charts/stable/overseerr/values.yaml | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index e89beab6..6fb01c8b 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -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 diff --git a/charts/stable/overseerr/README.md b/charts/stable/overseerr/README.md index 5004b513..2af5472f 100644 --- a/charts/stable/overseerr/README.md +++ b/charts/stable/overseerr/README.md @@ -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 diff --git a/charts/stable/overseerr/values.yaml b/charts/stable/overseerr/values.yaml index 1b6f308c..eea1e72e 100644 --- a/charts/stable/overseerr/values.yaml +++ b/charts/stable/overseerr/values.yaml @@ -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