diff --git a/charts/sftpgo/Chart.yaml b/charts/sftpgo/Chart.yaml index f5fb9a4..1e66a80 100644 --- a/charts/sftpgo/Chart.yaml +++ b/charts/sftpgo/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 type: application name: sftpgo -version: 0.21.0 +version: 0.22.0 appVersion: 2.5.4 kubeVersion: ">=1.16.0-0" description: Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. diff --git a/charts/sftpgo/README.md b/charts/sftpgo/README.md index 10b9770..c29e452 100644 --- a/charts/sftpgo/README.md +++ b/charts/sftpgo/README.md @@ -1,6 +1,6 @@ # sftpgo -![version: 0.21.0](https://img.shields.io/badge/version-0.21.0-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 2.5.4](https://img.shields.io/badge/app%20version-2.5.4-informational?style=flat-square) ![kube version: >=1.16.0-0](https://img.shields.io/badge/kube%20version->=1.16.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-sftpgo-informational?style=flat-square)](https://artifacthub.io/packages/helm/sagikazarmark/sftpgo) +![version: 0.22.0](https://img.shields.io/badge/version-0.22.0-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 2.5.4](https://img.shields.io/badge/app%20version-2.5.4-informational?style=flat-square) ![kube version: >=1.16.0-0](https://img.shields.io/badge/kube%20version->=1.16.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-sftpgo-informational?style=flat-square)](https://artifacthub.io/packages/helm/sagikazarmark/sftpgo) Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. diff --git a/charts/sftpgo/templates/deployment.yaml b/charts/sftpgo/templates/deployment.yaml index c61672d..df9c7c1 100644 --- a/charts/sftpgo/templates/deployment.yaml +++ b/charts/sftpgo/templates/deployment.yaml @@ -141,7 +141,7 @@ spec: {{- if .Values.persistence.enabled }} - name: sftpgo-volume persistentVolumeClaim: - claimName: {{ include "sftpgo.fullname" . }}-pvc + claimName: {{ include "sftpgo.fullname" . }} {{- end }} {{- with .Values.volumes }} {{- toYaml . | nindent 8 }}