From 571391cafd7b0dcc7e91e6494c971cfd237fef3b Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:30:39 +0800 Subject: [PATCH] fix(container): update image docker.io/psono/psono-client to v2.4.9 (#19) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/deploy/apps/psono/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/psono/app/hr.yaml b/kube/deploy/apps/psono/app/hr.yaml index ab287148..791fcefb 100644 --- a/kube/deploy/apps/psono/app/hr.yaml +++ b/kube/deploy/apps/psono/app/hr.yaml @@ -230,7 +230,7 @@ spec: memory: 6000Mi initContainers: 02-un-root: - image: "docker.io/psono/psono-client:2.4.4" + image: "docker.io/psono/psono-client:2.4.9" imagePullPolicy: IfNotPresent # command: ["/bin/sh", "-c", 'cp -rL /usr/share/nginx/html/. /psono && chown -R 69420:69420 /psono; exit'] command: ["/bin/sh", "-c", 'cp -rL /usr/share/nginx/html/. /psono; exit']