225 lines
4.9 KiB
YAML
225 lines
4.9 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: apps
|
|
metadata:
|
|
name: woodpecker
|
|
description: Woodpecker is a simple yet powerful CI/CD engine with great extensibility
|
|
options:
|
|
admin-users:
|
|
default: woodpecker,admin
|
|
examples:
|
|
- woodpecker,admin
|
|
type: string
|
|
app_group:
|
|
default: dev
|
|
examples:
|
|
- dev
|
|
type: string
|
|
domain:
|
|
default: your-company
|
|
examples:
|
|
- your-company
|
|
type: string
|
|
domain_name:
|
|
default: your_company.com
|
|
examples:
|
|
- your_company.com
|
|
type: string
|
|
images:
|
|
default:
|
|
agent:
|
|
pull_policy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-agent
|
|
tag: v2.3.0-alpine
|
|
git:
|
|
registry: docker.io
|
|
repository: woodpeckerci/plugin-git
|
|
tag: 2.2.0
|
|
server:
|
|
pull_policy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-server
|
|
tag: v2.3.0-alpine
|
|
examples:
|
|
- agent:
|
|
pull_policy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-agent
|
|
tag: v2.3.0-alpine
|
|
git:
|
|
registry: docker.io
|
|
repository: woodpeckerci/plugin-git
|
|
tag: 2.2.0
|
|
server:
|
|
pull_policy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-server
|
|
tag: v2.3.0-alpine
|
|
properties:
|
|
agent:
|
|
default:
|
|
pull_policy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-agent
|
|
tag: v2.3.0-alpine
|
|
properties:
|
|
pull_policy:
|
|
default: IfNotPresent
|
|
enum:
|
|
- Always
|
|
- Never
|
|
- IfNotPresent
|
|
type: string
|
|
registry:
|
|
default: docker.io
|
|
type: string
|
|
repository:
|
|
default: woodpeckerci/woodpecker-agent
|
|
type: string
|
|
tag:
|
|
default: v2.3.0-alpine
|
|
type: string
|
|
type: object
|
|
git:
|
|
default:
|
|
registry: docker.io
|
|
repository: woodpeckerci/plugin-git
|
|
tag: 2.2.0
|
|
properties:
|
|
registry:
|
|
default: docker.io
|
|
type: string
|
|
repository:
|
|
default: woodpeckerci/plugin-git
|
|
type: string
|
|
tag:
|
|
default: 2.2.0
|
|
type: string
|
|
type: object
|
|
server:
|
|
default:
|
|
pull_policy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-server
|
|
tag: v2.3.0-alpine
|
|
properties:
|
|
pull_policy:
|
|
default: IfNotPresent
|
|
enum:
|
|
- Always
|
|
- Never
|
|
- IfNotPresent
|
|
type: string
|
|
registry:
|
|
default: docker.io
|
|
type: string
|
|
repository:
|
|
default: woodpeckerci/woodpecker-server
|
|
type: string
|
|
tag:
|
|
default: v2.3.0-alpine
|
|
type: string
|
|
type: object
|
|
type: object
|
|
ingress_class:
|
|
default: traefik
|
|
examples:
|
|
- traefik
|
|
type: string
|
|
issuer:
|
|
default: letsencrypt-prod
|
|
examples:
|
|
- letsencrypt-prod
|
|
type: string
|
|
storage:
|
|
default:
|
|
agent:
|
|
size: 10Gi
|
|
volume:
|
|
accessMode: ReadWriteOnce
|
|
class: ''
|
|
size: 10Gi
|
|
type: Filesystem
|
|
description: Configure this app storage
|
|
examples:
|
|
- agent:
|
|
size: 10Gi
|
|
volume:
|
|
accessMode: ReadWriteOnce
|
|
class: ''
|
|
size: 10Gi
|
|
type: Filesystem
|
|
properties:
|
|
agent:
|
|
default:
|
|
size: 10Gi
|
|
properties:
|
|
size:
|
|
default: 10Gi
|
|
type: string
|
|
type: object
|
|
volume:
|
|
default:
|
|
accessMode: ReadWriteOnce
|
|
class: ''
|
|
size: 10Gi
|
|
type: Filesystem
|
|
properties:
|
|
accessMode:
|
|
default: ReadWriteOnce
|
|
enum:
|
|
- ReadWriteOnce
|
|
- ReadOnlyMany
|
|
- ReadWriteMany
|
|
type: string
|
|
class:
|
|
default: ''
|
|
type: string
|
|
size:
|
|
default: 10Gi
|
|
type: string
|
|
type:
|
|
default: Filesystem
|
|
enum:
|
|
- Filesystem
|
|
- Block
|
|
type: string
|
|
type: object
|
|
type: object
|
|
sub_domain:
|
|
default: ci
|
|
examples:
|
|
- ci
|
|
type: string
|
|
timeouts:
|
|
default:
|
|
default: '60'
|
|
max: '120'
|
|
examples:
|
|
- default: '60'
|
|
max: '120'
|
|
properties:
|
|
default:
|
|
default: '60'
|
|
type: string
|
|
max:
|
|
default: '120'
|
|
type: string
|
|
type: object
|
|
dependencies:
|
|
- dist: null
|
|
category: core
|
|
component: secret-generator
|
|
providers:
|
|
kubernetes: true
|
|
authentik: true
|
|
kubectl: true
|
|
postgresql: null
|
|
mysql: null
|
|
restapi: null
|
|
http: null
|
|
gitea: true
|
|
tfaddtype: null
|