From fbd6f9acd5b3da45d37e2af9b4ad605f518c4c13 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Fri, 5 Jul 2024 10:34:15 +0200 Subject: [PATCH] =?UTF-8?q?Cambio=20versi=C3=B3n=20de=20la=20imagen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReymotaPy/K8S/reymotapy-deployment.yaml | 2 +- ReymotaPy/servicios/creaImagen.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ReymotaPy/K8S/reymotapy-deployment.yaml b/ReymotaPy/K8S/reymotapy-deployment.yaml index cf3de4e..0882567 100644 --- a/ReymotaPy/K8S/reymotapy-deployment.yaml +++ b/ReymotaPy/K8S/reymotapy-deployment.yaml @@ -36,7 +36,7 @@ spec: - --bind - 0.0.0.0:5000 - reymotapy:create_app() - image: creylopez/reymotapy:1.0 + image: creylopez/reymotapy:2.0 name: reymotapy env: - name: SALUDO_DEMO diff --git a/ReymotaPy/servicios/creaImagen.sh b/ReymotaPy/servicios/creaImagen.sh index 1a53ebe..93cb9e3 100644 --- a/ReymotaPy/servicios/creaImagen.sh +++ b/ReymotaPy/servicios/creaImagen.sh @@ -1,3 +1,3 @@ -docker build --no-cache -t creylopez/reymotapy:1.0 . -docker push creylopez/reymotapy:1.0 +docker build --no-cache -t creylopez/reymotapy:2.0 . +docker push creylopez/reymotapy:2.0