This commit is contained in:
2023-07-26 18:52:49 +02:00
parent 886a15f395
commit 7f36e8ffdc
9 changed files with 127 additions and 127 deletions

View File

@@ -9,11 +9,31 @@ metadata:
A painless self-hosted Git service.
Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license.
options:
default-branch:
default: main
load-balancer:
default:
ip: ''
examples:
- main
type: string
- ip: ''
properties:
ip:
default: ''
type: string
type: object
admin:
default:
email: git-admin@git.your_company.com
name: gitea_admin
examples:
- email: git-admin@git.your_company.com
name: gitea_admin
properties:
email:
default: git-admin@git.your_company.com
type: string
name:
default: gitea_admin
type: string
type: object
postgres:
default:
replicas: 1
@@ -34,100 +54,15 @@ options:
default: '14'
type: string
type: object
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
sub-domain:
default: git
examples:
- git
type: string
admin:
default:
email: git-admin@git.your_company.com
name: gitea_admin
examples:
- email: git-admin@git.your_company.com
name: gitea_admin
properties:
email:
default: git-admin@git.your_company.com
type: string
name:
default: gitea_admin
type: string
type: object
replicas:
default: 1
examples:
- 1
type: integer
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
disable-registration:
default: true
examples:
- true
type: boolean
timezone:
default: Europe/Paris
examples:
- Europe/Paris
type: string
load-balancer:
default:
ip: ''
examples:
- ip: ''
properties:
ip:
default: ''
type: string
type: object
ssh-port:
default: 2222
examples:
- 2222
type: integer
push-create:
default:
org: 'true'
private: 'false'
user: 'true'
examples:
- org: 'true'
private: 'false'
user: 'true'
properties:
org:
default: 'true'
type: string
private:
default: 'false'
type: string
user:
default: 'true'
type: string
type: object
domain:
default: your-company
examples:
- your-company
type: string
release:
default: 8.3.0
examples:
- 8.3.0
type: string
ingress-class:
default: traefik
theme:
default: gitea-modern
examples:
- traefik
- gitea-modern
type: string
webhook:
default:
@@ -154,13 +89,43 @@ options:
default: 10Gi
type: string
type: object
timezone:
default: Europe/Paris
examples:
- Europe/Paris
type: string
default-branch:
default: main
examples:
- main
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ssh-port:
default: 2222
examples:
- 2222
type: integer
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
replicas:
default: 1
examples:
- 1
type: integer
images:
default:
gitea:
pullPolicy: IfNotPresent
registry: docker.io
repository: gitea/gitea
tag: 1.20.1
tag: 1.19.3
memcached:
registry: docker.io
repository: bitnami/memcached
@@ -170,7 +135,7 @@ options:
pullPolicy: IfNotPresent
registry: docker.io
repository: gitea/gitea
tag: 1.20.1
tag: 1.19.3
memcached:
registry: docker.io
repository: bitnami/memcached
@@ -181,7 +146,7 @@ options:
pullPolicy: IfNotPresent
registry: docker.io
repository: gitea/gitea
tag: 1.20.1
tag: 1.19.3
properties:
pullPolicy:
default: IfNotPresent
@@ -197,7 +162,7 @@ options:
default: gitea/gitea
type: string
tag:
default: 1.20.1
default: 1.19.3
type: string
type: object
memcached:
@@ -217,11 +182,46 @@ options:
type: string
type: object
type: object
theme:
default: gitea-modern
push-create:
default:
org: 'true'
private: 'false'
user: 'true'
examples:
- gitea-modern
- org: 'true'
private: 'false'
user: 'true'
properties:
org:
default: 'true'
type: string
private:
default: 'false'
type: string
user:
default: 'true'
type: string
type: object
domain:
default: your-company
examples:
- your-company
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
sub-domain:
default: git
examples:
- git
type: string
disable-registration:
default: true
examples:
- true
type: boolean
dependencies:
- dist: null
category: share