From 6055e22a7a5c620a2b4ca56044ff8b0941d7308e Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Thu, 4 Sep 2025 07:08:09 +0000 Subject: [PATCH] upgrade to gitea chart 12.2.0 (app version 1.24.5) --- gitea.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea.tf b/gitea.tf index 18fdec0..46d5c44 100644 --- a/gitea.tf +++ b/gitea.tf @@ -47,7 +47,7 @@ locals { # set the configuration. # NB the default values are described at: -# https://gitea.com/gitea/helm-chart/src/tag/v12.1.2/values.yaml +# https://gitea.com/gitea/helm-chart/src/tag/v12.2.0/values.yaml # NB make sure you are seeing the same version of the chart that you are installing. # see https://registry.terraform.io/providers/hashicorp/helm/latest/docs/data-sources/template data "helm_template" "gitea" { @@ -57,7 +57,7 @@ data "helm_template" "gitea" { chart = "gitea" # see https://artifacthub.io/packages/helm/gitea/gitea # renovate: datasource=helm depName=gitea registryUrl=https://dl.gitea.com/charts - version = "12.1.2" # app version 1.24.3. + version = "12.2.0" # app version 1.24.5. kube_version = var.kubernetes_version api_versions = [ "networking.k8s.io/v1/Ingress",