211 lines
4.5 KiB
YAML
211 lines
4.5 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: apps
|
|
metadata:
|
|
name: woodpecker
|
|
description: null
|
|
options:
|
|
ingress_class:
|
|
default: traefik
|
|
examples:
|
|
- traefik
|
|
type: string
|
|
images:
|
|
default:
|
|
agent:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-agent
|
|
tag: v1.0.3-alpine
|
|
git:
|
|
registry: docker.io
|
|
repository: woodpeckerci/plugin-git
|
|
tag: 2.2.0
|
|
server:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-server
|
|
tag: v1.0.3-alpine
|
|
examples:
|
|
- agent:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-agent
|
|
tag: v1.0.3-alpine
|
|
git:
|
|
registry: docker.io
|
|
repository: woodpeckerci/plugin-git
|
|
tag: 2.2.0
|
|
server:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-server
|
|
tag: v1.0.3-alpine
|
|
properties:
|
|
agent:
|
|
default:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-agent
|
|
tag: v1.0.3-alpine
|
|
properties:
|
|
pullPolicy:
|
|
default: IfNotPresent
|
|
enum:
|
|
- Always
|
|
- Never
|
|
- IfNotPresent
|
|
type: string
|
|
registry:
|
|
default: docker.io
|
|
type: string
|
|
repository:
|
|
default: woodpeckerci/woodpecker-agent
|
|
type: string
|
|
tag:
|
|
default: v1.0.3-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:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-server
|
|
tag: v1.0.3-alpine
|
|
properties:
|
|
pullPolicy:
|
|
default: IfNotPresent
|
|
enum:
|
|
- Always
|
|
- Never
|
|
- IfNotPresent
|
|
type: string
|
|
registry:
|
|
default: docker.io
|
|
type: string
|
|
repository:
|
|
default: woodpeckerci/woodpecker-server
|
|
type: string
|
|
tag:
|
|
default: v1.0.3-alpine
|
|
type: string
|
|
type: object
|
|
type: object
|
|
storage-server:
|
|
default:
|
|
accessMode: ReadWriteOnce
|
|
size: 10Gi
|
|
examples:
|
|
- accessMode: ReadWriteOnce
|
|
size: 10Gi
|
|
properties:
|
|
accessMode:
|
|
default: ReadWriteOnce
|
|
enum:
|
|
- ReadWriteOnce
|
|
- ReadOnlyMany
|
|
- ReadWriteMany
|
|
type: string
|
|
size:
|
|
default: 10Gi
|
|
type: string
|
|
type: object
|
|
timeouts:
|
|
default:
|
|
default: '60'
|
|
max: '120'
|
|
examples:
|
|
- default: '60'
|
|
max: '120'
|
|
properties:
|
|
default:
|
|
default: '60'
|
|
type: string
|
|
max:
|
|
default: '120'
|
|
type: string
|
|
type: object
|
|
sub-domain:
|
|
default: ci
|
|
examples:
|
|
- ci
|
|
type: string
|
|
issuer:
|
|
default: letsencrypt-prod
|
|
examples:
|
|
- letsencrypt-prod
|
|
type: string
|
|
storage-agent:
|
|
default:
|
|
size: 10Gi
|
|
storageClass: ''
|
|
writeMany: 'false'
|
|
examples:
|
|
- size: 10Gi
|
|
storageClass: ''
|
|
writeMany: 'false'
|
|
properties:
|
|
size:
|
|
default: 10Gi
|
|
type: string
|
|
storageClass:
|
|
default: ''
|
|
type: string
|
|
writeMany:
|
|
default: 'false'
|
|
type: string
|
|
type: object
|
|
app_group:
|
|
default: dev
|
|
examples:
|
|
- dev
|
|
type: string
|
|
domain_name:
|
|
default: your_company.com
|
|
examples:
|
|
- your_company.com
|
|
type: string
|
|
admin-users:
|
|
default: woodpecker,admin
|
|
examples:
|
|
- woodpecker,admin
|
|
type: string
|
|
domain:
|
|
default: your-company
|
|
examples:
|
|
- your-company
|
|
type: string
|
|
dependencies:
|
|
- dist: null
|
|
category: apps
|
|
component: gitea
|
|
- dist: null
|
|
category: core
|
|
component: secret-generator
|
|
providers:
|
|
kubernetes: true
|
|
authentik: true
|
|
kubectl: true
|
|
postgresql: null
|
|
restapi: null
|
|
http: null
|
|
gitea: true
|
|
tfaddtype: null
|