From b7b69d472105b16a723c7f5071592a77b389fdc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:15:23 +0000 Subject: [PATCH] chore(deps): update postgresql docker tag to v15.5.27 --- 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 e53320c..4ee4806 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.26 + version: 15.5.27 releaseName: postgresql valuesFile: values.yaml \ No newline at end of file