Use Concourse CI

This commit is contained in:
斟酌 鵬兄 2022-07-31 21:29:08 +09:00
parent 856f1fae88
commit e7b4773ebb

View File

@ -26,7 +26,7 @@ spec:
mountPath: "/app/cache"
containers:
- name: web
image: registry.k8s.astropenguin.net/astrojs:2022.04.19
image: registry.k8s.astropenguin.net/astrojs:IMAGE_TAG
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.19
image: registry.k8s.astropenguin.net/astrojs:IMAGE_TAG
securityContext:
runAsGroup: 1001
runAsNonRoot: true