Skip to content

Commit c20ccca

Browse files
committed
[YouTrack] Fixes with pvc
1 parent eda9b25 commit c20ccca

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/youtrack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
33
name: youtrack
44
description: Youtrack helm chart for Kubernetes
55
type: application
6-
version: 0.1.1
6+
version: 0.1.2
77
appVersion: "2024.3.57595"
88
maintainers:
99
- name: AlexMorbo

charts/youtrack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# youtrack
33

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)
55

66
Youtrack helm chart for Kubernetes
77

charts/youtrack/templates/pvc-backup.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ metadata:
55
labels:
66
{{- include "youtrack.labels" . | nindent 4 }}
77
spec:
8-
{{- with .Values.persistence.backup.accessModes }}
8+
{{- with .Values.persistence.backups.accessModes }}
99
accessModes:
1010
{{- toYaml . | nindent 4 }}
1111
{{- 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 }}
1414
{{- end }}
15-
{{- with .Values.persistence.backup.storageClass }}
15+
{{- with .Values.persistence.backups.storageClass }}
1616
storageClassName: {{ if (eq "-" .) }}""{{ else }}{{ . }}{{ end }}
1717
{{- end }}
1818
resources:
1919
requests:
20-
storage: "{{ .Values.persistence.backup.size }}"
20+
storage: "{{ .Values.persistence.backups.size }}"

0 commit comments

Comments
 (0)