2019-12-12 18:38:31 +00:00
|
|
|
apiVersion: v2
|
2023-01-03 16:47:23 +00:00
|
|
|
name: forgejo
|
2023-01-03 19:14:21 +00:00
|
|
|
description: Forgejo Helm chart for Kubernetes
|
2020-08-23 17:56:55 +00:00
|
|
|
type: application
|
2020-12-21 02:05:42 +00:00
|
|
|
version: 0.0.0
|
2025-01-16 09:43:52 +00:00
|
|
|
appVersion: 10.0.0
|
2024-05-23 13:43:04 +00:00
|
|
|
icon: https://code.forgejo.org/forgejo/forgejo/raw/branch/forgejo/assets/logo.svg
|
2023-01-03 21:01:06 +00:00
|
|
|
home: https://forgejo.org/
|
2020-08-23 17:56:55 +00:00
|
|
|
|
2019-12-12 18:38:31 +00:00
|
|
|
keywords:
|
|
|
|
- git
|
|
|
|
- issue tracker
|
|
|
|
- code review
|
|
|
|
- wiki
|
2023-01-03 19:14:21 +00:00
|
|
|
- forgejo
|
2019-12-12 18:38:31 +00:00
|
|
|
- gitea
|
|
|
|
- gogs
|
|
|
|
sources:
|
2024-05-30 10:41:10 +00:00
|
|
|
- https://code.forgejo.org/forgejo-helm/forgejo-helm
|
2023-01-03 16:47:23 +00:00
|
|
|
- https://codeberg.org/forgejo/forgejo
|
2019-12-12 18:38:31 +00:00
|
|
|
maintainers:
|
2023-01-03 16:47:23 +00:00
|
|
|
- name: Michael Kriese
|
|
|
|
email: michael.kriese@visualon.de
|
2020-08-23 17:56:55 +00:00
|
|
|
|
2025-01-15 11:19:59 +00: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 11:19:59 +00: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 08:52:08 +00:00
|
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/common/Chart.yaml
|
|
|
|
- name: common
|
2025-01-15 11:19:59 +00:00
|
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
2024-09-11 08:52:08 +00:00
|
|
|
tags:
|
|
|
|
- bitnami-common
|
2025-01-06 00:31:19 +00:00
|
|
|
version: 2.29.0
|
2023-12-06 10:33:03 +00:00
|
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml
|
2023-03-28 21:18:23 +00:00
|
|
|
- name: postgresql
|
2025-01-15 11:19:59 +00:00
|
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
2025-01-16 10:42:15 +00:00
|
|
|
version: 16.4.3
|
2023-03-28 21:18:23 +00: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 11:19:59 +00:00
|
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
2025-01-15 13:55:16 +00:00
|
|
|
version: 15.1.6
|
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 11:19:59 +00:00
|
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
2025-01-16 10:42:15 +00:00
|
|
|
version: 11.4.0
|
2023-12-06 11:08:13 +00: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 11:19:59 +00:00
|
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
2025-01-16 10:42:15 +00:00
|
|
|
version: 20.6.3
|
2024-07-31 11:02:10 +00:00
|
|
|
condition: redis.enabled
|