From 00528a02e844adfe12d784cc478196953f2147a6 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:55:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(docker/postgres-init)!:=20Update=20?= =?UTF-8?q?=E2=9E=BC=2016.6=20(#1194)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kube/templates/test/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/templates/test/app/hr.yaml b/kube/templates/test/app/hr.yaml index b0c1df9e..a3baba47 100644 --- a/kube/templates/test/app/hr.yaml +++ b/kube/templates/test/app/hr.yaml @@ -102,7 +102,7 @@ spec: 01-init-db: image: repository: "ghcr.io/onedr0p/postgres-init" - tag: "15.5@sha256:70b4c228f2e86de39008a35211c76c1ac6de1dcdf0e908ac09ede6a11e2344e2" + tag: "16.6@sha256:35353a77777ee8f634d0f3945f495b4a40065134b8619e0d18bd49b0ee9c855b" envFrom: [secretRef: { name: "${APPNAME}-pg-superuser" }] securityContext: *sc #resources: