diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 8c79ebea08..113ec9c220 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.13.2 +version: 10.13.3 diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index 18b6cb22b5..02775ac7b7 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -77,7 +77,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/postgresql - tag: 11.13.0-debian-10-r77 + tag: 11.13.0-debian-10-r79 ## 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 @@ -111,7 +111,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r236 + tag: 10-debian-10-r238 ## 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 @@ -909,7 +909,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.10.0-debian-10-r104 + tag: 0.10.0-debian-10-r106 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.