Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a389b37
chore(chart-deps): update gitea to version 12.2.0
svcAPLBot Aug 28, 2025
82d2ea4
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Aug 28, 2025
71170f6
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Aug 28, 2025
7083c3a
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Aug 28, 2025
0d7566a
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 1, 2025
11c7d3e
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 2, 2025
e643d2d
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 2, 2025
0f34c7f
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 2, 2025
96082d7
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 2, 2025
c003612
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 3, 2025
697ef54
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 4, 2025
9178d79
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 5, 2025
66fe771
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 5, 2025
0188f7e
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 8, 2025
8ae9d6d
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 8, 2025
4434863
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 9, 2025
55a84c3
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 9, 2025
3850a32
Merge remote-tracking branch 'origin/main' into ci-update-gitea-to-12…
svcAPLBot Sep 9, 2025
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 @@ -73,7 +73,7 @@ appsInfo:
- Click 'I understand' to continue using Falco dashboard
gitea:
title: Gitea Self-hosted GIT
appVersion: 1.24.4
appVersion: 1.24.5
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 @@ -24,7 +24,7 @@ dependencies:
version: 0.9.7
repository: https://falcosecurity.github.io/charts
- name: gitea
version: 12.1.3
version: 12.2.0
repository: https://dl.gitea.io/charts
- name: harbor
version: 1.17.2
Expand Down
12 changes: 6 additions & 6 deletions charts/gitea/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.7.21
version: 16.7.26
- name: postgresql-ha
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.0.22
version: 16.2.2
- name: valkey-cluster
repository: oci://registry-1.docker.io/bitnamicharts
version: 3.0.18
version: 3.0.23
- name: valkey
repository: oci://registry-1.docker.io/bitnamicharts
version: 3.0.22
digest: sha256:96a5d8b084c2558569064245792a7d882c8d0822da2f69fa6423ed682c6861bd
generated: "2025-07-26T00:04:25.213432532Z"
version: 3.0.30
digest: sha256:efbb4d491704539d74879b7679bdd39bd727b6dead920c50a7126866e9c1c2fa
generated: "2025-08-14T21:44:28.086112741Z"
38 changes: 28 additions & 10 deletions charts/gitea/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,50 @@
annotations:
artifacthub.io/changes: |
- kind: changed
description: remove pat-s from maintainers (#918)
description: adapt indentation of extraInitContainer tests
- kind: changed
description: step down as maintainer (#917)
description: fulfill MD044/proper-names
- kind: added
description: support further initContainers
- kind: changed
description: update alpine/helm docker tag to v3.18.4 (#913)
description: update lockfiles (#929)
- kind: changed
description: update postgresql docker tag to v16.7.21 (#908)
description: update bats testing framework (#927)
- kind: changed
description: update lockfiles (#926)
- kind: changed
description: update subcharts (minor & patch) (#922)
- kind: changed
description: update dependency go-gitea/gitea to v1.24.5 (#925)
- kind: fixed
description: add lockFileMaintenance (#924)
- kind: changed
description: update dependency go-gitea/gitea to v1.24.4 (#919)
- kind: changed
description: update docker.io/thegeeklab/git-sv docker tag to v2.0.4 (#921)
- kind: changed
description: update dependency helm-unittest/helm-unittest to v1 (#914)
- kind: changed
description: be compliant with markdownlint (#923)
apiVersion: v2
appVersion: 1.24.3
appVersion: 1.24.5
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.7.21
version: 16.7.26
- condition: postgresql-ha.enabled
name: postgresql-ha
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.0.22
version: 16.2.2
- condition: valkey-cluster.enabled
name: valkey-cluster
repository: oci://registry-1.docker.io/bitnamicharts
version: 3.0.18
version: 3.0.23
- condition: valkey.enabled
name: valkey
repository: oci://registry-1.docker.io/bitnamicharts
version: 3.0.22
version: 3.0.30
description: Gitea Helm chart for Kubernetes
icon: https://gitea.com/assets/img/logo.svg
keywords:
Expand All @@ -51,4 +69,4 @@ sources:
- https://github.com/go-gitea/gitea
- https://docker.gitea.com/gitea
type: application
version: 12.1.3
version: 12.2.0
4 changes: 4 additions & 0 deletions charts/gitea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
[Gitea](https://gitea.com) is a community managed lightweight code hosting solution written in Go.
It is published under the MIT license.

> :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)

## Introduction

This helm chart has taken some inspiration from [jfelten's helm chart](https://github.com/jfelten/gitea-helm-chart).
Expand Down Expand Up @@ -1070,6 +1072,8 @@ To comply with the Gitea helm chart definition of the digest parameter, a "custo
| `persistence.subPath` | Subdirectory of the volume to mount at | `nil` |
| `persistence.volumeName` | Name of persistent volume in PVC | `""` |
| `extraContainers` | Additional sidecar containers to run in the pod | `[]` |
| `preExtraInitContainers` | Additional init containers to run in the pod before Gitea runs it owns init containers. | `[]` |
| `postExtraInitContainers` | Additional init containers to run in the pod after Gitea runs it owns init containers. | `[]` |
| `extraVolumes` | Additional volumes to mount to the Gitea deployment | `[]` |
| `extraContainerVolumeMounts` | Mounts that are only mapped into the Gitea runtime/main container, to e.g. override custom templates. | `[]` |
| `extraInitVolumeMounts` | Mounts that are only mapped into the init-containers. Can be used for additional preconfiguration. | `[]` |
Expand Down
6 changes: 3 additions & 3 deletions charts/gitea/charts/postgresql-ha/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.31.0
digest: sha256:c4c9af4e0ca23cf2c549e403b2a2bba2c53a3557cee23da09fa4cdf710044c2c
generated: "2025-05-06T10:55:49.390059403+02:00"
version: 2.31.4
digest: sha256:fc442e77200e1914dd46fe26490dcf62f44caa51db673c2f8e67d5319cd4c163
generated: "2025-08-14T15:29:38.353757874Z"
12 changes: 6 additions & 6 deletions charts/gitea/charts/postgresql-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ annotations:
category: Database
images: |
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r48
image: docker.io/bitnami/os-shell:12-debian-12-r50
- name: pgpool
image: docker.io/bitnami/pgpool:4.6.2-debian-12-r4
image: docker.io/bitnami/pgpool:4.6.2-debian-12-r7
- name: postgres-exporter
image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r12
image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r15
- name: postgresql-repmgr
image: docker.io/bitnami/postgresql-repmgr:17.5.0-debian-12-r16
image: docker.io/bitnami/postgresql-repmgr:17.6.0-debian-12-r0
licenses: Apache-2.0
tanzuCategory: service
apiVersion: v2
appVersion: 17.5.0
appVersion: 17.6.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down Expand Up @@ -40,4 +40,4 @@ maintainers:
name: postgresql-ha
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha
version: 16.0.22
version: 16.2.2
Loading