179 lines
3.9 KiB
YAML
179 lines
3.9 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: apps
|
|
metadata:
|
|
name: woodpecker
|
|
description: null
|
|
options:
|
|
images:
|
|
default:
|
|
agent:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-agent
|
|
tag: v1.0.0-alpine
|
|
git:
|
|
registry: docker.io
|
|
repository: wowoodpeckerci/plugin-git
|
|
tag: 2.1.0
|
|
server:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-server
|
|
tag: v1.0.0-alpine
|
|
examples:
|
|
- agent:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-agent
|
|
tag: v1.0.0-alpine
|
|
git:
|
|
registry: docker.io
|
|
repository: wowoodpeckerci/plugin-git
|
|
tag: 2.1.0
|
|
server:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-server
|
|
tag: v1.0.0-alpine
|
|
properties:
|
|
agent:
|
|
default:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-agent
|
|
tag: v1.0.0-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.0-alpine
|
|
type: string
|
|
type: object
|
|
git:
|
|
default:
|
|
registry: docker.io
|
|
repository: wowoodpeckerci/plugin-git
|
|
tag: 2.1.0
|
|
properties:
|
|
registry:
|
|
default: docker.io
|
|
type: string
|
|
repository:
|
|
default: wowoodpeckerci/plugin-git
|
|
type: string
|
|
tag:
|
|
default: 2.1.0
|
|
type: string
|
|
type: object
|
|
server:
|
|
default:
|
|
pullPolicy: IfNotPresent
|
|
registry: docker.io
|
|
repository: woodpeckerci/woodpecker-server
|
|
tag: v1.0.0-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.0-alpine
|
|
type: string
|
|
type: object
|
|
type: object
|
|
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
|
|
ingress-class:
|
|
default: traefik
|
|
examples:
|
|
- traefik
|
|
type: string
|
|
domain:
|
|
default: your-company
|
|
examples:
|
|
- your-company
|
|
type: string
|
|
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
|
|
sub-domain:
|
|
default: ci
|
|
examples:
|
|
- ci
|
|
type: string
|
|
domain-name:
|
|
default: your_company.com
|
|
examples:
|
|
- your_company.com
|
|
type: string
|
|
dependencies: []
|
|
providers:
|
|
kubernetes: true
|
|
authentik: true
|
|
kubectl: null
|
|
postgresql: null
|
|
restapi: null
|
|
http: null
|
|
tfaddtype: null
|