diff --git a/charts/recyclarr/Chart.yaml b/charts/recyclarr/Chart.yaml index 108ceba..84ed86f 100644 --- a/charts/recyclarr/Chart.yaml +++ b/charts/recyclarr/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: recyclarr description: recyclarr helm chart for Kubernetes type: application -version: 0.1.5 +version: 0.1.6 # image: ghcr.io/recyclarr/recyclarr appVersion: "6.0.2" maintainers: diff --git a/charts/recyclarr/README.md b/charts/recyclarr/README.md index 09470fc..0e324ff 100644 --- a/charts/recyclarr/README.md +++ b/charts/recyclarr/README.md @@ -1,6 +1,6 @@ # recyclarr -![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square) +![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square) recyclarr helm chart for Kubernetes @@ -43,7 +43,7 @@ helm repo add adminafk https://helm-charts.adminafk.fr | image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. | | imagePullSecrets | list | `[]` | | | job.failedJobsHistoryLimit | int | `1` | | -| job.restartPolicy | string | `"never"` | | +| job.restartPolicy | string | `"Never"` | | | job.schedule | string | `"0 0 * * *"` | | | job.successfulJobsHistoryLimit | int | `1` | | | jobAnnotations | object | `{}` | | diff --git a/charts/recyclarr/values.yaml b/charts/recyclarr/values.yaml index fc2b6ef..d839064 100644 --- a/charts/recyclarr/values.yaml +++ b/charts/recyclarr/values.yaml @@ -16,7 +16,7 @@ job: schedule: "0 0 * * *" successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 1 - restartPolicy: "never" + restartPolicy: "Never" # -- Environment variables to add to the bazarr pods extraEnv: []