6e841e6e26
Due to #160 it was no longer possible to create repositories in root-based containers. This was caused by the missing `/tmp/gitea` directory in that image. It was dynamically created by Gitea internal functionality with less privileges than necessary. Explicitly creating the directory and set proper permissions fix this. Fixes: #171 Co-authored-by: JustusBunsi <sk.bunsenbrenner@gmail.com> Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/172 Reviewed-by: luhahn <luhahn@noreply.gitea.io> Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io> Co-committed-by: justusbunsi <justusbunsi@noreply.gitea.io>
47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
apiVersion: v2
|
|
name: gitea
|
|
description: Gitea Helm chart for Kubernetes
|
|
type: application
|
|
version: 0.0.0
|
|
appVersion: 1.14.2
|
|
icon: https://docs.gitea.io/images/gitea.png
|
|
|
|
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
|
|
|
|
dependencies:
|
|
- name: memcached
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 4.2.20
|
|
condition: gitea.cache.builtIn.enabled
|
|
- name: mysql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 6.14.10
|
|
condition: gitea.database.builtIn.mysql.enabled
|
|
- name: postgresql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 9.7.2
|
|
condition: gitea.database.builtIn.postgresql.enabled
|
|
- name: mariadb
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 8.0.0
|
|
condition: gitea.database.builtIn.mariadb.enabled
|