diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index f6b677dd59..6ffd40e9bc 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -26,4 +26,4 @@ name: postgresql sources: - https://github.com/bitnami/bitnami-docker-postgresql - https://www.postgresql.org/ -version: 10.12.7 +version: 10.12.8 diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index 55588560ef..acf6a8acf4 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -74,7 +74,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/postgresql - tag: 11.13.0-debian-10-r67 + tag: 11.13.0-debian-10-r73 ## 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 @@ -108,7 +108,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r227 + tag: 10-debian-10-r233 ## 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 @@ -906,7 +906,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.10.0-debian-10-r95 + tag: 0.10.0-debian-10-r101 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.