kubezero/charts/kubezero-ci
Stefan Reimer 0010329460 chore: move helm repo to S3/CDN 2021-12-03 22:16:22 +01:00
..
charts/teamcity feat: add TeamCity to CI module 2021-12-03 22:14:11 +01:00
templates feat: add gitea to kubezero-ci 2021-11-08 16:54:48 +01:00
Chart.yaml chore: move helm repo to S3/CDN 2021-12-03 22:16:22 +01:00
README.md feat: add gitea to kubezero-ci 2021-11-08 16:54:48 +01:00
README.md.gotmpl feature: new KubeZero module CI 2021-11-06 18:12:48 +01:00
values.yaml chore: move helm repo to S3/CDN 2021-12-03 22:16:22 +01:00

README.md

kubezero-ci

Version: 0.2.0 Type: application

KubeZero umbrella chart for all things CI

Homepage: https://kubezero.com

Maintainers

Name Email Url
Quarky9

Requirements

Kubernetes: >= 1.18.0

Repository Name Version
https://dl.gitea.io/charts/ gitea 4.1.1
https://gocd.github.io/helm-chart gocd 1.39.4
https://zero-down-time.github.io/kubezero/ kubezero-lib >= 0.1.4

Jenkins

goCD

Resources

Values

Key Type Default Description
gitea.enabled bool false
gitea.gitea.admin.existingSecret string "gitea-admin-secret"
gitea.gitea.cache.builtIn.enabled bool false
gitea.gitea.config.cache.ADAPTER string "memory"
gitea.gitea.config.database.DB_TYPE string "sqlite3"
gitea.gitea.database.builtIn.mariadb.enabled bool false
gitea.gitea.database.builtIn.mysql.enabled bool false
gitea.gitea.database.builtIn.postgresql.enabled bool false
gitea.gitea.demo bool false
gitea.gitea.metrics.enabled bool false
gitea.gitea.metrics.serviceMonitor.enabled bool false
gitea.image.rootless bool true
gitea.istio.enabled bool false
gitea.istio.gateway string "istio-ingress/private-ingressgateway"
gitea.istio.url string ""
gitea.persistence.enabled bool true
gitea.persistence.size string "4Gi"
gitea.securityContext.allowPrivilegeEscalation bool false
gitea.securityContext.capabilities.add[0] string "SYS_CHROOT"
gitea.securityContext.capabilities.drop[0] string "ALL"
gocd.enabled bool false
gocd.istio.enabled bool false
gocd.istio.gateway string "istio-ingress/private-ingressgateway"
gocd.istio.url string ""
gocd.server.ingress.enabled bool false
gocd.server.service.type string "ClusterIP"
jenkins.enabled bool false