From 6aa5cdc1b05ed82f736a91d7c113a486dc2e90f1 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 09:28:49 +0800 Subject: [PATCH] feat(container): update image ghcr.io/onedr0p/postgres-init to v15.5 (#108) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- 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 ae83d523..97b76789 100644 --- a/kube/templates/test/app/hr.yaml +++ b/kube/templates/test/app/hr.yaml @@ -85,7 +85,7 @@ spec: 01-init-db: image: repository: "ghcr.io/onedr0p/postgres-init" - tag: "15.0" + tag: "15.5@sha256:18560dc4098004b6486a81c92d575a7f9d636c5ede997c515f15b52e130bd827" imagePullPolicy: IfNotPresent envFrom: [secretRef: {name: "${APPNAME}-pg-superuser"}] service: