Fixed broken archive buttons

This commit is contained in:
2022-04-19 19:12:02 +09:00
parent fc0ff969e9
commit 856f1fae88
2 changed files with 19 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ spec:
mountPath: "/app/cache"
containers:
- name: web
image: registry.k8s.astropenguin.net/astrojs:2022.04.10
image: registry.k8s.astropenguin.net/astrojs:2022.04.19
securityContext:
runAsGroup: 1001
runAsNonRoot: true
@@ -54,7 +54,7 @@ spec:
- name: redis
image: redis:6.0.8-alpine
- name: compiler
image: registry.k8s.astropenguin.net/astrojs:2022.04.10
image: registry.k8s.astropenguin.net/astrojs:2022.04.19
securityContext:
runAsGroup: 1001
runAsNonRoot: true