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>
This commit is contained in:
tinfoild[bot]
2023-11-28 14:34:36 +08:00
committed by GitHub
parent c1807ab6ab
commit 76974c39ae

View File

@@ -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']