File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ apiVersion: v2
2
2
name : radarr
3
3
description : radarr helm chart for Kubernetes
4
4
type : application
5
- version : 0.1.0
5
+ version : 0.1.1
6
6
# image: linuxserver/radarr
7
- appVersion : " 5.3.6.8612"
7
+ appVersion : " 5.3.6.8612-ls210 "
8
8
sources :
9
9
- https://github.com/M0NsTeRRR/helm-charts/tree/main/charts/radarr
10
10
home : https://github.com/Radarr/Radarr
Original file line number Diff line number Diff line change 1
1
# radarr
2
2
3
- ![ 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 )
3
+ ![ 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 )
4
4
5
5
radarr helm chart for Kubernetes
6
6
Original file line number Diff line number Diff line change @@ -65,5 +65,5 @@ Create the name of the service account to use
65
65
Create the name of the pvc config to use
66
66
*/} }
67
67
{ {- define " radarr.configPersistenceName" -} }
68
- { {- printf " %s-config" (include " radarr.fullname" .) - } }
68
+ { {- default ( printf " %s-config" (include " radarr.fullname" .)) .Values.config.persistence.name } }
69
69
{ {- end } }
Original file line number Diff line number Diff line change 72
72
volumes :
73
73
- name : config
74
74
persistentVolumeClaim :
75
- claimName : {{ include "radarr.configPersistenceName" . }}
75
+ claimName : {{ include "radarr.configPersistenceName" $ }}
76
76
{{- toYaml . | nindent 8 }}
77
77
{{- end }}
78
78
{{- with .Values.nodeSelector }}
You can’t perform that action at this time.
0 commit comments