mirror of
https://github.com/outbackdingo/terraform-libvirt-talos.git
synced 2026-01-27 10:20:31 +00:00
upgrade to gitea chart 12.2.0 (app version 1.24.5)
This commit is contained in:
4
gitea.tf
4
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",
|
||||
|
||||
Reference in New Issue
Block a user