1 Commits

Author SHA1 Message Date
cb625f131a chore(deps): update redis docker tag to v8 2025-12-21 02:14:08 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ spec:
- name: csismb-authelia-conf - name: csismb-authelia-conf
mountPath: /config mountPath: /config
- name: redis - name: redis
image: redis:7-alpine image: redis:8-alpine
args: args:
- redis-server - redis-server
- --requirepass - --requirepass

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