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