Skip to content

Commit

Permalink
fix: recyclarr default restartPolicy
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Jun 26, 2024
1 parent 1d4b2f5 commit 9c7e545
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/recyclarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/recyclarr/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/recyclarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 9c7e545

Please sign in to comment.