File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
3
3
name : youtrack
4
4
description : Youtrack helm chart for Kubernetes
5
5
type : application
6
- version : 0.1.1
6
+ version : 0.1.2
7
7
appVersion : " 2024.3.57595"
8
8
maintainers :
9
9
- name : AlexMorbo
Original file line number Diff line number Diff line change 1
1
2
2
# youtrack
3
3
4
- ![ 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: 2024.3.57595] ( https://img.shields.io/badge/AppVersion-2024.3.57595-informational?style=flat-square )
4
+ ![ Version: 0.1.2 ] ( https://img.shields.io/badge/Version-0.1.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2024.3.57595] ( https://img.shields.io/badge/AppVersion-2024.3.57595-informational?style=flat-square )
5
5
6
6
Youtrack helm chart for Kubernetes
7
7
Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ metadata:
5
5
labels :
6
6
{{- include "youtrack.labels" . | nindent 4 }}
7
7
spec :
8
- {{- with .Values.persistence.backup .accessModes }}
8
+ {{- with .Values.persistence.backups .accessModes }}
9
9
accessModes :
10
10
{{- toYaml . | nindent 4 }}
11
11
{{- end }}
12
- {{- if .Values.persistence.backup .volumeName }}
13
- volumeName : {{ .Values.persistence.backup .volumeName }}
12
+ {{- if .Values.persistence.backups .volumeName }}
13
+ volumeName : {{ .Values.persistence.backups .volumeName }}
14
14
{{- end }}
15
- {{- with .Values.persistence.backup .storageClass }}
15
+ {{- with .Values.persistence.backups .storageClass }}
16
16
storageClassName : {{ if (eq "-" .) }}""{{ else }}{{ . }}{{ end }}
17
17
{{- end }}
18
18
resources :
19
19
requests :
20
- storage : " {{ .Values.persistence.backup .size }}"
20
+ storage : " {{ .Values.persistence.backups .size }}"
You can’t perform that action at this time.
0 commit comments