Skip to content

Commit 814653d

Browse files
authored
Merge pull request #59 from nickclyde/pvc-yaml-fix
Fix indentation for PVC accessModes
2 parents 709f6db + f86ce6c commit 814653d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/pixelfed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.19.0
18+
version: 0.19.1
1919

2020
# This is the version number of the application being deployed.
2121
# renovate:image=ghcr.io/mattlqx/docker-pixelfed

charts/pixelfed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pixelfed Helm Chart
22

3-
![Version: 0.19.0](https://img.shields.io/badge/Version-0.19.0-informational?style=flat-square) ![AppVersion: v0.12.4-nginx](https://img.shields.io/badge/AppVersion-v0.12.4--nginx-informational?style=flat-square)
3+
![Version: 0.19.1](https://img.shields.io/badge/Version-0.19.1-informational?style=flat-square) ![AppVersion: v0.12.4-nginx](https://img.shields.io/badge/AppVersion-v0.12.4--nginx-informational?style=flat-square)
44

55
A Helm chart for deploying Pixelfed on Kubernetes
66

charts/pixelfed/templates/pvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
storageClassName: {{ .Values.persistence.storageClassName }}
99
accessModes:
10-
{{- toYaml .Values.persistence.accessModes | indent 4 }}
10+
{{- toYaml .Values.persistence.accessModes | nindent 4 }}
1111
resources:
1212
requests:
1313
storage: {{ .Values.persistence.storage }}

0 commit comments

Comments
 (0)