Skip to content

Commit 884f62a

Browse files
svcAPLBotmerll
andauthored
chore(chart-deps): update gitea to version 12.4.0 (#2572)
Co-authored-by: merll <merll@users.noreply.github.com> Co-authored-by: Matthias Erll <merll@akamai.com>
1 parent 9c7786f commit 884f62a

File tree

21 files changed

+408
-322
lines changed

21 files changed

+408
-322
lines changed

apps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ appsInfo:
7373
- Click 'I understand' to continue using Falco dashboard
7474
gitea:
7575
title: Gitea Self-hosted GIT
76-
appVersion: 1.24.5
76+
appVersion: 1.24.7
7777
repo: https://github.com/go-gitea/gitea
7878
maintainers: Gitea
7979
relatedLinks:

chart/chart-index/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
version: 0.9.7
3636
repository: https://falcosecurity.github.io/charts
3737
- name: gitea
38-
version: 12.2.0
38+
version: 12.4.0
3939
repository: https://dl.gitea.io/charts
4040
- name: harbor
4141
version: 1.18.0

charts/gitea/Chart.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
dependencies:
22
- name: postgresql
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 16.7.26
4+
version: 16.7.27
55
- name: postgresql-ha
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 16.2.2
7+
version: 16.3.2
88
- name: valkey-cluster
99
repository: oci://registry-1.docker.io/bitnamicharts
10-
version: 3.0.23
10+
version: 3.0.24
1111
- name: valkey
1212
repository: oci://registry-1.docker.io/bitnamicharts
13-
version: 3.0.30
14-
digest: sha256:efbb4d491704539d74879b7679bdd39bd727b6dead920c50a7126866e9c1c2fa
15-
generated: "2025-08-14T21:44:28.086112741Z"
13+
version: 3.0.31
14+
digest: sha256:ceb6a1890cfdc2627abb85d3e2a4baa64d30afd21dcfabce978a824a67f0a2bb
15+
generated: "2025-08-30T00:03:04.59764502Z"

charts/gitea/Chart.yaml

Lines changed: 19 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,34 @@
11
annotations:
22
artifacthub.io/changes: |
3-
- kind: changed
4-
description: adapt indentation of extraInitContainer tests
5-
- kind: changed
6-
description: fulfill MD044/proper-names
7-
- kind: added
8-
description: support further initContainers
9-
- kind: changed
10-
description: update lockfiles (#929)
11-
- kind: changed
12-
description: update bats testing framework (#927)
13-
- kind: changed
14-
description: update lockfiles (#926)
15-
- kind: changed
16-
description: update subcharts (minor & patch) (#922)
17-
- kind: changed
18-
description: update dependency go-gitea/gitea to v1.24.5 (#925)
193
- kind: fixed
20-
description: add lockFileMaintenance (#924)
4+
description: use bitnamilegacy images (#962)
215
- kind: changed
22-
description: update dependency go-gitea/gitea to v1.24.4 (#919)
6+
description: update dependency helm-unittest/helm-unittest to v1.0.2 (#960)
237
- kind: changed
24-
description: update docker.io/thegeeklab/git-sv docker tag to v2.0.4 (#921)
8+
description: update commitlint/commitlint docker tag to v20 (#957)
259
- kind: changed
26-
description: update dependency helm-unittest/helm-unittest to v1 (#914)
10+
description: update lockfiles (#956)
2711
- kind: changed
28-
description: be compliant with markdownlint (#923)
12+
description: update alpine/helm docker tag to v3.19.0 (#954)
2913
apiVersion: v2
30-
appVersion: 1.24.5
14+
appVersion: 1.24.7
3115
dependencies:
3216
- condition: postgresql.enabled
3317
name: postgresql
3418
repository: oci://registry-1.docker.io/bitnamicharts
35-
version: 16.7.26
19+
version: 16.7.27
3620
- condition: postgresql-ha.enabled
3721
name: postgresql-ha
3822
repository: oci://registry-1.docker.io/bitnamicharts
39-
version: 16.2.2
23+
version: 16.3.2
4024
- condition: valkey-cluster.enabled
4125
name: valkey-cluster
4226
repository: oci://registry-1.docker.io/bitnamicharts
43-
version: 3.0.23
27+
version: 3.0.24
4428
- condition: valkey.enabled
4529
name: valkey
4630
repository: oci://registry-1.docker.io/bitnamicharts
47-
version: 3.0.30
31+
version: 3.0.31
4832
description: Gitea Helm chart for Kubernetes
4933
icon: https://gitea.com/assets/img/logo.svg
5034
keywords:
@@ -55,18 +39,18 @@ keywords:
5539
- gitea
5640
- gogs
5741
maintainers:
58-
- email: charlie@charliedrage.com
59-
name: Charlie Drage
60-
- email: maintainers@gitea.io
61-
name: Gitea Authors
62-
- email: konrad.lother@novum-rgi.de
63-
name: Konrad Lother
64-
- email: lucas.hahn@novum-rgi.de
65-
name: Lucas Hahn
42+
- email: ross@golder.org
43+
name: Ross Golder
44+
- email: markus.pesch+apps@cryptic.systems
45+
name: Markus Pesch
46+
- email: dselen@nerthus.nl
47+
name: Daan Selen
48+
- email: christopher.homberger@web.de
49+
name: Christopher Homberger
6650
name: gitea
6751
sources:
6852
- https://gitea.com/gitea/helm-gitea
6953
- https://github.com/go-gitea/gitea
7054
- https://docker.gitea.com/gitea
7155
type: application
72-
version: 12.2.0
56+
version: 12.4.0

charts/gitea/README.md

Lines changed: 52 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
[Gitea](https://gitea.com) is a community managed lightweight code hosting solution written in Go.
6464
It is published under the MIT license.
6565

66-
> :warning: This chart is currently unmaintained and in desperate need of a new maintainer. If you want to apply as a maintainer, please comment on [#916](https://gitea.com/gitea/helm-gitea/issues/916)
67-
6866
## Introduction
6967

7068
This helm chart has taken some inspiration from [jfelten's helm chart](https://github.com/jfelten/gitea-helm-chart).
@@ -1164,53 +1162,69 @@ To comply with the Gitea helm chart definition of the digest parameter, a "custo
11641162

11651163
Valkey cluster and [Valkey](#valkey) cannot be enabled at the same time.
11661164

1167-
| Name | Description | Value |
1168-
| ------------------------------------- | -------------------------------------------------------------------- | ------- |
1169-
| `valkey-cluster.enabled` | Enable valkey cluster | `true` |
1170-
| `valkey-cluster.usePassword` | Whether to use password authentication | `false` |
1171-
| `valkey-cluster.usePasswordFiles` | Whether to mount passwords as files instead of environment variables | `false` |
1172-
| `valkey-cluster.cluster.nodes` | Number of valkey cluster master nodes | `3` |
1173-
| `valkey-cluster.cluster.replicas` | Number of valkey cluster master node replicas | `0` |
1174-
| `valkey-cluster.service.ports.valkey` | Port of Valkey service | `6379` |
1165+
| Name | Description | Value |
1166+
| --------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------ |
1167+
| `valkey-cluster.enabled` | Enable valkey cluster | `true` |
1168+
| `valkey-cluster.usePassword` | Whether to use password authentication. | `false` |
1169+
| `valkey-cluster.usePasswordFiles` | Whether to mount passwords as files instead of environment variables. | `false` |
1170+
| `valkey-cluster.image.repository` | Image repository, eg. `bitnamilegacy/valkey-cluster`. | `bitnamilegacy/valkey-cluster` |
1171+
| `valkey-cluster.cluster.nodes` | Number of valkey cluster master nodes | `3` |
1172+
| `valkey-cluster.cluster.replicas` | Number of valkey cluster master node replicas | `0` |
1173+
| `valkey-cluster.metrics.image.repository` | Image repository, eg. `bitnamilegacy/redis-exporter`. | `bitnamilegacy/redis-exporter` |
1174+
| `valkey-cluster.service.ports.valkey` | Port of Valkey service | `6379` |
1175+
| `valkey-cluster.sysctlImage.repository` | Image repository, eg. `bitnamilegacy/os-shell`. | `bitnamilegacy/os-shell` |
1176+
| `valkey-cluster.volumePermissions.image.repository` | Image repository, eg. `bitnamilegacy/os-shell`. | `bitnamilegacy/os-shell` |
11751177

11761178
### valkey
11771179

11781180
Valkey and [Valkey cluster](#valkey-cluster) cannot be enabled at the same time.
11791181

1180-
| Name | Description | Value |
1181-
| ------------------------------------ | ------------------------------------------- | ------------ |
1182-
| `valkey.enabled` | Enable valkey standalone or replicated | `false` |
1183-
| `valkey.architecture` | Whether to use standalone or replication | `standalone` |
1184-
| `valkey.global.valkey.password` | Required password | `changeme` |
1185-
| `valkey.master.count` | Number of Valkey master instances to deploy | `1` |
1186-
| `valkey.master.service.ports.valkey` | Port of Valkey service | `6379` |
1182+
| Name | Description | Value |
1183+
| ------------------------------------------- | ----------------------------------------------------- | ------------------------------- |
1184+
| `valkey.enabled` | Enable valkey standalone or replicated | `false` |
1185+
| `valkey.architecture` | Whether to use standalone or replication | `standalone` |
1186+
| `valkey.kubectl.image.repository` | Image repository, eg. `bitnamilegacy/kubectl`. | `bitnamilegacy/kubectl` |
1187+
| `valkey.image.repository` | Image repository, eg. `bitnamilegacy/valkey`. | `bitnamilegacy/valkey` |
1188+
| `valkey.global.valkey.password` | Required password | `changeme` |
1189+
| `valkey.master.count` | Number of Valkey master instances to deploy | `1` |
1190+
| `valkey.master.service.ports.valkey` | Port of Valkey service | `6379` |
1191+
| `valkey.metrics.image.repository` | Image repository, eg. `bitnamilegacy/redis-exporter`. | `bitnamilegacy/redis-exporter` |
1192+
| `valkey.sentinel.image.repository` | Image repository, eg. `bitnamilegacy/sentinel`. | `bitnamilegacy/valkey-sentinel` |
1193+
| `valkey.volumePermissions.image.repository` | Image repository, eg. `bitnamilegacy/os-shell`. | `bitnamilegacy/os-shell` |
11871194

11881195
### PostgreSQL HA
11891196

1190-
| Name | Description | Value |
1191-
| ------------------------------------------- | ---------------------------------------------------------------- | ----------- |
1192-
| `postgresql-ha.enabled` | Enable PostgreSQL HA | `true` |
1193-
| `postgresql-ha.postgresql.password` | Password for the `gitea` user (overrides `auth.password`) | `changeme4` |
1194-
| `postgresql-ha.global.postgresql.database` | Name for a custom database to create (overrides `auth.database`) | `gitea` |
1195-
| `postgresql-ha.global.postgresql.username` | Name for a custom user to create (overrides `auth.username`) | `gitea` |
1196-
| `postgresql-ha.global.postgresql.password` | Name for a custom password to create (overrides `auth.password`) | `gitea` |
1197-
| `postgresql-ha.postgresql.repmgrPassword` | Repmgr Password | `changeme2` |
1198-
| `postgresql-ha.postgresql.postgresPassword` | postgres Password | `changeme1` |
1199-
| `postgresql-ha.pgpool.adminPassword` | pgpool adminPassword | `changeme3` |
1200-
| `postgresql-ha.pgpool.srCheckPassword` | pgpool srCheckPassword | `changeme4` |
1201-
| `postgresql-ha.service.ports.postgresql` | PostgreSQL service port (overrides `service.ports.postgresql`) | `5432` |
1202-
| `postgresql-ha.persistence.size` | PVC Storage Request for PostgreSQL HA volume | `10Gi` |
1197+
| Name | Description | Value |
1198+
| -------------------------------------------------- | ---------------------------------------------------------------- | --------------------------------- |
1199+
| `postgresql-ha.enabled` | Enable PostgreSQL HA | `true` |
1200+
| `postgresql-ha.global.postgresql.database` | Name for a custom database to create (overrides `auth.database`) | `gitea` |
1201+
| `postgresql-ha.global.postgresql.username` | Name for a custom user to create (overrides `auth.username`) | `gitea` |
1202+
| `postgresql-ha.global.postgresql.password` | Name for a custom password to create (overrides `auth.password`) | `gitea` |
1203+
| `postgresql-ha.metrics.image.repository` | Image repository, eg. `bitnamilegacy/postgres-exporter`. | `bitnamilegacy/postgres-exporter` |
1204+
| `postgresql-ha.postgresql.image.repository` | Image repository, eg. `bitnamilegacy/postgresql-repmgr`. | `bitnamilegacy/postgresql-repmgr` |
1205+
| `postgresql-ha.postgresql.repmgrPassword` | Repmgr Password | `changeme2` |
1206+
| `postgresql-ha.postgresql.postgresPassword` | postgres Password | `changeme1` |
1207+
| `postgresql-ha.postgresql.password` | Password for the `gitea` user (overrides `auth.password`) | `changeme4` |
1208+
| `postgresql-ha.pgpool.adminPassword` | pgpool adminPassword | `changeme3` |
1209+
| `postgresql-ha.pgpool.image.repository` | Image repository, eg. `bitnamilegacy/pgpool`. | `bitnamilegacy/pgpool` |
1210+
| `postgresql-ha.pgpool.srCheckPassword` | pgpool srCheckPassword | `changeme4` |
1211+
| `postgresql-ha.service.ports.postgresql` | PostgreSQL service port (overrides `service.ports.postgresql`) | `5432` |
1212+
| `postgresql-ha.persistence.size` | PVC Storage Request for PostgreSQL HA volume | `10Gi` |
1213+
| `postgresql-ha.volumePermissions.image.repository` | Image repository, eg. `bitnamilegacy/os-shell`. | `bitnamilegacy/os-shell` |
12031214

12041215
### PostgreSQL
12051216

1206-
| Name | Description | Value |
1207-
| ------------------------------------------------------- | ---------------------------------------------------------------- | ------- |
1208-
| `postgresql.enabled` | Enable PostgreSQL | `false` |
1209-
| `postgresql.global.postgresql.auth.password` | Password for the `gitea` user (overrides `auth.password`) | `gitea` |
1210-
| `postgresql.global.postgresql.auth.database` | Name for a custom database to create (overrides `auth.database`) | `gitea` |
1211-
| `postgresql.global.postgresql.auth.username` | Name for a custom user to create (overrides `auth.username`) | `gitea` |
1212-
| `postgresql.global.postgresql.service.ports.postgresql` | PostgreSQL service port (overrides `service.ports.postgresql`) | `5432` |
1213-
| `postgresql.primary.persistence.size` | PVC Storage Request for PostgreSQL volume | `10Gi` |
1217+
| Name | Description | Value |
1218+
| ------------------------------------------------------- | ---------------------------------------------------------------- | --------------------------------- |
1219+
| `postgresql.enabled` | Enable PostgreSQL | `false` |
1220+
| `postgresql.global.postgresql.auth.password` | Password for the `gitea` user (overrides `auth.password`) | `gitea` |
1221+
| `postgresql.global.postgresql.auth.database` | Name for a custom database to create (overrides `auth.database`) | `gitea` |
1222+
| `postgresql.global.postgresql.auth.username` | Name for a custom user to create (overrides `auth.username`) | `gitea` |
1223+
| `postgresql.global.postgresql.service.ports.postgresql` | PostgreSQL service port (overrides `service.ports.postgresql`) | `5432` |
1224+
| `postgresql.image.repository` | Image repository, eg. `bitnamilegacy/postgresql`. | `bitnamilegacy/postgresql` |
1225+
| `postgresql.primary.persistence.size` | PVC Storage Request for PostgreSQL volume | `10Gi` |
1226+
| `postgresql.metrics.image.repository` | Image repository, eg. `bitnamilegacy/postgres-exporter`. | `bitnamilegacy/postgres-exporter` |
1227+
| `postgresql.volumePermissions.image.repository` | Image repository, eg. `bitnamilegacy/os-shell`. | `bitnamilegacy/os-shell` |
12141228

12151229
### Advanced
12161230

charts/gitea/charts/postgresql-ha/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ annotations:
22
category: Database
33
images: |
44
- name: os-shell
5-
image: docker.io/bitnami/os-shell:12-debian-12-r50
5+
image: docker.io/bitnami/os-shell:12-debian-12-r51
66
- name: pgpool
7-
image: docker.io/bitnami/pgpool:4.6.2-debian-12-r7
7+
image: docker.io/bitnami/pgpool:4.6.3-debian-12-r0
88
- name: postgres-exporter
9-
image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r15
9+
image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r16
1010
- name: postgresql-repmgr
11-
image: docker.io/bitnami/postgresql-repmgr:17.6.0-debian-12-r0
11+
image: docker.io/bitnami/postgresql-repmgr:17.6.0-debian-12-r2
1212
licenses: Apache-2.0
1313
tanzuCategory: service
1414
apiVersion: v2
@@ -40,4 +40,4 @@ maintainers:
4040
name: postgresql-ha
4141
sources:
4242
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha
43-
version: 16.2.2
43+
version: 16.3.2

0 commit comments

Comments
 (0)