From f876d68a24744e7bd205a69e0cede4f7e0cc309f Mon Sep 17 00:00:00 2001 From: null <139585163+KubeArchitectBot@users.noreply.github.com> Date: Wed, 10 Sep 2025 00:52:43 +0000 Subject: [PATCH] Update postgres:15-alpine Docker digest to dfcf045 --- helm/secure-notes/templates/backend-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/secure-notes/templates/backend-deployment.yaml b/helm/secure-notes/templates/backend-deployment.yaml index 9a5e8b717..f9b9f5fea 100644 --- a/helm/secure-notes/templates/backend-deployment.yaml +++ b/helm/secure-notes/templates/backend-deployment.yaml @@ -50,7 +50,7 @@ spec: # Wait for database to be ready {{- if .Values.postgresql.enabled }} - name: wait-for-postgres - image: postgres:15-alpine@sha256:987b242173006d6df08506f10b967a71478a3610664cfefbc49b9c775d3d0eed + image: postgres:15-alpine@sha256:dfcf0459185089e88a43197975780f5a3078acd5ece84824a14c9d6fbbab02d0 command: - sh - -c