Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
130177a9f2 | ||
|
|
7644b53c49 | ||
|
|
8c52229e71 | ||
|
|
2d09867f70 | ||
|
|
6a0e9965a9 | ||
|
|
095912d02d | ||
|
|
a1d2f9db67 |
@@ -36,7 +36,9 @@ export default async function revalidateStorefrontHandler({
|
|||||||
|
|
||||||
export const config: SubscriberConfig = {
|
export const config: SubscriberConfig = {
|
||||||
event: [
|
event: [
|
||||||
|
"product.created",
|
||||||
"product.updated",
|
"product.updated",
|
||||||
|
"product.deleted",
|
||||||
"product-variant.updated",
|
"product-variant.updated",
|
||||||
"product-variant.created",
|
"product-variant.created",
|
||||||
"product-variant.deleted",
|
"product-variant.deleted",
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ spec:
|
|||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
|
|
||||||
- name: migrations
|
- name: migrations
|
||||||
image: gitea.cruzcloud.net/devops/ecommerce-medusa:v1.0.88
|
image: gitea.cruzcloud.net/devops/ecommerce-medusa:v1.0.92
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- npx
|
- npx
|
||||||
@@ -73,7 +73,7 @@ spec:
|
|||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: medusa
|
- name: medusa
|
||||||
image: gitea.cruzcloud.net/devops/ecommerce-medusa:v1.0.88
|
image: gitea.cruzcloud.net/devops/ecommerce-medusa:v1.0.92
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ spec:
|
|||||||
- name: gitea-registry-secret
|
- name: gitea-registry-secret
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: gitea.cruzcloud.net/devops/ecommerce-frontend:v1.0.89
|
image: gitea.cruzcloud.net/devops/ecommerce-frontend:v1.0.91
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user