From 3cc090091d07f0fa0a68f53e70b1b6ca85260b6e Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Wed, 23 Apr 2025 09:30:57 +0200 Subject: [PATCH] Acerca de solo para creylopez --- JugarAlPadel/K8S/Makefile | 2 +- JugarAlPadel/K8S/env-prod-configmap.yaml | 2 +- JugarAlPadel/gestion_reservas/templates/base.html | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/JugarAlPadel/K8S/Makefile b/JugarAlPadel/K8S/Makefile index 2d559f6..ff7686f 100644 --- a/JugarAlPadel/K8S/Makefile +++ b/JugarAlPadel/K8S/Makefile @@ -1,7 +1,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') export REGISTRY=registry.reymota.es -export IMG_VERSION = 0.70.23 +export IMG_VERSION = 0.70.24 export IMG_NGINX_VERSION = 2.3 # limpia todo diff --git a/JugarAlPadel/K8S/env-prod-configmap.yaml b/JugarAlPadel/K8S/env-prod-configmap.yaml index efedc32..124cd36 100644 --- a/JugarAlPadel/K8S/env-prod-configmap.yaml +++ b/JugarAlPadel/K8S/env-prod-configmap.yaml @@ -1,7 +1,7 @@ apiVersion: v1 data: DEBUG: "False" - APP_VERSION: 13.0.0 + APP_VERSION: 13.0.1 kind: ConfigMap metadata: labels: diff --git a/JugarAlPadel/gestion_reservas/templates/base.html b/JugarAlPadel/gestion_reservas/templates/base.html index 6912f6a..403368c 100644 --- a/JugarAlPadel/gestion_reservas/templates/base.html +++ b/JugarAlPadel/gestion_reservas/templates/base.html @@ -137,6 +137,7 @@ Ayuda +{% if request.user.is_authenticated and request.user.email == "creylopez@yahoo.es" %} - +{% endif %}