From 470dec6e8a9bc5b253bfb522cba4fae1f7974dc4 Mon Sep 17 00:00:00 2001 From: Francesco Albano Date: Fri, 23 May 2025 01:34:59 +0200 Subject: [PATCH] Update images to tag 20250523-013457 --- k8s/backend.yaml | 2 +- k8s/frontend.yaml | 2 +- k8s/worker.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/backend.yaml b/k8s/backend.yaml index 9adc11f..1f20723 100644 --- a/k8s/backend.yaml +++ b/k8s/backend.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: backend - image: localhost:5000/backend:20250523-013240 + image: localhost:5000/backend:20250523-013457 ports: - containerPort: 3000 tolerations: diff --git a/k8s/frontend.yaml b/k8s/frontend.yaml index 91dcb63..40660e5 100644 --- a/k8s/frontend.yaml +++ b/k8s/frontend.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: frontend - image: localhost:5000/frontend:20250523-013240 + image: localhost:5000/frontend:20250523-013457 ports: - containerPort: 80 tolerations: diff --git a/k8s/worker.yaml b/k8s/worker.yaml index 07d2e40..c62e1fe 100644 --- a/k8s/worker.yaml +++ b/k8s/worker.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: worker - image: localhost:5000/worker:20250523-013240 + image: localhost:5000/worker:20250523-013457 tolerations: - key: "node.kubernetes.io/disk-pressure" operator: "Exists"