From a4c5f05875b22ea7989c788e4464be590dc46838 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Wed, 16 Nov 2022 17:17:26 +0000 Subject: [PATCH 1/2] Update container image tccr.io/truecharts/postgresql to v15.1.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 aa832e7e1f1..12c86cae0f6 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:1d5c95be8ddb4182509773cfc4d75101adcbd1ae97a47011cd52123dff59c691 + tag: 15.1.0@sha256:6cc9ecdd466b7b8d1e5d543a0d5836164f3c70bd5e923ef7c4f7633d921b05ca controller: # -- Set the controller type. From ff8535cc84e2b54b0eaafd7f262cca24b07bc659 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 16 Nov 2022 17:21:19 +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 91b64f69d22..ef6a7db5765 100644 --- a/charts/dependency/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "14.5.0" +appVersion: "15.1.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: 10.0.2 +version: 10.0.3 annotations: truecharts.org/catagories: | - database