
Some checks failed
build / lint-node (push) Successful in 34s
build / lint-helm (push) Successful in 47s
build / test-success (push) Has been cancelled
build / publish (push) Has been cancelled
build / e2e (v1.28.15+k3s1) (push) Has been cancelled
build / e2e (v1.31.6+k3s1) (push) Has been cancelled
build / e2e (v1.32.2+k3s1) (push) Has been cancelled
Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/1164 Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
56 lines
1.8 KiB
YAML
56 lines
1.8 KiB
YAML
apiVersion: v2
|
|
name: forgejo
|
|
description: Forgejo Helm chart for Kubernetes
|
|
type: application
|
|
version: 0.0.0
|
|
appVersion: 10.0.3
|
|
icon: https://code.forgejo.org/forgejo/forgejo/raw/branch/forgejo/assets/logo.svg
|
|
home: https://forgejo.org/
|
|
|
|
keywords:
|
|
- git
|
|
- issue tracker
|
|
- code review
|
|
- wiki
|
|
- forgejo
|
|
- gitea
|
|
- gogs
|
|
sources:
|
|
- https://code.forgejo.org/forgejo-helm/forgejo-helm
|
|
- https://codeberg.org/forgejo/forgejo
|
|
maintainers:
|
|
- name: Michael Kriese
|
|
email: michael.kriese@visualon.de
|
|
|
|
# Bitnami charts are served from ghcr mirror because of rate limiting on Docker Hub
|
|
# https://hub.docker.com/u/bitnamicharts
|
|
# https://blog.bitnami.com/2023/01/bitnami-helm-charts-available-as-oci.html
|
|
# https://github.com/bitnami/charts/issues/30853
|
|
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
|
dependencies:
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/common/Chart.yaml
|
|
- name: common
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
|
tags:
|
|
- bitnami-common
|
|
version: 2.30.0
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml
|
|
- name: postgresql
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
|
version: 16.5.0
|
|
condition: postgresql.enabled
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml
|
|
- name: postgresql-ha
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
|
version: 15.3.4
|
|
condition: postgresql-ha.enabled
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
|
|
- name: redis-cluster
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
|
version: 11.4.5
|
|
condition: redis-cluster.enabled
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml
|
|
- name: redis
|
|
repository: oci://ghcr.io/visualon/bitnamicharts
|
|
version: 20.11.3
|
|
condition: redis.enabled
|