Skip to content

Commit

Permalink
Merge pull request #219 from marcel-puchol-jt/sftpgo-fix-pvc-referenc…
Browse files Browse the repository at this point in the history
…e-in-deployment

SFTPGO: fix PVC reference in deployment
  • Loading branch information
sagikazarmark committed Sep 17, 2024
2 parents 4722b26 + 9a25620 commit 7b98fde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/sftpgo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/sftpgo/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion charts/sftpgo/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7b98fde

Please sign in to comment.