upgrade to gitea chart 12.2.0 (app version 1.24.5)

This commit is contained in:
Rui Lopes
2025-09-04 07:08:09 +00:00
parent 4f67d4fe69
commit 6055e22a7a

View File

@@ -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",