From 4310e62837ad6dde4783f49f2d78869651e57c02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:25:12 +0000 Subject: [PATCH] chore(deps): update postgresql docker tag to v15.5.25 --- infrastructures/postgresql/env/k3s-cluster/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructures/postgresql/env/k3s-cluster/kustomization.yaml b/infrastructures/postgresql/env/k3s-cluster/kustomization.yaml index f6b8aff..6748a16 100644 --- a/infrastructures/postgresql/env/k3s-cluster/kustomization.yaml +++ b/infrastructures/postgresql/env/k3s-cluster/kustomization.yaml @@ -3,6 +3,6 @@ kind: Kustomization helmCharts: - name: postgresql repo: oci://registry-1.docker.io/bitnamicharts - version: 15.5.24 + version: 15.5.25 releaseName: postgresql valuesFile: values.yaml \ No newline at end of file