Skip to content

Commit

Permalink
fix: radarr helm-chart
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Mar 25, 2024
1 parent 658ca85 commit b2c82ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/radarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: radarr
description: radarr helm chart for Kubernetes
type: application
version: 0.1.0
version: 0.1.1
# image: linuxserver/radarr
appVersion: "5.3.6.8612"
appVersion: "5.3.6.8612-ls210"
sources:
- https://github.com/M0NsTeRRR/helm-charts/tree/main/charts/radarr
home: https://github.com/Radarr/Radarr
Expand Down
2 changes: 1 addition & 1 deletion charts/radarr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# radarr

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.3.6.8612](https://img.shields.io/badge/AppVersion-5.3.6.8612-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.3.6.8612-ls210](https://img.shields.io/badge/AppVersion-5.3.6.8612--ls210-informational?style=flat-square)

radarr helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion charts/radarr/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ Create the name of the service account to use
Create the name of the pvc config to use
*/}}
{{- define "radarr.configPersistenceName" -}}
{{- printf "%s-config" (include "radarr.fullname" .) -}}
{{- default (printf "%s-config" (include "radarr.fullname" .)) .Values.config.persistence.name }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/radarr/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
volumes:
- name: config
persistentVolumeClaim:
claimName: {{ include "radarr.configPersistenceName" . }}
claimName: {{ include "radarr.configPersistenceName" $ }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit b2c82ab

Please sign in to comment.