2019-12-12 13:38:31 -05:00
|
|
|
apiVersion: v2
|
2023-01-03 17:47:23 +01:00
|
|
|
name: forgejo
|
2023-01-03 20:14:21 +01:00
|
|
|
description: Forgejo Helm chart for Kubernetes
|
2020-08-23 17:56:55 +00:00
|
|
|
type: application
|
2020-12-21 10:05:42 +08:00
|
|
|
version: 0.0.0
|
2025-03-23 12:10:24 +00:00
|
|
|
appVersion: 10.0.3
|
2024-05-23 13:43:04 +00:00
|
|
|
icon: https://code.forgejo.org/forgejo/forgejo/raw/branch/forgejo/assets/logo.svg
|
2023-01-03 22:01:06 +01:00
|
|
|
home: https://forgejo.org/
|
2020-08-23 17:56:55 +00:00
|
|
|
|
2019-12-12 13:38:31 -05:00
|
|
|
keywords:
|
|
|
|
|
- git
|
|
|
|
|
- issue tracker
|
|
|
|
|
- code review
|
|
|
|
|
- wiki
|
2023-01-03 20:14:21 +01:00
|
|
|
- forgejo
|
2019-12-12 13:38:31 -05:00
|
|
|
- gitea
|
|
|
|
|
- gogs
|
|
|
|
|
sources:
|
2024-05-30 12:41:10 +02:00
|
|
|
- https://code.forgejo.org/forgejo-helm/forgejo-helm
|
2023-01-03 17:47:23 +01:00
|
|
|
- https://codeberg.org/forgejo/forgejo
|
2019-12-12 13:38:31 -05:00
|
|
|
maintainers:
|
2023-01-03 17:47:23 +01:00
|
|
|
- name: Michael Kriese
|
|
|
|
|
email: michael.kriese@visualon.de
|
2020-08-23 17:56:55 +00:00
|
|
|
|
2025-01-15 12:19:59 +01:00
|
|
|
# Bitnami charts are served from ghcr mirror because of rate limiting on Docker Hub
|
2023-03-21 10:19:39 +00:00
|
|
|
# https://hub.docker.com/u/bitnamicharts
|
|
|
|
|
# https://blog.bitnami.com/2023/01/bitnami-helm-charts-available-as-oci.html
|
2025-01-15 12:19:59 +01:00
|
|
|
# https://github.com/bitnami/charts/issues/30853
|
|
|
|
|
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
2020-08-23 17:56:55 +00:00
|
|
|
dependencies:
|
2024-09-11 10:52:08 +02:00
|
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/common/Chart.yaml
|
|
|
|
|
- name: common
|
2025-01-15 12:19:59 +01:00
|
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
2024-09-11 10:52:08 +02:00
|
|
|
tags:
|
|
|
|
|
- bitnami-common
|
2025-02-24 00:14:45 +00:00
|
|
|
version: 2.30.0
|
2023-12-06 11:33:03 +01:00
|
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml
|
2023-03-29 05:18:23 +08:00
|
|
|
- name: postgresql
|
2025-01-15 12:19:59 +01:00
|
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
2025-03-17 00:12:54 +00:00
|
|
|
version: 16.5.0
|
2023-03-29 05:18:23 +08:00
|
|
|
condition: postgresql.enabled
|
2023-10-10 19:48:00 +00:00
|
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml
|
|
|
|
|
- name: postgresql-ha
|
2025-01-15 12:19:59 +01:00
|
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
2025-03-17 00:12:54 +00:00
|
|
|
version: 15.3.4
|
2023-10-10 19:48:00 +00:00
|
|
|
condition: postgresql-ha.enabled
|
|
|
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
|
|
|
|
|
- name: redis-cluster
|
2025-01-15 12:19:59 +01:00
|
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
2025-03-17 00:12:54 +00:00
|
|
|
version: 11.4.5
|
2023-12-06 12:08:13 +01:00
|
|
|
condition: redis-cluster.enabled
|
2024-07-31 11:02:10 +00:00
|
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml
|
|
|
|
|
- name: redis
|
2025-01-15 12:19:59 +01:00
|
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
2025-03-17 00:12:54 +00:00
|
|
|
version: 20.11.3
|
2024-07-31 11:02:10 +00:00
|
|
|
condition: redis.enabled
|