From 979cf8d6f856a3374e13ad6302fb3fe302ddd0d4 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 13 Feb 2021 01:05:42 +0000 Subject: [PATCH] Update docker.io/bitnami/postgresql Docker tag to v11.11.0 --- helm/charts/artifactory/charts/postgresql/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/charts/artifactory/charts/postgresql/values.yaml b/helm/charts/artifactory/charts/postgresql/values.yaml index f45c418..1a479d9 100644 --- a/helm/charts/artifactory/charts/postgresql/values.yaml +++ b/helm/charts/artifactory/charts/postgresql/values.yaml @@ -15,7 +15,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 11.9.0-debian-10-r1 + tag: 11.11.0-debian-10-r1 ## 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 -- GitLab