diff --git a/gitea/Chart.yaml b/gitea/Chart.yaml index 668dce7..4e9691f 100644 --- a/gitea/Chart.yaml +++ b/gitea/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/gitea/templates/statefulset.yaml b/gitea/templates/statefulset.yaml index e9e5bce..2859fb2 100644 --- a/gitea/templates/statefulset.yaml +++ b/gitea/templates/statefulset.yaml @@ -69,14 +69,12 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} volumeClaimTemplates: - - apiVersion: v1 - kind: PersistentVolumeClaim - metadata: - name: gitea-pv - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: {{ .Values.config.storageSize }} - storageClassName: {{ .Values.config.storageClassName | quote }} + - metadata: + name: gitea-pv + spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: {{ .Values.config.storageSize }} + storageClassName: {{ .Values.config.storageClassName | quote }} diff --git a/tautulli/templates/.statefulset.yaml.swp b/tautulli/templates/.statefulset.yaml.swp new file mode 100644 index 0000000..76285bf Binary files /dev/null and b/tautulli/templates/.statefulset.yaml.swp differ