diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index d81e2155..3a04de90 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v0.9.5 +appVersion: v0.9.9 description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements name: bazarr -version: 10.0.1 +version: 10.1.0 kubeVersion: ">=1.16.0-0" keywords: - bazarr diff --git a/charts/stable/bazarr/README.md b/charts/stable/bazarr/README.md index 045c647d..f615de83 100644 --- a/charts/stable/bazarr/README.md +++ b/charts/stable/bazarr/README.md @@ -1,6 +1,6 @@ # bazarr -![Version: 10.0.1](https://img.shields.io/badge/Version-10.0.1-informational?style=flat-square) ![AppVersion: v0.9.5](https://img.shields.io/badge/AppVersion-v0.9.5-informational?style=flat-square) +![Version: 10.1.0](https://img.shields.io/badge/Version-10.1.0-informational?style=flat-square) ![AppVersion: v0.9.9](https://img.shields.io/badge/AppVersion-v0.9.9-informational?style=flat-square) Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements @@ -80,7 +80,7 @@ N/A | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/k8s-at-home/bazarr"` | image repository | -| image.tag | string | `"v0.9.5"` | image tag | +| image.tag | string | `"v0.9.9"` | 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. | @@ -91,6 +91,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). +### [10.1.0] + +#### Changed + +- Uplifted Bazarr image version to 0.9.9 + ### [10.0.0] #### Changed @@ -125,6 +131,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[10.1.0]: #1010 [10.0.0]: #1000 [9.0.0]: #900 [8.0.0]: #800 diff --git a/charts/stable/bazarr/README_CHANGELOG.md.gotmpl b/charts/stable/bazarr/README_CHANGELOG.md.gotmpl index d90c328f..e098d2c4 100644 --- a/charts/stable/bazarr/README_CHANGELOG.md.gotmpl +++ b/charts/stable/bazarr/README_CHANGELOG.md.gotmpl @@ -9,6 +9,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). +### [10.1.0] + +#### Changed + +- Uplifted Bazarr image version to 0.9.9 + ### [10.0.0] #### Changed @@ -43,6 +49,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[10.1.0]: #1010 [10.0.0]: #1000 [9.0.0]: #900 [8.0.0]: #800 diff --git a/charts/stable/bazarr/values.yaml b/charts/stable/bazarr/values.yaml index 7af79e75..975abfe4 100644 --- a/charts/stable/bazarr/values.yaml +++ b/charts/stable/bazarr/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/bazarr # -- image tag - tag: v0.9.5 + tag: v0.9.9 # -- image pull policy pullPolicy: IfNotPresent