Chore: Bump manifests after adding previews

This commit is contained in:
2026-05-09 16:18:50 -04:00
parent c9bfdaf241
commit e5e1acb533
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.1
image: git.juggalol.com/juggalol/reactbin-api:v1.1.2
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.1
image: git.juggalol.com/juggalol/reactbin-api:v1.1.2
ports:
- containerPort: 8000
envFrom:

View File

@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: ui
image: git.juggalol.com/juggalol/reactbin-ui:v1.1.1
image: git.juggalol.com/juggalol/reactbin-ui:v1.1.2
ports:
- containerPort: 8080
livenessProbe: