diff --git a/stable/postgresql/Chart.yaml b/stable/postgresql/Chart.yaml index 009ef250fd..44ba90320c 100644 --- a/stable/postgresql/Chart.yaml +++ b/stable/postgresql/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: postgresql -version: 7.1.0 -appVersion: 11.5.0 +version: 7.1.1 +appVersion: 11.6.0 description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. keywords: - postgresql diff --git a/stable/postgresql/values-production.yaml b/stable/postgresql/values-production.yaml index d9353db5e1..943c2f3e42 100644 --- a/stable/postgresql/values-production.yaml +++ b/stable/postgresql/values-production.yaml @@ -15,7 +15,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 11.5.0-debian-9-r84 + tag: 11.6.0-debian-9-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -373,7 +373,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.6.0-debian-9-r0 + tag: 0.7.0-debian-9-r12 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/stable/postgresql/values.yaml b/stable/postgresql/values.yaml index 60c8507663..4b629d5530 100644 --- a/stable/postgresql/values.yaml +++ b/stable/postgresql/values.yaml @@ -15,7 +15,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 11.5.0-debian-9-r84 + tag: 11.6.0-debian-9-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -373,7 +373,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.6.0-debian-9-r0 + tag: 0.7.0-debian-9-r12 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.