diff --git a/bitnami/postgresql/Chart.lock b/bitnami/postgresql/Chart.lock index 4a7721a9ab..1ffc24ea4f 100644 --- a/bitnami/postgresql/Chart.lock +++ b/bitnami/postgresql/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 1.2.3 -digest: sha256:ef82cbc1e15eb074ed05cdec22538cacb27b5b2ad706ba4c5b18ffb1a14f701c -generated: "2021-01-04T17:59:33.709728131Z" + version: 1.3.8 +digest: sha256:f0211420bd958bc7445b20cca83bf21b3d04f38ef702f345dcf1cbe7ee5584a0 +generated: "2021-02-04T19:41:43.367086963Z" diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 1767aefe14..cc3a037b0f 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.2.6 +version: 10.2.7 diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index f37255b05b..d46bd683f8 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -15,7 +15,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 11.10.0-debian-10-r60 + tag: 11.10.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 @@ -754,7 +754,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-10-r328 + tag: 0.8.0-debian-10-r347 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.