From 4bcdc4af451b1aebb7cf9c66433b2206dc88c30d Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Tue, 22 Nov 2022 22:13:46 +0000 Subject: [PATCH 1/2] chore(deps): update container image tccr.io/truecharts/postgresql to v14.6.0 --- charts/dependency/postgresql/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/dependency/postgresql/values.yaml b/charts/dependency/postgresql/values.yaml index 0349dc0fca7..507af61e315 100644 --- a/charts/dependency/postgresql/values.yaml +++ b/charts/dependency/postgresql/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/postgresql pullPolicy: IfNotPresent - tag: 14.5.0@sha256:2ab027a8354d74817e2ba62db96184429e47ea49585873b49d97bd01234eeb80 + tag: 14.6.0@sha256:c3aaeb91fdc5f4a290df4faf963b6aaf8a5416b8b97e4b20e200cbc9919d4b41 controller: # -- Set the controller type. From 35574f1538e38f2b55707bae1b2e1f3387fdfc09 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 22 Nov 2022 22:18:39 +0000 Subject: [PATCH 2/2] Commit bumped Chart Version Signed-off-by: TrueCharts-Bot --- charts/dependency/postgresql/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/dependency/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml index fe80cc1a4fb..a270dd79d13 100644 --- a/charts/dependency/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "14.5.0" +appVersion: "14.6.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql - https://www.postgresql.org/ type: application -version: 11.0.2 +version: 11.0.3 annotations: truecharts.org/catagories: | - database