Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/bazarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: bazarr
description: >
A Helm chart for deploying Bazarr
type: application
version: 1.3.0
version: 1.4.0
# renovate: image=ghcr.io/linuxserver/bazarr
appVersion: 1.5.6
home: https://www.bazarr.media
Expand All @@ -19,7 +19,7 @@ maintainers:
url: https://github.com/jankcloud
dependencies:
- name: arr-common
version: "0.1.2"
version: "0.2.0"
repository: "https://jankcloud.github.io/charts"
import-values:
- defaults
18 changes: 9 additions & 9 deletions charts/bazarr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bazarr

![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.6](https://img.shields.io/badge/AppVersion-1.5.6-informational?style=flat-square)
![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.6](https://img.shields.io/badge/AppVersion-1.5.6-informational?style=flat-square)

A Helm chart for deploying Bazarr

Expand All @@ -21,7 +21,7 @@ A Helm chart for deploying Bazarr

| Repository | Name | Version |
|------------|------|---------|
| https://jankcloud.github.io/charts | arr-common | 0.1.2 |
| https://jankcloud.github.io/charts | arr-common | 0.2.0 |

## Values

Expand All @@ -32,13 +32,6 @@ A Helm chart for deploying Bazarr
| env.PGID | string | `"1000"` | |
| env.PUID | string | `"1000"` | |
| env.TZ | string | `"America/New_York"` | |
| exportarr.enabled | bool | `false` | |
| exportarr.env.APIKEY | string | `""` | |
| exportarr.env.URL | string | `"http://localhost:6767"` | |
| exportarr.image.pullPolicy | string | `"IfNotPresent"` | |
| exportarr.image.repository | string | `"ghcr.io/onedr0p/exportarr"` | |
| exportarr.image.tag | string | `"v2.3.0@sha256:af535d94061cf97a52e1661945ffba78c03f9443eae7c0da1a80a5a4be56b520"` | |
| exportarr.port | int | `9707` | |
| extraVolumeMounts | list | `[]` | |
| extraVolumes | list | `[]` | |
| fullnameOverride | string | `""` | |
Expand All @@ -57,6 +50,13 @@ A Helm chart for deploying Bazarr
| ingress.hosts | list | `[]` | |
| ingress.tls | list | `[]` | |
| initContainers | list | `[]` | |
| metrics.enabled | bool | `false` | |
| metrics.env.APIKEY | string | `""` | |
| metrics.env.URL | string | `"http://localhost:6767"` | |
| metrics.image.pullPolicy | string | `"IfNotPresent"` | |
| metrics.image.repository | string | `"ghcr.io/onedr0p/exportarr"` | |
| metrics.image.tag | string | `"v2.3.0@sha256:af535d94061cf97a52e1661945ffba78c03f9443eae7c0da1a80a5a4be56b520"` | |
| metrics.port | int | `9707` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/bazarr/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ tests:
path: spec.template.spec.containers[0].readinessProbe.httpGet.path
value: /

- it: does not render an exportarr sidecar by default
- it: does not render a metrics exporter sidecar by default
asserts:
- notContains:
path: spec.template.spec.containers
content:
name: exportarr
name: metrics-exporter
Loading
Loading