Browse Source

El regstry apunta al proyecto reymota

Celestino Rey 4 months ago
parent
commit
279b450b9d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Jenkinsfile
  2. 1 1
      K8S/Makefile

+ 1 - 1
Jenkinsfile

@@ -13,7 +13,7 @@ pipeline {
   // Definición de variables de entorno
   environment {
     NOMBRE_APP = 'finanzas'
-    REGISTRO = 'harbor.reymota.es/finanzas'
+    REGISTRO = 'harbor.reymota.es/reymota'
   }
 
   // Definición de parámetros

+ 1 - 1
K8S/Makefile

@@ -1,4 +1,4 @@
-export REGISTRO=harbor.reymota.es\/finanzas
+export REGISTRO=harbor.reymota.es\/reymota
 #export REGISTRO=registry.reymota.es
 export IMG_VERSION = 48.8
 export NAMESPACE = finanzas