fix
This commit is contained in:
@@ -6,108 +6,45 @@ metadata:
|
||||
name: woodpecker
|
||||
description: null
|
||||
options:
|
||||
images:
|
||||
storage-server:
|
||||
default:
|
||||
agent:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-agent
|
||||
tag: v1.0.0-alpine
|
||||
git:
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/plugin-git
|
||||
tag: 2.1.0
|
||||
server:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-server
|
||||
tag: v1.0.0-alpine
|
||||
accessMode: ReadWriteOnce
|
||||
size: 10Gi
|
||||
examples:
|
||||
- agent:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-agent
|
||||
tag: v1.0.0-alpine
|
||||
git:
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/plugin-git
|
||||
tag: 2.1.0
|
||||
server:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-server
|
||||
tag: v1.0.0-alpine
|
||||
- accessMode: ReadWriteOnce
|
||||
size: 10Gi
|
||||
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: woodpeckerci/plugin-git
|
||||
tag: 2.1.0
|
||||
properties:
|
||||
registry:
|
||||
default: docker.io
|
||||
type: string
|
||||
repository:
|
||||
default: woodpeckerci/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
|
||||
accessMode:
|
||||
default: ReadWriteOnce
|
||||
enum:
|
||||
- ReadWriteOnce
|
||||
- ReadOnlyMany
|
||||
- ReadWriteMany
|
||||
type: string
|
||||
size:
|
||||
default: 10Gi
|
||||
type: string
|
||||
type: object
|
||||
ingress-class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
sub-domain:
|
||||
default: ci
|
||||
examples:
|
||||
- ci
|
||||
type: string
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
examples:
|
||||
@@ -133,16 +70,6 @@ options:
|
||||
default: 'false'
|
||||
type: string
|
||||
type: object
|
||||
sub-domain:
|
||||
default: ci
|
||||
examples:
|
||||
- ci
|
||||
type: string
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
timeouts:
|
||||
default:
|
||||
default: '60'
|
||||
@@ -158,30 +85,103 @@ options:
|
||||
default: '120'
|
||||
type: string
|
||||
type: object
|
||||
storage-server:
|
||||
images:
|
||||
default:
|
||||
accessMode: ReadWriteOnce
|
||||
size: 10Gi
|
||||
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:
|
||||
- accessMode: ReadWriteOnce
|
||||
size: 10Gi
|
||||
- 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:
|
||||
accessMode:
|
||||
default: ReadWriteOnce
|
||||
enum:
|
||||
- ReadWriteOnce
|
||||
- ReadOnlyMany
|
||||
- ReadWriteMany
|
||||
type: string
|
||||
size:
|
||||
default: 10Gi
|
||||
type: string
|
||||
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
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
dependencies:
|
||||
- dist: null
|
||||
category: apps
|
||||
|
||||
Reference in New Issue
Block a user