1 Commits

Author SHA1 Message Date
27a507d87b chore(deps): update postgres docker tag to v18 2025-12-21 02:14:03 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ spec:
done done
containers: containers:
- name: act-runner - name: act-runner
image: "gitea/act_runner:0.2.13" image: "gitea/act_runner:0.2.12"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: ["sh", "-c", "while ! nc -z 127.0.0.1 2375 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- run.sh"] command: ["sh", "-c", "while ! nc -z 127.0.0.1 2375 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- run.sh"]
workingDir: /data workingDir: /data

View File

@@ -67,7 +67,7 @@ spec:
tcpSocket: tcpSocket:
port: 4822 port: 4822
- name: db - name: db
image: postgres:16-alpine image: postgres:18-alpine
securityContext: securityContext:
runAsUser: 70 runAsUser: 70
runAsGroup: 70 runAsGroup: 70