From d70e4d1db9eb7943302cba779dd2be14ecde7fc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:44:26 +1000 Subject: [PATCH] chore(deps): update postgresql docker tag to v15.5.29 (#978) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 c6b51ac..3368889 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.28 + version: 15.5.29 releaseName: postgresql valuesFile: values.yaml \ No newline at end of file