This commit is contained in:
2024-03-06 18:45:55 +01:00
parent 7c8a52b7e1
commit d9ae4a5249
3 changed files with 74 additions and 90 deletions

View File

@@ -6,26 +6,56 @@ metadata:
name: gramo name: gramo
description: a kubernetes web-client description: a kubernetes web-client
options: options:
namespaces:
default: []
items:
type: string
type: array
cluster-admin:
default: false
examples:
- false
type: boolean
sub_domain:
default: gramo
examples:
- gramo
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
domain:
default: your-company
examples:
- your-company
type: string
ingress_class:
default: traefik
examples:
- traefik
type: string
images: images:
default: default:
gramo: gramo:
pull_policy: IfNotPresent pull_policy: IfNotPresent
registry: docker.io registry: docker.io
repository: sebt3/gramo repository: sebt3/gramo
tag: 0.1.6 tag: 0.1.7
examples: examples:
- gramo: - gramo:
pull_policy: IfNotPresent pull_policy: IfNotPresent
registry: docker.io registry: docker.io
repository: sebt3/gramo repository: sebt3/gramo
tag: 0.1.6 tag: 0.1.7
properties: properties:
gramo: gramo:
default: default:
pull_policy: IfNotPresent pull_policy: IfNotPresent
registry: docker.io registry: docker.io
repository: sebt3/gramo repository: sebt3/gramo
tag: 0.1.6 tag: 0.1.7
properties: properties:
pull_policy: pull_policy:
default: IfNotPresent default: IfNotPresent
@@ -41,55 +71,25 @@ options:
default: sebt3/gramo default: sebt3/gramo
type: string type: string
tag: tag:
default: 0.1.6 default: 0.1.7
type: string type: string
type: object type: object
type: object type: object
domain_name: issuer:
default: your_company.com default: letsencrypt-prod
examples: examples:
- your_company.com - letsencrypt-prod
type: string
managed:
default: false
examples:
- false
type: boolean
cluster-admin:
default: false
examples:
- false
type: boolean
sub_domain:
default: gramo
examples:
- gramo
type: string type: string
app_group: app_group:
default: infra default: infra
examples: examples:
- infra - infra
type: string type: string
domain: managed:
default: your-company default: false
examples: examples:
- your-company - false
type: string type: boolean
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ingress_class:
default: traefik
examples:
- traefik
type: string
namespaces:
default: []
items:
type: string
type: array
dependencies: dependencies:
- dist: null - dist: null
category: share category: share

View File

@@ -1,16 +0,0 @@
# Source: server/templates/secret-check-job.yaml
apiVersion: batch/v1
kind: Job
metadata:
name: pre-install-agent-secret-check
annotations:
"helm.sh/hook": pre-install
spec:
template:
spec:
containers:
- name: check-agent-secret
image: finalgene/openssh:9
command: ["openssl"]
args: ["rand", "-hex", "32"]
restartPolicy: OnFailure

View File

@@ -6,6 +6,26 @@ metadata:
name: woodpecker name: woodpecker
description: Woodpecker is a simple yet powerful CI/CD engine with great extensibility description: Woodpecker is a simple yet powerful CI/CD engine with great extensibility
options: options:
domain:
default: your-company
examples:
- your-company
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
storage: storage:
default: default:
agent: agent:
@@ -61,6 +81,11 @@ options:
type: string type: string
type: object type: object
type: object type: object
app_group:
default: dev
examples:
- dev
type: string
images: images:
default: default:
agent: agent:
@@ -158,55 +183,30 @@ options:
type: string type: string
type: object type: object
type: object type: object
app_group:
default: dev
examples:
- dev
type: string
issuer: issuer:
default: letsencrypt-prod default: letsencrypt-prod
examples: examples:
- letsencrypt-prod - letsencrypt-prod
type: string 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: domain_name:
default: your_company.com default: your_company.com
examples: examples:
- your_company.com - your_company.com
type: string type: string
admin-users:
default: woodpecker,admin
examples:
- woodpecker,admin
type: string
ingress_class: ingress_class:
default: traefik default: traefik
examples: examples:
- traefik - traefik
type: string type: string
domain: sub_domain:
default: your-company default: ci
examples: examples:
- your-company - ci
type: string type: string
dependencies: dependencies:
- dist: null - dist: null