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