Fix: Update meta preview and bump manifests to v1.4.3
All checks were successful
Pipeline / UI Lint (push) Successful in 59s
Pipeline / API Unit Tests (push) Successful in 19s
Pipeline / API Lint (push) Successful in 9s
Pipeline / UI Tests (push) Successful in 1m32s
Pipeline / API Integration Tests (push) Successful in 27s
Pipeline / Build & Push API Image (push) Successful in 43s
Pipeline / Build & Push UI Image (push) Successful in 54s
All checks were successful
Pipeline / UI Lint (push) Successful in 59s
Pipeline / API Unit Tests (push) Successful in 19s
Pipeline / API Lint (push) Successful in 9s
Pipeline / UI Tests (push) Successful in 1m32s
Pipeline / API Integration Tests (push) Successful in 27s
Pipeline / Build & Push API Image (push) Successful in 43s
Pipeline / Build & Push UI Image (push) Successful in 54s
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: migrate
|
- name: migrate
|
||||||
image: git.juggalol.com/juggalol/reactbin-api:v1.4.1
|
image: git.juggalol.com/juggalol/reactbin-api:v1.4.3
|
||||||
command: ["alembic", "upgrade", "head"]
|
command: ["alembic", "upgrade", "head"]
|
||||||
workingDir: /app
|
workingDir: /app
|
||||||
envFrom:
|
envFrom:
|
||||||
@@ -26,7 +26,7 @@ spec:
|
|||||||
runAsUser: 1001
|
runAsUser: 1001
|
||||||
containers:
|
containers:
|
||||||
- name: api
|
- name: api
|
||||||
image: git.juggalol.com/juggalol/reactbin-api:v1.4.1
|
image: git.juggalol.com/juggalol/reactbin-api:v1.4.3
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ui
|
- name: ui
|
||||||
image: git.juggalol.com/juggalol/reactbin-ui:v1.4.1
|
image: git.juggalol.com/juggalol/reactbin-ui:v1.4.3
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
|||||||
@@ -10,12 +10,12 @@
|
|||||||
<meta property="og:title" content="Reactbin">
|
<meta property="og:title" content="Reactbin">
|
||||||
<meta property="og:description" content="Find your perfect reaction image.">
|
<meta property="og:description" content="Find your perfect reaction image.">
|
||||||
<meta property="og:url" content="https://reactbin.juggalol.com">
|
<meta property="og:url" content="https://reactbin.juggalol.com">
|
||||||
<meta property="og:image" content="https://cdn.reactbin.juggalol.com/WYMmXnpA">
|
<meta property="og:image" content="https://cdn.reactbin.juggalol.com/baYB6eiC">
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Reactbin">
|
<meta name="twitter:title" content="Reactbin">
|
||||||
<meta name="twitter:description" content="Find your perfect reaction image.">
|
<meta name="twitter:description" content="Find your perfect reaction image.">
|
||||||
<meta name="twitter:image" content="https://cdn.reactbin.juggalol.com/WYMmXnpA">
|
<meta name="twitter:image" content="https://cdn.reactbin.juggalol.com/baYB6eiC">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||||
|
|||||||
Reference in New Issue
Block a user