diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 4296b4fa46..80f756b7f2 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: postgresql -version: 8.10.11 +version: 8.10.12 appVersion: 11.8.0 description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. keywords: diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index 2917a455af..ccb730c608 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -177,7 +177,7 @@ The following tables lists the configurable parameters of the PostgreSQL chart a | `securityContext.fsGroup` | Group ID for the container | `1001` | | `securityContext.runAsUser` | User ID for the container | `1001` | | `serviceAccount.enabled` | Enable service account (Note: Service Account will only be automatically created if `serviceAccount.name` is not set) | `false` | -| `serviceAcccount.name` | Name of existing service account | `nil` | +| `serviceAccount.name` | Name of existing service account | `nil` | | `livenessProbe.enabled` | Would you like a livenessProbe to be enabled | `true` | | `networkPolicy.enabled` | Enable NetworkPolicy | `false` | | `networkPolicy.allowExternal` | Don't require client label for connections | `true` |