fix
This commit is contained in:
@@ -4,145 +4,8 @@ kind: Component
|
||||
category: apps
|
||||
metadata:
|
||||
name: woodpecker
|
||||
description: null
|
||||
description: Woodpecker is a simple yet powerful CI/CD engine with great extensibility
|
||||
options:
|
||||
timeouts:
|
||||
default:
|
||||
default: '60'
|
||||
max: '120'
|
||||
examples:
|
||||
- default: '60'
|
||||
max: '120'
|
||||
properties:
|
||||
default:
|
||||
default: '60'
|
||||
type: string
|
||||
max:
|
||||
default: '120'
|
||||
type: string
|
||||
type: object
|
||||
admin-users:
|
||||
default: woodpecker,admin
|
||||
examples:
|
||||
- woodpecker,admin
|
||||
type: string
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
app_group:
|
||||
default: dev
|
||||
examples:
|
||||
- dev
|
||||
type: string
|
||||
ingress_class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
images:
|
||||
default:
|
||||
agent:
|
||||
pull_policy: 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:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-server
|
||||
tag: v1.0.3-alpine
|
||||
examples:
|
||||
- agent:
|
||||
pull_policy: 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:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-server
|
||||
tag: v1.0.3-alpine
|
||||
properties:
|
||||
agent:
|
||||
default:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-agent
|
||||
tag: v1.0.3-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: 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:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-server
|
||||
tag: v1.0.3-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: v1.0.3-alpine
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
domain_name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
storage:
|
||||
default:
|
||||
agent:
|
||||
@@ -198,16 +61,153 @@ options:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
sub_domain:
|
||||
default: ci
|
||||
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:
|
||||
- ci
|
||||
- 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
|
||||
app_group:
|
||||
default: dev
|
||||
examples:
|
||||
- dev
|
||||
type: string
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
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
|
||||
sub_domain:
|
||||
default: ci
|
||||
examples:
|
||||
- ci
|
||||
type: string
|
||||
admin-users:
|
||||
default: woodpecker,admin
|
||||
examples:
|
||||
- woodpecker,admin
|
||||
type: string
|
||||
domain_name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
ingress_class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
dependencies:
|
||||
- dist: null
|
||||
category: apps
|
||||
|
||||
Reference in New Issue
Block a user