diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index a776b416..b27b9f6a 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v0.9.9 +appVersion: v1.0.3 description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements name: bazarr -version: 10.3.0 +version: 10.4.0 kubeVersion: ">=1.16.0-0" keywords: - bazarr @@ -26,4 +26,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: Upgraded `common` chart dependency to version `4.3.0`. + description: Updated to use the latest docker image. diff --git a/charts/stable/bazarr/README.md b/charts/stable/bazarr/README.md index 9ecef890..2be200d7 100644 --- a/charts/stable/bazarr/README.md +++ b/charts/stable/bazarr/README.md @@ -1,6 +1,6 @@ # bazarr -![Version: 10.3.0](https://img.shields.io/badge/Version-10.3.0-informational?style=flat-square) ![AppVersion: v0.9.9](https://img.shields.io/badge/AppVersion-v0.9.9-informational?style=flat-square) +![Version: 10.4.0](https://img.shields.io/badge/Version-10.4.0-informational?style=flat-square) ![AppVersion: v1.0.3](https://img.shields.io/badge/AppVersion-v1.0.3-informational?style=flat-square) Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements @@ -80,14 +80,14 @@ 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.9"` | image tag | +| image.tag | string | `"v1.0.3"` | 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. | ## Changelog -### Version 10.3.0 +### Version 10.4.0 #### Added @@ -95,7 +95,7 @@ N/A #### Changed -* Upgraded `common` chart dependency to version `4.3.0`. +* Updated to use the latest docker image. #### Fixed diff --git a/charts/stable/bazarr/values.yaml b/charts/stable/bazarr/values.yaml index 975abfe4..52b21ec8 100644 --- a/charts/stable/bazarr/values.yaml +++ b/charts/stable/bazarr/values.yaml @@ -8,8 +8,8 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/bazarr - # -- image tag - tag: v0.9.9 + # @default -- chart.appVersion + tag: # -- image pull policy pullPolicy: IfNotPresent