From 76974c39aed344de09ca35f5fc5c8bc11fadbe2d Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:34:36 +0800 Subject: [PATCH] feat(container): update image docker.io/psono/psono-server-enterprise to v3.8.0 (#44) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/deploy/apps/psono/app/hr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kube/deploy/apps/psono/app/hr.yaml b/kube/deploy/apps/psono/app/hr.yaml index 3cb7e2ec..78dac2f3 100644 --- a/kube/deploy/apps/psono/app/hr.yaml +++ b/kube/deploy/apps/psono/app/hr.yaml @@ -22,7 +22,7 @@ spec: replicas: 1 image: repository: "docker.io/psono/psono-server-enterprise" - tag: "3.5.4" + tag: "3.8.0" podLabels: ingress.home.arpa/nginx: "allow" db.home.arpa/pg: "pg-enc" @@ -127,7 +127,7 @@ spec: imagePullPolicy: IfNotPresent envFrom: [secretRef: {name: psono-pg-superuser}] 02-un-root: - image: "docker.io/psono/psono-server-enterprise:3.5.4" + image: "docker.io/psono/psono-server-enterprise:3.8.0" imagePullPolicy: IfNotPresent # command: ["/bin/sh", "-c", 'chown -R ${APP_UID_PSONO}:${APP_UID_PSONO} /psono && cp -rL /root/. /psono && find /psono -type f | xargs -I% sed -i "s/\/root/\/psono/g" %'] command: ["/bin/sh", "-c", 'cp -rL /root/. /psono && chown -R ${APP_UID_PSONO}:${APP_UID_PSONO} /psono; exit']