From afc603d6eff0dc5f0d000e6eac3b684bac588c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 08:10:37 +0000 Subject: [PATCH] Bump postgresql from 18.2.3 to 18.5.15 in /chart Bumps postgresql from 18.2.3 to 18.5.15. --- updated-dependencies: - dependency-name: postgresql dependency-version: 18.5.15 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- chart/Chart.lock | 6 +++--- chart/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/Chart.lock b/chart/Chart.lock index 09a41cf..e92a0ef 100644 --- a/chart/Chart.lock +++ b/chart/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 18.2.3 -digest: sha256:90b320ea417239191eae8a5f67a4e7c75e3d7d8ef08ed224b454998441df03bf -generated: "2026-01-26T08:27:02.209436416Z" + version: 18.5.15 +digest: sha256:2e44c85ff63597ce06554086c700b22c969e2d91cf7a35559095814504ee43f2 +generated: "2026-04-06T08:10:32.199652711Z" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 5a420f0..e52a30d 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -8,7 +8,7 @@ appVersion: "v1.5.0" # Your application version # Optional Dependency: Bitnami PostgreSQL chart dependencies: - name: postgresql - version: 18.2.3 # Specify a compatible version range (check Bitnami chart releases) + version: 18.5.15 # Specify a compatible version range (check Bitnami chart releases) repository: "https://charts.bitnami.com/bitnami" # Use OCI repository # condition: postgresql.enabled means this chart is only included if values.postgresql.enabled is true condition: postgresql.enabled \ No newline at end of file