52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
apiVersion: v2
|
|
name: gitea
|
|
description: (Unofficial) Gitea Helm chart for Kubernetes
|
|
type: application
|
|
version: 0.0.0
|
|
# renovate datasource=github-releases depName=go-gitea/gitea extractVersion=^v(?<version>.*)$
|
|
appVersion: 1.25.3
|
|
icon: https://gitea.com/assets/img/logo.svg
|
|
|
|
annotations:
|
|
artifacthub.io/links: |
|
|
- name: support
|
|
url: https://git.dubyatp.xyz/williamp/helm-gitea/issues
|
|
|
|
keywords:
|
|
- git
|
|
- issue tracker
|
|
- code review
|
|
- wiki
|
|
- gitea
|
|
- gogs
|
|
|
|
sources:
|
|
- https://gitea.com/gitea/helm-gitea
|
|
- https://github.com/go-gitea/gitea
|
|
- https://docker.gitea.com/gitea
|
|
|
|
maintainers:
|
|
- name: William Peebles
|
|
email: me@williamtpeebles.com
|
|
dependencies:
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql
|
|
- name: postgresql
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 16.7.27
|
|
condition: postgresql.enabled
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml
|
|
- name: postgresql-ha
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 16.3.2
|
|
condition: postgresql-ha.enabled
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/valkey-cluster/Chart.yaml
|
|
- name: valkey-cluster
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 3.0.24
|
|
condition: valkey-cluster.enabled
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/valkey/Chart.yaml
|
|
- name: valkey
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 3.0.31
|
|
condition: valkey.enabled
|