Browse Source

Cambio de versión

politica
Celestino Rey 9 months ago
parent
commit
55fd44b66e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      JugarAlPadel/K8S/Makefile

+ 1
- 1
JugarAlPadel/K8S/Makefile View File

@ -2,7 +2,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':')
#export REGISTRY=localhost:5000 #export REGISTRY=localhost:5000
export REGISTRY=registry.reymota.es export REGISTRY=registry.reymota.es
export IMG_VERSION = 0.62
export IMG_VERSION = 0.63
export IMG_NGINX_VERSION = 2.3 export IMG_NGINX_VERSION = 2.3
# limpia todo # limpia todo


Loading…
Cancel
Save