Chore: Bump manifests for v1.2.0 release

This commit is contained in:
2026-05-09 17:10:03 -04:00
parent 781be909bc
commit a280d8c761
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ spec:
spec:
initContainers:
- name: migrate
image: git.juggalol.com/juggalol/reactbin-api:v1.1.2
image: git.juggalol.com/juggalol/reactbin-api:v1.2.0
command: ["alembic", "upgrade", "head"]
workingDir: /app
envFrom:
@@ -26,7 +26,7 @@ spec:
runAsUser: 1001
containers:
- name: api
image: git.juggalol.com/juggalol/reactbin-api:v1.1.2
image: git.juggalol.com/juggalol/reactbin-api:v1.2.0
ports:
- containerPort: 8000
envFrom: