Browse Source

Cambio de versión

politica
Celestino Rey 1 year ago
parent
commit
b868c77858
4 changed files with 4 additions and 3 deletions
  1. +1
    -0
      JugarAlPadel/.dockerignore
  2. +1
    -1
      JugarAlPadel/K8S/Makefile
  3. +1
    -1
      JugarAlPadel/K8S/Makefile.local
  4. +1
    -1
      JugarAlPadel/gestion_reservas/gestion_reservas/models.py

+ 1
- 0
JugarAlPadel/.dockerignore View File

@ -4,5 +4,6 @@ venv/
entornoPruebas.sh
eventos/migrations/*
reymotausers/migrations/*
gestion_reservas/migrations/*
gestion_reservas/db.sqlite

+ 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=registry.reymota.es
export IMG_VERSION = 0.31
export IMG_VERSION = 0.32
export IMG_NGINX_VERSION = 2.3
# limpia todo


+ 1
- 1
JugarAlPadel/K8S/Makefile.local View File

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


+ 1
- 1
JugarAlPadel/gestion_reservas/gestion_reservas/models.py View File

@ -3,7 +3,7 @@ from django.db import models
class Ayuda(models.Model):
APARTADOS =[
APARTADOS = [
('ORG', 'Organización'),
('RES', 'Reserva y cancelación'),
('POZ', 'Los partidos'),


Loading…
Cancel
Save