Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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.5
appVersion: 1.24.6
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.2.0
version: 12.3.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.26
version: 16.7.27
- name: postgresql-ha
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.2.2
version: 16.3.2
- name: valkey-cluster
repository: oci://registry-1.docker.io/bitnamicharts
version: 3.0.23
version: 3.0.24
- name: valkey
repository: oci://registry-1.docker.io/bitnamicharts
version: 3.0.30
digest: sha256:efbb4d491704539d74879b7679bdd39bd727b6dead920c50a7126866e9c1c2fa
generated: "2025-08-14T21:44:28.086112741Z"
version: 3.0.31
digest: sha256:ceb6a1890cfdc2627abb85d3e2a4baa64d30afd21dcfabce978a824a67f0a2bb
generated: "2025-08-30T00:03:04.59764502Z"
64 changes: 35 additions & 29 deletions charts/gitea/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,50 +1,56 @@
annotations:
artifacthub.io/changes: |
- kind: changed
description: adapt indentation of extraInitContainer tests
description: update lockfiles (#950)
- kind: changed
description: fulfill MD044/proper-names
- kind: added
description: support further initContainers
description: update workflow dependencies (minor & patch) (#949)
- kind: changed
description: update lockfiles (#929)
description: update dependency go-gitea/gitea to v1.24.6 (#948)
- kind: changed
description: update bats testing framework (#927)
description: update lockfiles (#947)
- kind: changed
description: update lockfiles (#926)
description: update https://github.com/aws-actions/configure-aws-credentials action to v5 (#946)
- kind: changed
description: update subcharts (minor & patch) (#922)
description: update lockfiles (#945)
- kind: changed
description: update dependency go-gitea/gitea to v1.24.5 (#925)
- kind: fixed
description: add lockFileMaintenance (#924)
description: update actions/checkout action to v5 (#928)
- kind: changed
description: update dependency go-gitea/gitea to v1.24.4 (#919)
description: update workflow dependencies (minor & patch) (#943)
- kind: changed
description: update docker.io/thegeeklab/git-sv docker tag to v2.0.4 (#921)
description: update subcharts (minor & patch) (#942)
- kind: changed
description: update dependency helm-unittest/helm-unittest to v1 (#914)
description: update subcharts (minor & patch) (#941)
- kind: changed
description: be compliant with markdownlint (#923)
description: update unittests/bash/test_helper/bats-support digest to 0954abb (#939)
- kind: changed
description: update alpine/helm docker tag to v3.18.5 (#940)
- kind: changed
description: update maintainers list - add ChristopherHX (#937)
- kind: changed
description: update maintainers list - DaanSelen (#936)
- kind: changed
description: update maintainers list - volker.raschek (#933)
- kind: changed
description: update maintainers list - rossigee (#932)
apiVersion: v2
appVersion: 1.24.5
appVersion: 1.24.6
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.7.26
version: 16.7.27
- condition: postgresql-ha.enabled
name: postgresql-ha
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.2.2
version: 16.3.2
- condition: valkey-cluster.enabled
name: valkey-cluster
repository: oci://registry-1.docker.io/bitnamicharts
version: 3.0.23
version: 3.0.24
- condition: valkey.enabled
name: valkey
repository: oci://registry-1.docker.io/bitnamicharts
version: 3.0.30
version: 3.0.31
description: Gitea Helm chart for Kubernetes
icon: https://gitea.com/assets/img/logo.svg
keywords:
Expand All @@ -55,18 +61,18 @@ keywords:
- gitea
- gogs
maintainers:
- email: [email protected]
name: Charlie Drage
- email: [email protected]
name: Gitea Authors
- email: [email protected]
name: Konrad Lother
- email: lucas.hahn@novum-rgi.de
name: Lucas Hahn
- email: [email protected]
name: Ross Golder
- email: [email protected]
name: Markus Pesch
- email: [email protected]
name: Daan Selen
- email: christopher.homberger@web.de
name: Christopher Homberger
name: gitea
sources:
- https://gitea.com/gitea/helm-gitea
- https://github.com/go-gitea/gitea
- https://docker.gitea.com/gitea
type: application
version: 12.2.0
version: 12.3.0
2 changes: 0 additions & 2 deletions charts/gitea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@
[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
10 changes: 5 additions & 5 deletions charts/gitea/charts/postgresql-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ annotations:
category: Database
images: |
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r50
image: docker.io/bitnami/os-shell:12-debian-12-r51
- name: pgpool
image: docker.io/bitnami/pgpool:4.6.2-debian-12-r7
image: docker.io/bitnami/pgpool:4.6.3-debian-12-r0
- name: postgres-exporter
image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r15
image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r16
- name: postgresql-repmgr
image: docker.io/bitnami/postgresql-repmgr:17.6.0-debian-12-r0
image: docker.io/bitnami/postgresql-repmgr:17.6.0-debian-12-r2
licenses: Apache-2.0
tanzuCategory: service
apiVersion: v2
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.2.2
version: 16.3.2
2 changes: 1 addition & 1 deletion charts/gitea/charts/postgresql-ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ A default `StorageClass` is needed in the Kubernetes cluster to dynamically prov
| `postgresql.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |
| `postgresql.podManagementPolicy` | Sets the pod management policy | `Parallel` |
| `postgresql.livenessProbe.enabled` | Enable livenessProbe | `true` |
| `postgresql.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `30` |
| `postgresql.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `15` |
| `postgresql.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
| `postgresql.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
| `postgresql.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `6` |
Expand Down
16 changes: 0 additions & 16 deletions charts/gitea/charts/postgresql-ha/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -450,19 +450,3 @@ Return the path to the cert key file.
{{- define "postgresql-ha.postgresql.tlsCertKey" -}}
{{- required "Certificate Key filename is required when TLS in enabled" .Values.postgresql.tls.certKeyFilename | printf "/opt/bitnami/postgresql/certs/%s" -}}
{{- end -}}

{{/*
Get the readiness probe command
*/}}
{{- define "postgresql-ha.readinessProbeCommand" -}}
{{- $block := index .context.Values .component }}
{{- if eq .component "postgresql" -}}
- |
exec pg_isready -U "postgres" {{- if $block.tls.enabled }} -d "sslcert={{ include "postgresql-ha.postgresql.tlsCert" .context }} sslkey={{ include "postgresql-ha.postgresql.tlsCertKey" .context }}"{{- end }} -h 127.0.0.1 -p {{ $block.containerPorts.postgresql }}
{{- if contains "bitnami/" $block.image.repository }}
[ -f /opt/bitnami/postgresql/tmp/.initialized ] || [ -f /bitnami/postgresql/.initialized ]
{{- end }}
{{- else -}}
- exec pg_isready -U "postgres" -h 127.0.0.1 -p {{ $block.containerPorts.postgresql }}
{{- end }}
{{- end -}}

This file was deleted.

Loading