فهرست منبع

Quito APP_VERSION de deployment

Celestino Rey 1 سال پیش
والد
کامیت
0e166f7513
3فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 2 2
      Fleet/70-jugaralpadel-deployment.yaml
  2. 1 1
      K8S/Makefile
  3. 2 2
      src/gestion_reservas/settings.py

+ 2 - 2
Fleet/70-jugaralpadel-deployment.yaml

@@ -37,10 +37,10 @@ spec:
           - --bind
           - 0.0.0.0:8000
         name: jugaralpadel
-        image: registry.reymota.es/jugaralpadel-x86_64:0.70.41
+        image: registry.reymota.es/jugaralpadel-x86_64:0.70.42
         env:
         - name: IMG_VERSION
-          value: "0.70.41"
+          value: "0.70.42"
         - name: DEBUG
           valueFrom:
             configMapKeyRef:

+ 1 - 1
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.41
+export IMG_VERSION = 0.70.42
 export IMG_NGINX_VERSION = 2.3
 
 # limpia todo

+ 2 - 2
src/gestion_reservas/settings.py

@@ -15,7 +15,7 @@ import os
 import logging
 
 APP_NAME = "jugaralpadel.es"
-APP_VERSION = os.environ.get("APP_VERSION", "15.0.0")  # Valor por defecto si no está definido
+APP_VERSION = os.environ.get("APP_VERSION", "15.0.1")  # Valor por defecto si no está definido
 IMG_VERSION = os.environ.get("IMG_VERSION", "0.0.0-dev")  # Valor por defecto si no está definido
 
 
@@ -152,7 +152,7 @@ THOUSAND_SEPARATOR = '.'
 
 STATIC_URL = 'static/'
 STATIC_ROOT = BASE_DIR / "staticfiles"
-STATICFILES_DIRS = [BASE_DIR / "static",]
+STATICFILES_DIRS = [BASE_DIR / "eventos/static",]
 
 # Mediafiles
 MEDIA_ROOT = BASE_DIR / "mediafiles"