From b61b4bf7b935453d8a87767e256f204e34bdf063 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 29 Mar 2018 13:14:03 +0800 Subject: [PATCH] Update stable/postgresql/README.md (#4495) * Add version for postgresql Add version for postgresql * Update stable/postgresql/README.md Update stable/postgresql/README.md * Add appVersion key Add appVersion key * Modify appVersion Modify appVersion --- stable/postgresql/Chart.yaml | 3 ++- stable/postgresql/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/postgresql/Chart.yaml b/stable/postgresql/Chart.yaml index c64338735a..bcdaa80b20 100644 --- a/stable/postgresql/Chart.yaml +++ b/stable/postgresql/Chart.yaml @@ -1,5 +1,6 @@ name: postgresql -version: 0.9.3 +version: 0.9.4 +appVersion: 9.6.2 description: Object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. keywords: - postgresql diff --git a/stable/postgresql/README.md b/stable/postgresql/README.md index 52a45a094a..a5f2737bf8 100644 --- a/stable/postgresql/README.md +++ b/stable/postgresql/README.md @@ -104,7 +104,7 @@ $ helm install --name my-release -f values.yaml stable/postgresql The [postgres](https://github.com/docker-library/postgres) image stores the PostgreSQL data and configurations at the `/var/lib/postgresql/data/pgdata` path of the container. -The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) volume at this location. The volume is created using dynamic volume provisioning. If the PersistentVolumeClaim should not be managed by the chart, define `persistence.existingClaim`. +The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) at this location. The volume is created using dynamic volume provisioning. If the PersistentVolumeClaim should not be managed by the chart, define `persistence.existingClaim`. ### Existing PersistentVolumeClaims