22848d0ce7
@justusbunsi I've been running 1.22 with this chart on some clusters for some days now without issues. I think no further adjustments are needed on the chart side. Maybe we can get some of the other open PRs in? Also: Let me know if you want to do the release this time - I did a lot lately, happy to let you have a go for this one :) Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/662 Co-authored-by: pat-s <patrick.schratz@gmail.com> Co-committed-by: pat-s <patrick.schratz@gmail.com>
50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
apiVersion: v2
|
|
name: gitea
|
|
description: Gitea Helm chart for Kubernetes
|
|
type: application
|
|
version: 0.0.0
|
|
appVersion: 1.22.0
|
|
icon: https://gitea.com/assets/img/logo.svg
|
|
|
|
keywords:
|
|
- git
|
|
- issue tracker
|
|
- code review
|
|
- wiki
|
|
- gitea
|
|
- gogs
|
|
sources:
|
|
- https://gitea.com/gitea/helm-chart
|
|
- https://github.com/go-gitea/gitea
|
|
- https://hub.docker.com/r/gitea/gitea/
|
|
maintainers:
|
|
- name: Charlie Drage
|
|
email: charlie@charliedrage.com
|
|
- name: Gitea Authors
|
|
email: maintainers@gitea.io
|
|
- name: Konrad Lother
|
|
email: konrad.lother@novum-rgi.de
|
|
- name: Lucas Hahn
|
|
email: lucas.hahn@novum-rgi.de
|
|
- name: Steven Kriegler
|
|
email: sk.bunsenbrenner@gmail.com
|
|
- name: Patrick Schratz
|
|
email: patrick.schratz@gmail.com
|
|
|
|
dependencies:
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql
|
|
- name: postgresql
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 15.5.0
|
|
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: 14.1.3
|
|
condition: postgresql-ha.enabled
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
|
|
- name: redis-cluster
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 10.2.0
|
|
condition: redis-cluster.enabled
|