Browse Source

Cambio de versión para probar fleet

main
Celestino Rey 6 months ago
parent
commit
2e12f274ec
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      JugarAlPadel/Fleet/70-jugaralpadel-deployment.yaml
  2. +1
    -1
      JugarAlPadel/K8S/Makefile

+ 2
- 2
JugarAlPadel/Fleet/70-jugaralpadel-deployment.yaml View File

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


+ 1
- 1
JugarAlPadel/K8S/Makefile View File

@ -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.38
export IMG_VERSION = 0.70.39
export IMG_NGINX_VERSION = 2.3
# limpia todo


Loading…
Cancel
Save