From 4f1e2b9cac1d5c5c1501b5ef493c14cbaab9800d Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Tue, 27 Aug 2024 16:39:06 +0200 Subject: [PATCH] Arreglo en los detalles y otros --- RepostajesDj/K8S/Makefile | 2 +- RepostajesDj/K8S/namespace.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RepostajesDj/K8S/Makefile b/RepostajesDj/K8S/Makefile index 1d354a7..ff6ea77 100644 --- a/RepostajesDj/K8S/Makefile +++ b/RepostajesDj/K8S/Makefile @@ -1,5 +1,5 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') -export IMG_VERSION = 0.16 +export IMG_VERSION = 0.17 export IMG_NGINX_VERSION = 1.0 # limpia todo diff --git a/RepostajesDj/K8S/namespace.yaml b/RepostajesDj/K8S/namespace.yaml index 4649fab..04d5ee5 100644 --- a/RepostajesDj/K8S/namespace.yaml +++ b/RepostajesDj/K8S/namespace.yaml @@ -1,5 +1,5 @@ ################################################### -# Namespace Libros +# Namespace VehĂ­culos ################################################### apiVersion: v1 kind: Namespace