From 656f9e7b289e3d896c9541a9e2f6909be9e6b3b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 01:35:13 +0000 Subject: [PATCH] chore(deps): update postgresql docker tag to v15.5.31 --- 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 3368889..ff755aa 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.29 + version: 15.5.31 releaseName: postgresql valuesFile: values.yaml \ No newline at end of file