chore: update k8s yaml

This commit is contained in:
Paul Pan 2023-12-23 15:38:16 +08:00
parent 1a5b8270ef
commit c07d32b914
Signed by: Paul
GPG Key ID: D639BDF5BA578AF4
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ spec:
spec:
containers:
- name: runner
image: git.0x7f.app/woj/woj-runner:1.1.0
image: git.0x7f.app/woj/woj-runner:1.2.0
imagePullPolicy: IfNotPresent
args:
- runner

View File

@ -20,10 +20,10 @@ spec:
spec:
initContainers:
- name: init-server
image: git.0x7f.app/woj/woj-server:1.1.0
image: git.0x7f.app/woj/woj-server:1.2.0
imagePullPolicy: IfNotPresent
args:
- init
- migrate
env:
- name: DATABASE_HOST
value: "db-service.woj.svc.cluster.local"
@ -44,7 +44,7 @@ spec:
key: POSTGRES_DB
containers:
- name: server
image: git.0x7f.app/woj/woj-server:1.1.0
image: git.0x7f.app/woj/woj-server:1.2.0
imagePullPolicy: IfNotPresent
args:
- server