From 2e0637bcd7747ff43efc7346b3d986a7ebf7ec3a Mon Sep 17 00:00:00 2001 From: Thumbscrew Date: Sat, 16 Mar 2024 16:14:16 +0000 Subject: [PATCH] chore: upgrade postgresql chart to 14.3.3 (#60) --- charts/tandoor-recipes/Chart.lock | 6 +++--- charts/tandoor-recipes/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/tandoor-recipes/Chart.lock b/charts/tandoor-recipes/Chart.lock index ca8828d..c486b0c 100644 --- a/charts/tandoor-recipes/Chart.lock +++ b/charts/tandoor-recipes/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.12.10 -digest: sha256:c46f569535f1fbc2cbd743df1c0c38af969b6f82d638705af20aaba0af03d71b -generated: "2024-01-20T17:18:32.741753422Z" + version: 14.3.3 +digest: sha256:aba40242a16a6e968b228e2f0f5f03726c0451803e3278f9103fe96124ddd894 +generated: "2024-03-16T16:07:53.492260804Z" diff --git a/charts/tandoor-recipes/Chart.yaml b/charts/tandoor-recipes/Chart.yaml index 8aea309..820ce72 100644 --- a/charts/tandoor-recipes/Chart.yaml +++ b/charts/tandoor-recipes/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -26,6 +26,6 @@ appVersion: "1.5.11" dependencies: - name: postgresql - version: ^12.12.10 + version: ^14.3.3 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled