From 368adc5a41bef77e03a08b0edc225a4a2ab42839 Mon Sep 17 00:00:00 2001 From: wslulciuc Date: Sun, 6 Nov 2022 23:37:05 -0800 Subject: [PATCH] Fix psql image tag in chart Signed-off-by: wslulciuc --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 8d16d5cd22..d3ab286bcd 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -107,7 +107,7 @@ postgresql: ## @param image.tag PostgreSQL image tag (immutable tags are recommended) ## image: - tag: 0.27.0 + tag: 12.1.0 ## Authentication parameters ## ref: https://github.com/bitnami/bitnami-docker-postgresql/blob/master/README.md#setting-the-root-password-on-first-run ## ref: https://github.com/bitnami/bitnami-docker-postgresql/blob/master/README.md#creating-a-database-on-first-run