Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8f7c324
chore(chart-deps): update gitea to version 12.6.0
svcAPLBot May 16, 2026
d1c9947
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 19, 2026
0be8c86
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 19, 2026
2f3bfee
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 19, 2026
2d7dfcc
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 20, 2026
342ec74
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 20, 2026
32bb231
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 20, 2026
862eabe
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 20, 2026
63eead4
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 26, 2026
8da14e9
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 26, 2026
396f591
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 26, 2026
3428398
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 26, 2026
a1f4cd7
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 26, 2026
816d35a
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 26, 2026
b6d150e
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 26, 2026
9e6e0f1
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 26, 2026
aa181ee
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 27, 2026
32a882b
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 27, 2026
14febcf
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 28, 2026
f3091e6
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 28, 2026
0450fa2
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 28, 2026
31396cf
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 28, 2026
105bfb2
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 28, 2026
d1b3292
Merge branch 'main' into ci-update-gitea-to-12.6.0
svcAPLBot May 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ appsInfo:
integration: ExternalDNS is used by App Platform to make public service domains accessible by registering them with App Platform's load balancer CNAME or IP address. When ExternalDNS is not enabled (default), then App Platform will rely on nip.io to create host names for all services.
gitea:
title: Gitea Self-hosted GIT
appVersion: 1.25.5
appVersion: 1.26.1
repo: https://github.com/go-gitea/gitea
maintainers: Gitea
relatedLinks:
Expand Down
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
version: 2.4.1
repository: https://charts.external-secrets.io
- name: gitea
version: 12.5.3
version: 12.6.0
repository: https://dl.gitea.io/charts
- name: harbor
version: 1.19.0
Expand Down
16 changes: 13 additions & 3 deletions charts/gitea/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
annotations:
artifacthub.io/changes: |
- kind: changed
description: update https://github.com/crazy-max/ghaction-import-gpg action to v7 (#1038)
description: update lockfiles (#1079)
- kind: changed
description: upgrade to 1.26 and replace environment_to_ini_call with gitea config edit-ini (#1070)
- kind: changed
description: update lockfiles (#1075)
- kind: changed
description: update commitlint/commitlint docker tag to v20.5.3 (#1074)
- kind: changed
description: update workflow dependencies (minor & patch) (#1072)
- kind: changed
description: update dependency go-gitea/gitea to v1.26.1 (#1071)
artifacthub.io/links: |
- name: support
url: https://gitea.com/gitea/helm-gitea/issues
apiVersion: v2
appVersion: 1.25.5
appVersion: 1.26.1
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand Down Expand Up @@ -46,4 +56,4 @@ sources:
- https://github.com/go-gitea/gitea
- https://docker.gitea.com/gitea
type: application
version: 12.5.3
version: 12.6.0
8 changes: 4 additions & 4 deletions charts/gitea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ gitea:
```

This would mount the two additional volumes (`oauth` and `some-additionals`) from different sources to the init container where the _app.ini_ gets updated.
All files mounted that way will be read and converted to environment variables and then added to the _app.ini_ using [environment-to-ini](https://github.com/go-gitea/gitea/tree/main/contrib/environment-to-ini).
All files mounted that way will be read and converted to environment variables and then added to the _app.ini_ using [Gitea config edit-ini](https://docs.gitea.com/administration/config-cheat-sheet#use-environment-variables-to-setup-gitea).

The key of such additional source represents the section inside the _app.ini_.
The value for each key can be multiline ini-like definitions.
Expand Down Expand Up @@ -453,10 +453,10 @@ Users are able to define their own environment variables, which are loaded into
We also support to directly interact with the generated _app.ini_.

To inject self defined variables into the _app.ini_ a certain format needs to be honored.
This is described in detail on the [env-to-ini](https://github.com/go-gitea/gitea/tree/main/contrib/environment-to-ini) page.
This is described in detail on the [Gitea config edit-ini](https://docs.gitea.com/administration/config-cheat-sheet#use-environment-variables-to-setup-gitea) page.

Prior to Gitea 1.20 and Chart 9.0.0 the helm chart had a custom prefix `ENV_TO_INI`.
After the support for a custom prefix was removed in Gite core, the prefix was changed to `GITEA`.
After the support for a custom prefix was removed in Gitea core, the prefix was changed to `GITEA`.

For example a database setting needs to have the following format:

Expand Down Expand Up @@ -1577,7 +1577,7 @@ mariadb:

### App.ini generation <!-- omit from toc -->

The app.ini generation has changed and now utilizes the environment-to-ini script provided by newer Gitea versions.
The app.ini generation has changed and now uses the `gitea config edit-ini` subcommand introduced in Gitea 1.26.
This change ensures, that the app.ini is now persistent.

### Secret Key generation <!-- omit from toc -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function env2ini::reload_preset_envs() {
rm $TMP_EXISTING_ENVS_FILE
}


function env2ini::process_config_file() {
local config_file="${1}"
local section="$(basename "${config_file}")"
Expand Down Expand Up @@ -151,4 +150,4 @@ if [ -f ${GITEA_APP_INI} ]; then
unset GITEA__SERVER__LFS_JWT_SECRET
fi

environment-to-ini -o $GITEA_APP_INI
gitea config edit-ini --apply-env --config "$GITEA_APP_INI" --out "$GITEA_APP_INI"
Loading