From 63640af52360a452108e12ae4e75a4ed56d16947 Mon Sep 17 00:00:00 2001 From: Marcel Puchol Blasco Date: Wed, 4 Sep 2024 18:32:02 +0200 Subject: [PATCH 1/2] SFTPGO: fix PVC reference in deployment --- charts/sftpgo/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} From 9a256208b2797fbac91879198886c257f7fbf0dc Mon Sep 17 00:00:00 2001 From: Marcel Puchol Blasco Date: Tue, 17 Sep 2024 12:32:47 +0200 Subject: [PATCH 2/2] Update chart version and docs --- charts/sftpgo/Chart.yaml | 2 +- charts/sftpgo/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.