devops
e9c93bfb82
fix(medusa): usar flags explicitos en pg_isready en vez de DATABASE_URL crudo
...
El init container wait-for-postgres pasaba $DATABASE_URL completo a
pg_isready. Al agregarle ?sslmode=disable (via create-commerce-secrets.sh),
pg_isready fallaba con "no attempt" (exit 3, conninfo invalida para su
parser de URI) y el pod quedaba atascado en Init indefinidamente, sin
llegar nunca al CrashLoopBackOff visible. Postgres, DNS, Endpoints y
NetworkPolicy estaban sanos; el fallo era puramente del parseo de la URI.
Se reemplaza por -h/-p/-U/-d explicitos (host y puerto fijos del Service,
usuario y db ya disponibles via envFrom), asi el init container queda
inmune a query params futuros en DATABASE_URL.
2026-08-10 00:27:10 -05:00
devops
7a83ed61b9
fix(medusa): forzar podAffinity con commerce-postgres para evitar blackhole MTU cross-node
...
Diagnostico: pg_isready y el cliente pg de Medusa fallan de forma
consistente (100%, 186/186 intentos) cuando el pod queda agendado en un
nodo distinto al de commerce-postgres-0. TCP handshake (nc/ping) funciona
cruzando nodos, pero el primer paquete de datos real de la sesion nunca
llega - blackhole de PMTU Discovery entre los nodos del cluster k3d
(flannel VXLAN / MTU del bridge Docker subyacente).
Se agrega podAffinity requiredDuringSchedulingIgnoredDuringExecution
(no nodeSelector fijo, mantiene portabilidad) para que medusa-deploy
siempre comparta nodo con commerce-postgres-0 y evite cruzar el
blackhole. Es un workaround, no el fix de raiz: documentado en
docs/known-issues.md junto con el TODO de ajustar el MTU del cluster
a 1400.
2026-08-09 02:34:15 -05:00
devops
f4ad14028e
fix(medusa): agregar initContainer wait-for-postgres para evitar CrashLoopBackOff por fallo transitorio de red en arranque
2026-08-09 01:29:43 -05:00
gitea-actions
7066f2d871
chore(gitops): deploy Medusa v1.0.85 [skip ci]
2026-08-02 07:07:12 +00:00
devops
7f222b118c
chore(commerce): restore MinIO manifest permissions [skip ci]
2026-08-01 00:56:05 -05:00
devops
c865063f24
fix(commerce): use published MinIO image and rebuild Medusa
Build and Push Medusa / Construir y publicar Medusa (push) Failing after 1m11s
2026-08-01 00:49:49 -05:00
devops
8100b8b1fa
feat(commerce): activate Medusa phase 1 stack
2026-08-01 00:29:32 -05:00
devops
b58fbc2c19
chore: release v1.0.77 [skip ci]
2026-08-01 04:36:52 +00:00
devops
aa857bc2ae
fase 1
Build and Push Frontend / Construir y Subir Imagen (push) Successful in 9m23s
Build and Push Medusa / Construir y publicar Medusa (push) Failing after 15m12s
2026-07-31 23:27:01 -05:00
devops
4b85fccc97
chore: release v1.0.75 [skip ci]
2026-07-27 02:04:25 +00:00
devops
bacabe21db
fix(ci): validate active catalog navigation components
Build and Push Frontend / Construir y Subir Imagen (push) Successful in 5m36s
2026-07-26 20:54:59 -05:00
devops
47bba80cb5
fix(frontend): synchronize catalog navigation with URL
Build and Push Frontend / Construir y Subir Imagen (push) Failing after 29s
2026-07-26 20:36:53 -05:00
devops
b66d18b23f
chore: release v1.0.72 [skip ci]
2026-07-26 22:39:03 +00:00
devops
46e53f0f26
fix(build): exclude catalog integration example from production
Build and Push Frontend / build (push) Successful in 4m11s
2026-07-26 17:34:55 -05:00
devops
5b9a1d5c4c
menus
Build and Push Frontend / build (push) Failing after 2m23s
2026-07-26 17:26:13 -05:00
devops
9e6b29fd01
chore(gitops): remove misplaced frontend sources [skip ci]
2026-07-26 17:04:17 -05:00
devops
dd18c2f6b2
Add workloads/ecommerce/integration/app-catalog-page.example.tsx
Build and Push Frontend / build (push) Canceled after 1m53s
2026-07-26 21:38:40 +00:00
devops
a6eb98c5af
chore: release v1.0.65 [skip ci]
2026-07-26 21:36:57 +00:00
devops
b4f390f6ba
Add workloads/ecommerce/src/components/catalog/CatalogRouteBoundary.tsx
Build and Push Frontend / build (push) Canceled after 0s
2026-07-26 21:36:26 +00:00
devops
531e213be9
Add workloads/ecommerce/src/components/navigation/CategoryMenu.tsx
Build and Push Frontend / build (push) Canceled after 0s
2026-07-26 21:35:39 +00:00
devops
4dd9adba26
Delete workloads/ecommerce/src/components/navigation/CategoryMenu.tsx
Build and Push Frontend / build (push) Canceled after 0s
2026-07-26 21:34:49 +00:00
devops
9f1308cb3c
Add workloads/ecommerce/src/components/navigation/CategoryMenu.module.css
Build and Push Frontend / build (push) Canceled after 2m31s
2026-07-26 21:34:26 +00:00
devops
fd032bd2a9
Add workloads/ecommerce/src/components/navigation/CategoryMenu.tsx
Build and Push Frontend / build (push) Successful in 5m20s
2026-07-26 21:31:33 +00:00
devops
40b06e8f0c
chore: release v1.0.64 [skip ci]
2026-07-26 21:03:23 +00:00
devops
932dec8dbd
Add workloads/ecommerce/patches/frontend-resources.yaml
Build and Push Frontend / build (push) Successful in 8m26s
2026-07-26 20:55:07 +00:00
devops
2bf8d52a21
chore: release v1.0.63 [skip ci]
2026-07-26 20:46:21 +00:00
devops
df4a3cd557
Add workloads/ecommerce/patches/catalog-resources.yaml
Build and Push Frontend / build (push) Successful in 4m48s
2026-07-26 20:41:36 +00:00
devops
17ab725587
chore: release v1.0.62 [skip ci]
2026-07-26 20:32:06 +00:00
devops
f95d271691
Update workloads/ecommerce/kustomization.yaml
Build and Push Frontend / build (push) Successful in 1m37s
2026-07-26 20:30:34 +00:00
devops
9406a20e67
chore: release v1.0.61 [skip ci]
2026-07-26 20:22:57 +00:00
devops
ac331c482d
Update workloads/ecommerce/kustomization.yaml
Build and Push Frontend / build (push) Successful in 1m44s
2026-07-26 20:21:23 +00:00
devops
6be9b740c0
chore: release v1.0.60 [skip ci]
2026-07-26 20:07:09 +00:00
devops
1802a70845
Update workloads/ecommerce/kustomization.yaml
...
Build and Push Frontend / build (push) Successful in 2m27s
El Service incluido dentro de frontend.yaml no será modificado, porque el patch apunta exclusivamente al recurso:
Deployment/frontend-deploy
2026-07-26 20:04:51 +00:00
devops
3693f78515
chore: release v1.0.59 [skip ci]
2026-07-24 07:03:11 +00:00
devops
c46179a950
Update workloads/ecommerce/package.json
Build and Push Frontend / build (push) Successful in 8m47s
2026-07-24 06:54:31 +00:00
devops
3cf6a51799
Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Failing after 1m13s
2026-07-24 06:48:14 +00:00
devops
80bca3e5c5
Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Failing after 49s
2026-07-24 06:40:53 +00:00
devops
154536f0da
Update workloads/ecommerce/.npmrc
Build and Push Frontend / build (push) Failing after 1m40s
2026-07-24 06:40:21 +00:00
devops
29d32f71a4
Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Failing after 1m30s
2026-07-24 06:35:30 +00:00
devops
5c4f3e52d2
Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Failing after 2m2s
2026-07-24 06:27:31 +00:00
devops
cd111617a2
Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Failing after 1m35s
2026-07-24 06:03:20 +00:00
devops
899d093f3f
Update workloads/ecommerce/package.json
Build and Push Frontend / build (push) Failing after 58s
2026-07-24 04:54:25 +00:00
devops
9d68903abd
Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Canceled after 0s
2026-07-24 04:53:45 +00:00
devops
4a641491bf
Add workloads/ecommerce/.npmrc
Build and Push Frontend / build (push) Canceled after 0s
2026-07-24 04:52:35 +00:00
devops
ad88fe0df7
Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Canceled after 51m59s
2026-07-24 04:22:28 +00:00
devops
6e98cfba37
Update workloads/ecommerce/next.config.ts
Build and Push Frontend / build (push) Canceled after 0s
2026-07-24 04:17:37 +00:00
devops
dc9827e353
Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Canceled after 0s
2026-07-24 04:15:25 +00:00
devops
891757e973
Update workloads/ecommerce/.dockerignore
Build and Push Frontend / build (push) Canceled after 2m50s
2026-07-24 04:14:59 +00:00
devops
4c75b7f850
Update workloads/ecommerce/next.config.ts
Build and Push Frontend / build (push) Canceled after 23m29s
2026-07-20 03:53:27 +00:00
devops
a8aef44693
Update workloads/ecommerce/Dockerfile
2026-07-20 03:50:52 +00:00