mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
10 lines
460 B
YAML
10 lines
460 B
YAML
# Values here are passed through to the vendored gitea-charts/gitea subchart
|
|
# (Chart.yaml dependency named "gitea"), so anything set from a consuming
|
|
# HelmRelease must nest one level under `gitea:` — e.g. `gitea.image.tag`,
|
|
# `gitea.gitea.config...`. Environment-specific values (secrets, hosts,
|
|
# resources, DB config) are supplied by each cluster's HelmRelease; this
|
|
# file only pins the auto-tracked image tag default.
|
|
gitea:
|
|
image:
|
|
tag: "1.27.0"
|