From 56660d32bab7477488d4b20c91611796bf65c48b Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Thu, 18 Apr 2024 19:28:41 +0200 Subject: [PATCH] up --- content/posts/16-a-beautiful-gitops-day-6/index.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/content/posts/16-a-beautiful-gitops-day-6/index.md b/content/posts/16-a-beautiful-gitops-day-6/index.md index 2c03aa9..3a22a3e 100644 --- a/content/posts/16-a-beautiful-gitops-day-6/index.md +++ b/content/posts/16-a-beautiful-gitops-day-6/index.md @@ -73,17 +73,12 @@ resource "kubernetes_namespace_v1" "gitea" { resource "helm_release" "gitea" { chart = "gitea" - version = "10.1.3" + version = "10.1.4" repository = "https://dl.gitea.io/charts" name = "gitea" namespace = kubernetes_namespace_v1.gitea.metadata[0].name - set { - name = "image.tag" - value = "1.21.10" - } - set { name = "gitea.admin.username" value = var.gitea_admin_username