fix
This commit is contained in:
@@ -9,21 +9,6 @@ metadata:
|
|||||||
A painless self-hosted Git service.
|
A painless self-hosted Git service.
|
||||||
Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license.
|
Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license.
|
||||||
options:
|
options:
|
||||||
sub-domain:
|
|
||||||
default: git
|
|
||||||
examples:
|
|
||||||
- git
|
|
||||||
type: string
|
|
||||||
ingress-class:
|
|
||||||
default: traefik
|
|
||||||
examples:
|
|
||||||
- traefik
|
|
||||||
type: string
|
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
backups:
|
backups:
|
||||||
default:
|
default:
|
||||||
enable: false
|
enable: false
|
||||||
@@ -130,16 +115,61 @@ options:
|
|||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
replicas:
|
app-group:
|
||||||
default: 1
|
default: dev
|
||||||
examples:
|
examples:
|
||||||
- 1
|
- dev
|
||||||
type: integer
|
type: string
|
||||||
ssh-port:
|
domain:
|
||||||
default: 2222
|
default: your-company
|
||||||
examples:
|
examples:
|
||||||
- 2222
|
- your-company
|
||||||
type: integer
|
type: string
|
||||||
|
issuer:
|
||||||
|
default: letsencrypt-prod
|
||||||
|
examples:
|
||||||
|
- letsencrypt-prod
|
||||||
|
type: string
|
||||||
|
theme:
|
||||||
|
default: gitea-modern
|
||||||
|
examples:
|
||||||
|
- gitea-modern
|
||||||
|
type: string
|
||||||
|
domain-name:
|
||||||
|
default: your_company.com
|
||||||
|
examples:
|
||||||
|
- your_company.com
|
||||||
|
type: string
|
||||||
|
push-create:
|
||||||
|
default:
|
||||||
|
org: 'true'
|
||||||
|
private: 'false'
|
||||||
|
user: 'true'
|
||||||
|
examples:
|
||||||
|
- org: 'true'
|
||||||
|
private: 'false'
|
||||||
|
user: 'true'
|
||||||
|
properties:
|
||||||
|
org:
|
||||||
|
default: 'true'
|
||||||
|
type: string
|
||||||
|
private:
|
||||||
|
default: 'false'
|
||||||
|
type: string
|
||||||
|
user:
|
||||||
|
default: 'true'
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
volume:
|
||||||
|
default:
|
||||||
|
size: 10Gi
|
||||||
|
examples:
|
||||||
|
- size: 10Gi
|
||||||
|
properties:
|
||||||
|
size:
|
||||||
|
default: 10Gi
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
load-balancer:
|
load-balancer:
|
||||||
default:
|
default:
|
||||||
ip: ''
|
ip: ''
|
||||||
@@ -170,99 +200,44 @@ options:
|
|||||||
default: '14'
|
default: '14'
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
app-group:
|
ssh-port:
|
||||||
default: dev
|
default: 2222
|
||||||
examples:
|
examples:
|
||||||
- dev
|
- 2222
|
||||||
|
type: integer
|
||||||
|
default-branch:
|
||||||
|
default: main
|
||||||
|
examples:
|
||||||
|
- main
|
||||||
type: string
|
type: string
|
||||||
disable-registration:
|
|
||||||
default: true
|
|
||||||
examples:
|
|
||||||
- true
|
|
||||||
type: boolean
|
|
||||||
volume:
|
|
||||||
default:
|
|
||||||
size: 10Gi
|
|
||||||
examples:
|
|
||||||
- size: 10Gi
|
|
||||||
properties:
|
|
||||||
size:
|
|
||||||
default: 10Gi
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
timezone:
|
|
||||||
default: Europe/Paris
|
|
||||||
examples:
|
|
||||||
- Europe/Paris
|
|
||||||
type: string
|
|
||||||
release:
|
|
||||||
default: 8.3.0
|
|
||||||
examples:
|
|
||||||
- 8.3.0
|
|
||||||
type: string
|
|
||||||
webhook:
|
|
||||||
default:
|
|
||||||
allowed-hosts: private
|
|
||||||
skip-tls-verify: false
|
|
||||||
examples:
|
|
||||||
- allowed-hosts: private
|
|
||||||
skip-tls-verify: false
|
|
||||||
properties:
|
|
||||||
allowed-hosts:
|
|
||||||
default: private
|
|
||||||
type: string
|
|
||||||
skip-tls-verify:
|
|
||||||
default: false
|
|
||||||
type: boolean
|
|
||||||
type: object
|
|
||||||
issuer:
|
|
||||||
default: letsencrypt-prod
|
|
||||||
examples:
|
|
||||||
- letsencrypt-prod
|
|
||||||
type: string
|
|
||||||
admin:
|
|
||||||
default:
|
|
||||||
email: git-admin@git.your_company.com
|
|
||||||
name: gitea_admin
|
|
||||||
examples:
|
|
||||||
- email: git-admin@git.your_company.com
|
|
||||||
name: gitea_admin
|
|
||||||
properties:
|
|
||||||
email:
|
|
||||||
default: git-admin@git.your_company.com
|
|
||||||
type: string
|
|
||||||
name:
|
|
||||||
default: gitea_admin
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
gitea:
|
gitea:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: gitea/gitea
|
repository: gitea/gitea
|
||||||
tag: 1.19.3
|
tag: 1.20.5
|
||||||
memcached:
|
memcached:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/memcached
|
repository: bitnami/memcached
|
||||||
tag: 1.6.19-debian-11-r7
|
tag: 1.6.22
|
||||||
examples:
|
examples:
|
||||||
- gitea:
|
- gitea:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: gitea/gitea
|
repository: gitea/gitea
|
||||||
tag: 1.19.3
|
tag: 1.20.5
|
||||||
memcached:
|
memcached:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/memcached
|
repository: bitnami/memcached
|
||||||
tag: 1.6.19-debian-11-r7
|
tag: 1.6.22
|
||||||
properties:
|
properties:
|
||||||
gitea:
|
gitea:
|
||||||
default:
|
default:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: gitea/gitea
|
repository: gitea/gitea
|
||||||
tag: 1.19.3
|
tag: 1.20.5
|
||||||
properties:
|
properties:
|
||||||
pullPolicy:
|
pullPolicy:
|
||||||
default: IfNotPresent
|
default: IfNotPresent
|
||||||
@@ -278,14 +253,14 @@ options:
|
|||||||
default: gitea/gitea
|
default: gitea/gitea
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
default: 1.19.3
|
default: 1.20.5
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
memcached:
|
memcached:
|
||||||
default:
|
default:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/memcached
|
repository: bitnami/memcached
|
||||||
tag: 1.6.19-debian-11-r7
|
tag: 1.6.22
|
||||||
properties:
|
properties:
|
||||||
registry:
|
registry:
|
||||||
default: docker.io
|
default: docker.io
|
||||||
@@ -294,44 +269,69 @@ options:
|
|||||||
default: bitnami/memcached
|
default: bitnami/memcached
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
default: 1.6.19-debian-11-r7
|
default: 1.6.22
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
push-create:
|
admin:
|
||||||
default:
|
default:
|
||||||
org: 'true'
|
email: git-admin@git.your_company.com
|
||||||
private: 'false'
|
name: gitea_admin
|
||||||
user: 'true'
|
|
||||||
examples:
|
examples:
|
||||||
- org: 'true'
|
- email: git-admin@git.your_company.com
|
||||||
private: 'false'
|
name: gitea_admin
|
||||||
user: 'true'
|
|
||||||
properties:
|
properties:
|
||||||
org:
|
email:
|
||||||
default: 'true'
|
default: git-admin@git.your_company.com
|
||||||
type: string
|
type: string
|
||||||
private:
|
name:
|
||||||
default: 'false'
|
default: gitea_admin
|
||||||
type: string
|
|
||||||
user:
|
|
||||||
default: 'true'
|
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
domain-name:
|
disable-registration:
|
||||||
default: your_company.com
|
default: true
|
||||||
examples:
|
examples:
|
||||||
- your_company.com
|
- true
|
||||||
|
type: boolean
|
||||||
|
sub-domain:
|
||||||
|
default: git
|
||||||
|
examples:
|
||||||
|
- git
|
||||||
type: string
|
type: string
|
||||||
theme:
|
release:
|
||||||
default: gitea-modern
|
default: 8.3.0
|
||||||
examples:
|
examples:
|
||||||
- gitea-modern
|
- 8.3.0
|
||||||
type: string
|
type: string
|
||||||
default-branch:
|
replicas:
|
||||||
default: main
|
default: 1
|
||||||
examples:
|
examples:
|
||||||
- main
|
- 1
|
||||||
|
type: integer
|
||||||
|
webhook:
|
||||||
|
default:
|
||||||
|
allowed-hosts: private
|
||||||
|
skip-tls-verify: false
|
||||||
|
examples:
|
||||||
|
- allowed-hosts: private
|
||||||
|
skip-tls-verify: false
|
||||||
|
properties:
|
||||||
|
allowed-hosts:
|
||||||
|
default: private
|
||||||
|
type: string
|
||||||
|
skip-tls-verify:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
timezone:
|
||||||
|
default: Europe/Paris
|
||||||
|
examples:
|
||||||
|
- Europe/Paris
|
||||||
|
type: string
|
||||||
|
ingress-class:
|
||||||
|
default: traefik
|
||||||
|
examples:
|
||||||
|
- traefik
|
||||||
type: string
|
type: string
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
|
|||||||
@@ -6,95 +6,188 @@ metadata:
|
|||||||
name: nextcloud
|
name: nextcloud
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
apps:
|
images:
|
||||||
default:
|
default:
|
||||||
audioplayer: false
|
|
||||||
bookmarks: false
|
|
||||||
bpm: false
|
|
||||||
calendar: false
|
|
||||||
collabora: false
|
|
||||||
contacts: false
|
|
||||||
deck: false
|
|
||||||
groupfolders: true
|
|
||||||
mindmap: false
|
|
||||||
music: false
|
|
||||||
notes: false
|
|
||||||
onlyoffice: false
|
|
||||||
passman: false
|
|
||||||
spreed: false
|
|
||||||
tables: false
|
|
||||||
tasks: false
|
|
||||||
texteditor: true
|
|
||||||
examples:
|
|
||||||
- audioplayer: false
|
|
||||||
bookmarks: false
|
|
||||||
bpm: false
|
|
||||||
calendar: false
|
|
||||||
collabora: false
|
|
||||||
contacts: false
|
|
||||||
deck: false
|
|
||||||
groupfolders: true
|
|
||||||
mindmap: false
|
|
||||||
music: false
|
|
||||||
notes: false
|
|
||||||
onlyoffice: false
|
|
||||||
passman: false
|
|
||||||
spreed: false
|
|
||||||
tables: false
|
|
||||||
tasks: false
|
|
||||||
texteditor: true
|
|
||||||
properties:
|
|
||||||
audioplayer:
|
|
||||||
default: false
|
|
||||||
type: boolean
|
|
||||||
bookmarks:
|
|
||||||
default: false
|
|
||||||
type: boolean
|
|
||||||
bpm:
|
|
||||||
default: false
|
|
||||||
type: boolean
|
|
||||||
calendar:
|
|
||||||
default: false
|
|
||||||
type: boolean
|
|
||||||
collabora:
|
collabora:
|
||||||
default: false
|
pullPolicy: IfNotPresent
|
||||||
type: boolean
|
registry: docker.io
|
||||||
contacts:
|
repository: collabora/code
|
||||||
default: false
|
tag: 23.05.5.2.1
|
||||||
type: boolean
|
exporter:
|
||||||
deck:
|
pullPolicy: IfNotPresent
|
||||||
default: false
|
registry: docker.io
|
||||||
type: boolean
|
repository: xperimental/nextcloud-exporter
|
||||||
groupfolders:
|
tag: 0.6.2
|
||||||
default: true
|
nextcloud:
|
||||||
type: boolean
|
pullPolicy: IfNotPresent
|
||||||
mindmap:
|
registry: docker.io
|
||||||
default: false
|
repository: nextcloud
|
||||||
type: boolean
|
tag: 27.1.2-fpm
|
||||||
music:
|
nginx:
|
||||||
default: false
|
pullPolicy: IfNotPresent
|
||||||
type: boolean
|
registry: docker.io
|
||||||
notes:
|
repository: nginx
|
||||||
default: false
|
tag: alpine
|
||||||
type: boolean
|
|
||||||
onlyoffice:
|
onlyoffice:
|
||||||
default: false
|
pullPolicy: IfNotPresent
|
||||||
type: boolean
|
registry: docker.io
|
||||||
passman:
|
repository: onlyoffice/documentserver
|
||||||
default: false
|
tag: 7.5.0.1
|
||||||
type: boolean
|
examples:
|
||||||
spreed:
|
- collabora:
|
||||||
default: false
|
pullPolicy: IfNotPresent
|
||||||
type: boolean
|
registry: docker.io
|
||||||
tables:
|
repository: collabora/code
|
||||||
default: false
|
tag: 23.05.5.2.1
|
||||||
type: boolean
|
exporter:
|
||||||
tasks:
|
pullPolicy: IfNotPresent
|
||||||
default: false
|
registry: docker.io
|
||||||
type: boolean
|
repository: xperimental/nextcloud-exporter
|
||||||
texteditor:
|
tag: 0.6.2
|
||||||
default: true
|
nextcloud:
|
||||||
type: boolean
|
pullPolicy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: nextcloud
|
||||||
|
tag: 27.1.2-fpm
|
||||||
|
nginx:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: nginx
|
||||||
|
tag: alpine
|
||||||
|
onlyoffice:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: onlyoffice/documentserver
|
||||||
|
tag: 7.5.0.1
|
||||||
|
properties:
|
||||||
|
collabora:
|
||||||
|
default:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: collabora/code
|
||||||
|
tag: 23.05.5.2.1
|
||||||
|
properties:
|
||||||
|
pullPolicy:
|
||||||
|
default: IfNotPresent
|
||||||
|
type: string
|
||||||
|
registry:
|
||||||
|
default: docker.io
|
||||||
|
type: string
|
||||||
|
repository:
|
||||||
|
default: collabora/code
|
||||||
|
type: string
|
||||||
|
tag:
|
||||||
|
default: 23.05.5.2.1
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
exporter:
|
||||||
|
default:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: xperimental/nextcloud-exporter
|
||||||
|
tag: 0.6.2
|
||||||
|
properties:
|
||||||
|
pullPolicy:
|
||||||
|
default: IfNotPresent
|
||||||
|
type: string
|
||||||
|
registry:
|
||||||
|
default: docker.io
|
||||||
|
type: string
|
||||||
|
repository:
|
||||||
|
default: xperimental/nextcloud-exporter
|
||||||
|
type: string
|
||||||
|
tag:
|
||||||
|
default: 0.6.2
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
nextcloud:
|
||||||
|
default:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: nextcloud
|
||||||
|
tag: 27.1.2-fpm
|
||||||
|
properties:
|
||||||
|
pullPolicy:
|
||||||
|
default: IfNotPresent
|
||||||
|
enum:
|
||||||
|
- Always
|
||||||
|
- Never
|
||||||
|
- IfNotPresent
|
||||||
|
type: string
|
||||||
|
registry:
|
||||||
|
default: docker.io
|
||||||
|
type: string
|
||||||
|
repository:
|
||||||
|
default: nextcloud
|
||||||
|
type: string
|
||||||
|
tag:
|
||||||
|
default: 27.1.2-fpm
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
nginx:
|
||||||
|
default:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: nginx
|
||||||
|
tag: alpine
|
||||||
|
properties:
|
||||||
|
pullPolicy:
|
||||||
|
default: IfNotPresent
|
||||||
|
enum:
|
||||||
|
- Always
|
||||||
|
- Never
|
||||||
|
- IfNotPresent
|
||||||
|
type: string
|
||||||
|
registry:
|
||||||
|
default: docker.io
|
||||||
|
type: string
|
||||||
|
repository:
|
||||||
|
default: nginx
|
||||||
|
type: string
|
||||||
|
tag:
|
||||||
|
default: alpine
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
onlyoffice:
|
||||||
|
default:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
registry: docker.io
|
||||||
|
repository: onlyoffice/documentserver
|
||||||
|
tag: 7.5.0.1
|
||||||
|
properties:
|
||||||
|
pullPolicy:
|
||||||
|
default: IfNotPresent
|
||||||
|
type: string
|
||||||
|
registry:
|
||||||
|
default: docker.io
|
||||||
|
type: string
|
||||||
|
repository:
|
||||||
|
default: onlyoffice/documentserver
|
||||||
|
type: string
|
||||||
|
tag:
|
||||||
|
default: 7.5.0.1
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
hpa:
|
||||||
|
default:
|
||||||
|
avg-cpu: 50
|
||||||
|
max-replicas: 5
|
||||||
|
min-replicas: 1
|
||||||
|
examples:
|
||||||
|
- avg-cpu: 50
|
||||||
|
max-replicas: 5
|
||||||
|
min-replicas: 1
|
||||||
|
properties:
|
||||||
|
avg-cpu:
|
||||||
|
default: 50
|
||||||
|
type: integer
|
||||||
|
max-replicas:
|
||||||
|
default: 5
|
||||||
|
type: integer
|
||||||
|
min-replicas:
|
||||||
|
default: 1
|
||||||
|
type: integer
|
||||||
type: object
|
type: object
|
||||||
app-group:
|
app-group:
|
||||||
default: ''
|
default: ''
|
||||||
@@ -106,55 +199,11 @@ options:
|
|||||||
examples:
|
examples:
|
||||||
- files
|
- files
|
||||||
type: string
|
type: string
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
storage:
|
|
||||||
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
|
|
||||||
ingress-class:
|
ingress-class:
|
||||||
default: traefik
|
default: traefik
|
||||||
examples:
|
examples:
|
||||||
- traefik
|
- traefik
|
||||||
type: string
|
type: string
|
||||||
postgres:
|
|
||||||
default:
|
|
||||||
replicas: 1
|
|
||||||
storage: 5Gi
|
|
||||||
version: '14'
|
|
||||||
examples:
|
|
||||||
- replicas: 1
|
|
||||||
storage: 5Gi
|
|
||||||
version: '14'
|
|
||||||
properties:
|
|
||||||
replicas:
|
|
||||||
default: 1
|
|
||||||
type: integer
|
|
||||||
storage:
|
|
||||||
default: 5Gi
|
|
||||||
type: string
|
|
||||||
version:
|
|
||||||
default: '14'
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
backups:
|
backups:
|
||||||
default:
|
default:
|
||||||
enable: false
|
enable: false
|
||||||
@@ -261,36 +310,6 @@ options:
|
|||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
hpa:
|
|
||||||
default:
|
|
||||||
avg-cpu: 50
|
|
||||||
max-replicas: 5
|
|
||||||
min-replicas: 1
|
|
||||||
examples:
|
|
||||||
- avg-cpu: 50
|
|
||||||
max-replicas: 5
|
|
||||||
min-replicas: 1
|
|
||||||
properties:
|
|
||||||
avg-cpu:
|
|
||||||
default: 50
|
|
||||||
type: integer
|
|
||||||
max-replicas:
|
|
||||||
default: 5
|
|
||||||
type: integer
|
|
||||||
min-replicas:
|
|
||||||
default: 1
|
|
||||||
type: integer
|
|
||||||
type: object
|
|
||||||
domain-name:
|
|
||||||
default: your_company.com
|
|
||||||
examples:
|
|
||||||
- your_company.com
|
|
||||||
type: string
|
|
||||||
issuer:
|
|
||||||
default: letsencrypt-prod
|
|
||||||
examples:
|
|
||||||
- letsencrypt-prod
|
|
||||||
type: string
|
|
||||||
admin:
|
admin:
|
||||||
default:
|
default:
|
||||||
name: nextcloud_admin
|
name: nextcloud_admin
|
||||||
@@ -301,18 +320,48 @@ options:
|
|||||||
default: nextcloud_admin
|
default: nextcloud_admin
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
|
issuer:
|
||||||
|
default: letsencrypt-prod
|
||||||
|
examples:
|
||||||
|
- letsencrypt-prod
|
||||||
|
type: string
|
||||||
|
postgres:
|
||||||
|
default:
|
||||||
|
replicas: 1
|
||||||
|
storage: 5Gi
|
||||||
|
version: '14'
|
||||||
|
examples:
|
||||||
|
- replicas: 1
|
||||||
|
storage: 5Gi
|
||||||
|
version: '14'
|
||||||
|
properties:
|
||||||
|
replicas:
|
||||||
|
default: 1
|
||||||
|
type: integer
|
||||||
|
storage:
|
||||||
|
default: 5Gi
|
||||||
|
type: string
|
||||||
|
version:
|
||||||
|
default: '14'
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
redis:
|
redis:
|
||||||
default:
|
default:
|
||||||
exporter:
|
exporter:
|
||||||
enabled: true
|
enabled: true
|
||||||
image: quay.io/opstree/redis-exporter:v1.44.0
|
image: quay.io/opstree/redis-exporter:v1.44.0
|
||||||
image: quay.io/opstree/redis:v7.0.5
|
image: quay.io/opstree/redis:v7.0.12
|
||||||
storage: 2Gi
|
storage: 2Gi
|
||||||
examples:
|
examples:
|
||||||
- exporter:
|
- exporter:
|
||||||
enabled: true
|
enabled: true
|
||||||
image: quay.io/opstree/redis-exporter:v1.44.0
|
image: quay.io/opstree/redis-exporter:v1.44.0
|
||||||
image: quay.io/opstree/redis:v7.0.5
|
image: quay.io/opstree/redis:v7.0.12
|
||||||
storage: 2Gi
|
storage: 2Gi
|
||||||
properties:
|
properties:
|
||||||
exporter:
|
exporter:
|
||||||
@@ -328,180 +377,131 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
image:
|
image:
|
||||||
default: quay.io/opstree/redis:v7.0.5
|
default: quay.io/opstree/redis:v7.0.12
|
||||||
type: string
|
type: string
|
||||||
storage:
|
storage:
|
||||||
default: 2Gi
|
default: 2Gi
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
images:
|
storage:
|
||||||
default:
|
default:
|
||||||
collabora:
|
accessMode: ReadWriteOnce
|
||||||
pullPolicy: IfNotPresent
|
size: 10Gi
|
||||||
registry: docker.io
|
|
||||||
repository: collabora/code
|
|
||||||
tag: 23.05.2.2.1
|
|
||||||
exporter:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: xperimental/nextcloud-exporter
|
|
||||||
tag: 0.6.1
|
|
||||||
nextcloud:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: nextcloud
|
|
||||||
tag: 27.0.0-fpm
|
|
||||||
nginx:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: nginx
|
|
||||||
tag: alpine
|
|
||||||
onlyoffice:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: onlyoffice/documentserver
|
|
||||||
tag: 7.4.0.1
|
|
||||||
examples:
|
examples:
|
||||||
- collabora:
|
- accessMode: ReadWriteOnce
|
||||||
pullPolicy: IfNotPresent
|
size: 10Gi
|
||||||
registry: docker.io
|
|
||||||
repository: collabora/code
|
|
||||||
tag: 23.05.2.2.1
|
|
||||||
exporter:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: xperimental/nextcloud-exporter
|
|
||||||
tag: 0.6.1
|
|
||||||
nextcloud:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: nextcloud
|
|
||||||
tag: 27.0.0-fpm
|
|
||||||
nginx:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: nginx
|
|
||||||
tag: alpine
|
|
||||||
onlyoffice:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: onlyoffice/documentserver
|
|
||||||
tag: 7.4.0.1
|
|
||||||
properties:
|
properties:
|
||||||
collabora:
|
accessMode:
|
||||||
default:
|
default: ReadWriteOnce
|
||||||
pullPolicy: IfNotPresent
|
enum:
|
||||||
registry: docker.io
|
- ReadWriteOnce
|
||||||
repository: collabora/code
|
- ReadOnlyMany
|
||||||
tag: 23.05.2.2.1
|
- ReadWriteMany
|
||||||
properties:
|
type: string
|
||||||
pullPolicy:
|
size:
|
||||||
default: IfNotPresent
|
default: 10Gi
|
||||||
type: string
|
type: string
|
||||||
registry:
|
|
||||||
default: docker.io
|
|
||||||
type: string
|
|
||||||
repository:
|
|
||||||
default: collabora/code
|
|
||||||
type: string
|
|
||||||
tag:
|
|
||||||
default: 23.05.2.2.1
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
exporter:
|
|
||||||
default:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: xperimental/nextcloud-exporter
|
|
||||||
tag: 0.6.1
|
|
||||||
properties:
|
|
||||||
pullPolicy:
|
|
||||||
default: IfNotPresent
|
|
||||||
type: string
|
|
||||||
registry:
|
|
||||||
default: docker.io
|
|
||||||
type: string
|
|
||||||
repository:
|
|
||||||
default: xperimental/nextcloud-exporter
|
|
||||||
type: string
|
|
||||||
tag:
|
|
||||||
default: 0.6.1
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
nextcloud:
|
|
||||||
default:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: nextcloud
|
|
||||||
tag: 27.0.0-fpm
|
|
||||||
properties:
|
|
||||||
pullPolicy:
|
|
||||||
default: IfNotPresent
|
|
||||||
enum:
|
|
||||||
- Always
|
|
||||||
- Never
|
|
||||||
- IfNotPresent
|
|
||||||
type: string
|
|
||||||
registry:
|
|
||||||
default: docker.io
|
|
||||||
type: string
|
|
||||||
repository:
|
|
||||||
default: nextcloud
|
|
||||||
type: string
|
|
||||||
tag:
|
|
||||||
default: 27.0.0-fpm
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
nginx:
|
|
||||||
default:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: nginx
|
|
||||||
tag: alpine
|
|
||||||
properties:
|
|
||||||
pullPolicy:
|
|
||||||
default: IfNotPresent
|
|
||||||
enum:
|
|
||||||
- Always
|
|
||||||
- Never
|
|
||||||
- IfNotPresent
|
|
||||||
type: string
|
|
||||||
registry:
|
|
||||||
default: docker.io
|
|
||||||
type: string
|
|
||||||
repository:
|
|
||||||
default: nginx
|
|
||||||
type: string
|
|
||||||
tag:
|
|
||||||
default: alpine
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
onlyoffice:
|
|
||||||
default:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: docker.io
|
|
||||||
repository: onlyoffice/documentserver
|
|
||||||
tag: 7.4.0.1
|
|
||||||
properties:
|
|
||||||
pullPolicy:
|
|
||||||
default: IfNotPresent
|
|
||||||
type: string
|
|
||||||
registry:
|
|
||||||
default: docker.io
|
|
||||||
type: string
|
|
||||||
repository:
|
|
||||||
default: onlyoffice/documentserver
|
|
||||||
type: string
|
|
||||||
tag:
|
|
||||||
default: 7.4.0.1
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
type: object
|
type: object
|
||||||
openid-name:
|
openid-name:
|
||||||
default: vynil
|
default: vynil
|
||||||
examples:
|
examples:
|
||||||
- vynil
|
- vynil
|
||||||
type: string
|
type: string
|
||||||
|
apps:
|
||||||
|
default:
|
||||||
|
audioplayer: false
|
||||||
|
bookmarks: false
|
||||||
|
bpm: false
|
||||||
|
calendar: false
|
||||||
|
collabora: false
|
||||||
|
contacts: false
|
||||||
|
deck: false
|
||||||
|
groupfolders: true
|
||||||
|
mindmap: false
|
||||||
|
music: false
|
||||||
|
notes: false
|
||||||
|
onlyoffice: false
|
||||||
|
passman: false
|
||||||
|
spreed: false
|
||||||
|
tables: false
|
||||||
|
tasks: false
|
||||||
|
texteditor: true
|
||||||
|
examples:
|
||||||
|
- audioplayer: false
|
||||||
|
bookmarks: false
|
||||||
|
bpm: false
|
||||||
|
calendar: false
|
||||||
|
collabora: false
|
||||||
|
contacts: false
|
||||||
|
deck: false
|
||||||
|
groupfolders: true
|
||||||
|
mindmap: false
|
||||||
|
music: false
|
||||||
|
notes: false
|
||||||
|
onlyoffice: false
|
||||||
|
passman: false
|
||||||
|
spreed: false
|
||||||
|
tables: false
|
||||||
|
tasks: false
|
||||||
|
texteditor: true
|
||||||
|
properties:
|
||||||
|
audioplayer:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
bookmarks:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
bpm:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
calendar:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
collabora:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
contacts:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
deck:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
groupfolders:
|
||||||
|
default: true
|
||||||
|
type: boolean
|
||||||
|
mindmap:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
music:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
notes:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
onlyoffice:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
passman:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
spreed:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
tables:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
tasks:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
texteditor:
|
||||||
|
default: true
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
domain-name:
|
||||||
|
default: your_company.com
|
||||||
|
examples:
|
||||||
|
- your_company.com
|
||||||
|
type: string
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: share
|
category: share
|
||||||
|
|||||||
@@ -6,26 +6,6 @@ metadata:
|
|||||||
name: okd
|
name: okd
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
issuer:
|
|
||||||
default: letsencrypt-prod
|
|
||||||
examples:
|
|
||||||
- letsencrypt-prod
|
|
||||||
type: string
|
|
||||||
app-group:
|
|
||||||
default: infra
|
|
||||||
examples:
|
|
||||||
- infra
|
|
||||||
type: string
|
|
||||||
cluster-admin:
|
|
||||||
default: false
|
|
||||||
examples:
|
|
||||||
- false
|
|
||||||
type: boolean
|
|
||||||
ingress-class:
|
|
||||||
default: traefik
|
|
||||||
examples:
|
|
||||||
- traefik
|
|
||||||
type: string
|
|
||||||
sub-domain:
|
sub-domain:
|
||||||
default: okd
|
default: okd
|
||||||
examples:
|
examples:
|
||||||
@@ -36,6 +16,21 @@ options:
|
|||||||
examples:
|
examples:
|
||||||
- your-company
|
- your-company
|
||||||
type: string
|
type: string
|
||||||
|
issuer:
|
||||||
|
default: letsencrypt-prod
|
||||||
|
examples:
|
||||||
|
- letsencrypt-prod
|
||||||
|
type: string
|
||||||
|
ingress-class:
|
||||||
|
default: traefik
|
||||||
|
examples:
|
||||||
|
- traefik
|
||||||
|
type: string
|
||||||
|
app-group:
|
||||||
|
default: infra
|
||||||
|
examples:
|
||||||
|
- infra
|
||||||
|
type: string
|
||||||
domain-name:
|
domain-name:
|
||||||
default: your_company.com
|
default: your_company.com
|
||||||
examples:
|
examples:
|
||||||
@@ -52,13 +47,13 @@ options:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: openshift/origin-console
|
repository: openshift/origin-console
|
||||||
tag: 4.10.0
|
tag: 4.15.0
|
||||||
examples:
|
examples:
|
||||||
- okd:
|
- okd:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: openshift/origin-console
|
repository: openshift/origin-console
|
||||||
tag: 4.10.0
|
tag: 4.15.0
|
||||||
properties:
|
properties:
|
||||||
dbgate:
|
dbgate:
|
||||||
default: null
|
default: null
|
||||||
@@ -73,7 +68,7 @@ options:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: openshift/origin-console
|
repository: openshift/origin-console
|
||||||
tag: 4.10.0
|
tag: 4.15.0
|
||||||
properties:
|
properties:
|
||||||
pullPolicy:
|
pullPolicy:
|
||||||
default: IfNotPresent
|
default: IfNotPresent
|
||||||
@@ -85,10 +80,15 @@ options:
|
|||||||
default: openshift/origin-console
|
default: openshift/origin-console
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
default: 4.10.0
|
default: 4.15.0
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
cluster-admin:
|
||||||
|
default: false
|
||||||
|
examples:
|
||||||
|
- false
|
||||||
|
type: boolean
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: share
|
category: share
|
||||||
|
|||||||
@@ -6,108 +6,45 @@ metadata:
|
|||||||
name: woodpecker
|
name: woodpecker
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
images:
|
storage-server:
|
||||||
default:
|
default:
|
||||||
agent:
|
accessMode: ReadWriteOnce
|
||||||
pullPolicy: IfNotPresent
|
size: 10Gi
|
||||||
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
|
|
||||||
examples:
|
examples:
|
||||||
- agent:
|
- accessMode: ReadWriteOnce
|
||||||
pullPolicy: IfNotPresent
|
size: 10Gi
|
||||||
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
|
|
||||||
properties:
|
properties:
|
||||||
agent:
|
accessMode:
|
||||||
default:
|
default: ReadWriteOnce
|
||||||
pullPolicy: IfNotPresent
|
enum:
|
||||||
registry: docker.io
|
- ReadWriteOnce
|
||||||
repository: woodpeckerci/woodpecker-agent
|
- ReadOnlyMany
|
||||||
tag: v1.0.0-alpine
|
- ReadWriteMany
|
||||||
properties:
|
type: string
|
||||||
pullPolicy:
|
size:
|
||||||
default: IfNotPresent
|
default: 10Gi
|
||||||
enum:
|
type: string
|
||||||
- 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
|
|
||||||
type: object
|
type: object
|
||||||
ingress-class:
|
ingress-class:
|
||||||
default: traefik
|
default: traefik
|
||||||
examples:
|
examples:
|
||||||
- traefik
|
- traefik
|
||||||
type: string
|
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:
|
issuer:
|
||||||
default: letsencrypt-prod
|
default: letsencrypt-prod
|
||||||
examples:
|
examples:
|
||||||
@@ -133,16 +70,6 @@ options:
|
|||||||
default: 'false'
|
default: 'false'
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
sub-domain:
|
|
||||||
default: ci
|
|
||||||
examples:
|
|
||||||
- ci
|
|
||||||
type: string
|
|
||||||
domain-name:
|
|
||||||
default: your_company.com
|
|
||||||
examples:
|
|
||||||
- your_company.com
|
|
||||||
type: string
|
|
||||||
timeouts:
|
timeouts:
|
||||||
default:
|
default:
|
||||||
default: '60'
|
default: '60'
|
||||||
@@ -158,30 +85,103 @@ options:
|
|||||||
default: '120'
|
default: '120'
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
storage-server:
|
images:
|
||||||
default:
|
default:
|
||||||
accessMode: ReadWriteOnce
|
agent:
|
||||||
size: 10Gi
|
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:
|
examples:
|
||||||
- accessMode: ReadWriteOnce
|
- agent:
|
||||||
size: 10Gi
|
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:
|
properties:
|
||||||
accessMode:
|
agent:
|
||||||
default: ReadWriteOnce
|
default:
|
||||||
enum:
|
pullPolicy: IfNotPresent
|
||||||
- ReadWriteOnce
|
registry: docker.io
|
||||||
- ReadOnlyMany
|
repository: woodpeckerci/woodpecker-agent
|
||||||
- ReadWriteMany
|
tag: v1.0.3-alpine
|
||||||
type: string
|
properties:
|
||||||
size:
|
pullPolicy:
|
||||||
default: 10Gi
|
default: IfNotPresent
|
||||||
type: string
|
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
|
type: object
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: apps
|
category: apps
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ kind: Deployment
|
|||||||
metadata:
|
metadata:
|
||||||
name: authentik-server
|
name: authentik-server
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: authentik-2023.6.3
|
helm.sh/chart: authentik-2023.8.3
|
||||||
app.kubernetes.io/name: authentik
|
app.kubernetes.io/name: authentik
|
||||||
app.kubernetes.io/instance: authentik
|
app.kubernetes.io/instance: authentik
|
||||||
app.kubernetes.io/version: "2023.6.1"
|
app.kubernetes.io/version: "2023.8.3"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/component: "server"
|
app.kubernetes.io/component: "server"
|
||||||
spec:
|
spec:
|
||||||
@@ -22,16 +22,16 @@ spec:
|
|||||||
app.kubernetes.io/name: authentik
|
app.kubernetes.io/name: authentik
|
||||||
app.kubernetes.io/instance: authentik
|
app.kubernetes.io/instance: authentik
|
||||||
app.kubernetes.io/component: "server"
|
app.kubernetes.io/component: "server"
|
||||||
app.kubernetes.io/version: "2023.6.1"
|
app.kubernetes.io/version: "2023.8.3"
|
||||||
annotations:
|
annotations:
|
||||||
goauthentik.io/config-checksum: 39339b4fd4c8511ca989fe40932e07b38befc9e3642eab092900cdde5cdf8f37
|
goauthentik.io/config-checksum: 08cc036af634e14e21493747fd10c37a9e31a9ed71f8e668884f7dfc86a936bd
|
||||||
spec:
|
spec:
|
||||||
enableServiceLinks: true
|
enableServiceLinks: true
|
||||||
securityContext:
|
securityContext:
|
||||||
{}
|
{}
|
||||||
containers:
|
containers:
|
||||||
- name: authentik
|
- name: authentik
|
||||||
image: "ghcr.io/goauthentik/server:2023.6.1"
|
image: "ghcr.io/goauthentik/server:2023.8.3"
|
||||||
imagePullPolicy: "IfNotPresent"
|
imagePullPolicy: "IfNotPresent"
|
||||||
args: ["server"]
|
args: ["server"]
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ kind: Deployment
|
|||||||
metadata:
|
metadata:
|
||||||
name: authentik-worker
|
name: authentik-worker
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: authentik-2023.6.3
|
helm.sh/chart: authentik-2023.8.3
|
||||||
app.kubernetes.io/name: authentik
|
app.kubernetes.io/name: authentik
|
||||||
app.kubernetes.io/instance: authentik
|
app.kubernetes.io/instance: authentik
|
||||||
app.kubernetes.io/version: "2023.6.1"
|
app.kubernetes.io/version: "2023.8.3"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/component: "worker"
|
app.kubernetes.io/component: "worker"
|
||||||
spec:
|
spec:
|
||||||
@@ -22,9 +22,9 @@ spec:
|
|||||||
app.kubernetes.io/name: authentik
|
app.kubernetes.io/name: authentik
|
||||||
app.kubernetes.io/instance: authentik
|
app.kubernetes.io/instance: authentik
|
||||||
app.kubernetes.io/component: "worker"
|
app.kubernetes.io/component: "worker"
|
||||||
app.kubernetes.io/version: "2023.6.1"
|
app.kubernetes.io/version: "2023.8.3"
|
||||||
annotations:
|
annotations:
|
||||||
goauthentik.io/config-checksum: 39339b4fd4c8511ca989fe40932e07b38befc9e3642eab092900cdde5cdf8f37
|
goauthentik.io/config-checksum: 08cc036af634e14e21493747fd10c37a9e31a9ed71f8e668884f7dfc86a936bd
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: authentik
|
serviceAccountName: authentik
|
||||||
enableServiceLinks: true
|
enableServiceLinks: true
|
||||||
@@ -32,7 +32,7 @@ spec:
|
|||||||
{}
|
{}
|
||||||
containers:
|
containers:
|
||||||
- name: authentik
|
- name: authentik
|
||||||
image: "ghcr.io/goauthentik/server:2023.6.1"
|
image: "ghcr.io/goauthentik/server:2023.8.3"
|
||||||
imagePullPolicy: "IfNotPresent"
|
imagePullPolicy: "IfNotPresent"
|
||||||
args: ["worker"]
|
args: ["worker"]
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ kind: HorizontalPodAutoscaler
|
|||||||
metadata:
|
metadata:
|
||||||
name: authentik-server
|
name: authentik-server
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: authentik-2023.6.3
|
helm.sh/chart: authentik-2023.8.3
|
||||||
app.kubernetes.io/name: authentik
|
app.kubernetes.io/name: authentik
|
||||||
app.kubernetes.io/instance: authentik
|
app.kubernetes.io/instance: authentik
|
||||||
app.kubernetes.io/version: "2023.6.1"
|
app.kubernetes.io/version: "2023.8.3"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/component: "server"
|
app.kubernetes.io/component: "server"
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ kind: HorizontalPodAutoscaler
|
|||||||
metadata:
|
metadata:
|
||||||
name: authentik-worker
|
name: authentik-worker
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: authentik-2023.6.3
|
helm.sh/chart: authentik-2023.8.3
|
||||||
app.kubernetes.io/name: authentik
|
app.kubernetes.io/name: authentik
|
||||||
app.kubernetes.io/instance: authentik
|
app.kubernetes.io/instance: authentik
|
||||||
app.kubernetes.io/version: "2023.6.1"
|
app.kubernetes.io/version: "2023.8.3"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/component: "worker"
|
app.kubernetes.io/component: "worker"
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
@@ -6,10 +6,50 @@ metadata:
|
|||||||
name: authentik
|
name: authentik
|
||||||
description: authentik is an open-source Identity Provider focused on flexibility and versatility
|
description: authentik is an open-source Identity Provider focused on flexibility and versatility
|
||||||
options:
|
options:
|
||||||
sub-domain:
|
email:
|
||||||
default: auth
|
default:
|
||||||
|
port: 587
|
||||||
|
timeout: 30
|
||||||
|
use_ssl: false
|
||||||
|
use_tls: false
|
||||||
examples:
|
examples:
|
||||||
- auth
|
- port: 587
|
||||||
|
timeout: 30
|
||||||
|
use_ssl: false
|
||||||
|
use_tls: false
|
||||||
|
properties:
|
||||||
|
port:
|
||||||
|
default: 587
|
||||||
|
type: integer
|
||||||
|
timeout:
|
||||||
|
default: 30
|
||||||
|
type: integer
|
||||||
|
use_ssl:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
use_tls:
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
admin:
|
||||||
|
default:
|
||||||
|
email: auth-admin
|
||||||
|
examples:
|
||||||
|
- email: auth-admin
|
||||||
|
properties:
|
||||||
|
email:
|
||||||
|
default: auth-admin
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
|
domain-name:
|
||||||
|
default: your_company.com
|
||||||
|
examples:
|
||||||
|
- your_company.com
|
||||||
type: string
|
type: string
|
||||||
backups:
|
backups:
|
||||||
default:
|
default:
|
||||||
@@ -70,11 +110,6 @@ options:
|
|||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
ingress-class:
|
|
||||||
default: traefik
|
|
||||||
examples:
|
|
||||||
- traefik
|
|
||||||
type: string
|
|
||||||
error_reporting:
|
error_reporting:
|
||||||
default:
|
default:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -95,50 +130,93 @@ options:
|
|||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
admin:
|
sub-domain:
|
||||||
default:
|
default: auth
|
||||||
email: auth-admin
|
|
||||||
examples:
|
examples:
|
||||||
- email: auth-admin
|
- auth
|
||||||
|
type: string
|
||||||
|
loglevel:
|
||||||
|
default: info
|
||||||
|
examples:
|
||||||
|
- info
|
||||||
|
type: string
|
||||||
|
issuer:
|
||||||
|
default: letsencrypt-prod
|
||||||
|
examples:
|
||||||
|
- letsencrypt-prod
|
||||||
|
type: string
|
||||||
|
ingress-class:
|
||||||
|
default: traefik
|
||||||
|
examples:
|
||||||
|
- traefik
|
||||||
|
type: string
|
||||||
|
redis:
|
||||||
|
default:
|
||||||
|
exporter:
|
||||||
|
enabled: true
|
||||||
|
image: quay.io/opstree/redis-exporter:v1.44.0
|
||||||
|
image: quay.io/opstree/redis:v7.0.12
|
||||||
|
storage: 8Gi
|
||||||
|
examples:
|
||||||
|
- exporter:
|
||||||
|
enabled: true
|
||||||
|
image: quay.io/opstree/redis-exporter:v1.44.0
|
||||||
|
image: quay.io/opstree/redis:v7.0.12
|
||||||
|
storage: 8Gi
|
||||||
properties:
|
properties:
|
||||||
email:
|
exporter:
|
||||||
default: auth-admin
|
default:
|
||||||
|
enabled: true
|
||||||
|
image: quay.io/opstree/redis-exporter:v1.44.0
|
||||||
|
properties:
|
||||||
|
enabled:
|
||||||
|
default: true
|
||||||
|
type: boolean
|
||||||
|
image:
|
||||||
|
default: quay.io/opstree/redis-exporter:v1.44.0
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
image:
|
||||||
|
default: quay.io/opstree/redis:v7.0.12
|
||||||
|
type: string
|
||||||
|
storage:
|
||||||
|
default: 8Gi
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
geoip:
|
geoip:
|
||||||
default: /geoip/GeoLite2-City.mmdb
|
default: /geoip/GeoLite2-City.mmdb
|
||||||
examples:
|
examples:
|
||||||
- /geoip/GeoLite2-City.mmdb
|
- /geoip/GeoLite2-City.mmdb
|
||||||
type: string
|
type: string
|
||||||
email:
|
image:
|
||||||
default:
|
default:
|
||||||
port: 587
|
project: goauthentik
|
||||||
timeout: 30
|
pullPolicy: IfNotPresent
|
||||||
use_ssl: false
|
registry: ghcr.io
|
||||||
use_tls: false
|
repository: goauthentik/server
|
||||||
|
tag: 2023.8.3
|
||||||
examples:
|
examples:
|
||||||
- port: 587
|
- project: goauthentik
|
||||||
timeout: 30
|
pullPolicy: IfNotPresent
|
||||||
use_ssl: false
|
registry: ghcr.io
|
||||||
use_tls: false
|
repository: goauthentik/server
|
||||||
|
tag: 2023.8.3
|
||||||
properties:
|
properties:
|
||||||
port:
|
project:
|
||||||
default: 587
|
default: goauthentik
|
||||||
type: integer
|
type: string
|
||||||
timeout:
|
pullPolicy:
|
||||||
default: 30
|
default: IfNotPresent
|
||||||
type: integer
|
type: string
|
||||||
use_ssl:
|
registry:
|
||||||
default: false
|
default: ghcr.io
|
||||||
type: boolean
|
type: string
|
||||||
use_tls:
|
repository:
|
||||||
default: false
|
default: goauthentik/server
|
||||||
type: boolean
|
type: string
|
||||||
|
tag:
|
||||||
|
default: 2023.8.3
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
postgres:
|
postgres:
|
||||||
default:
|
default:
|
||||||
@@ -160,84 +238,6 @@ options:
|
|||||||
default: '14'
|
default: '14'
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
domain-name:
|
|
||||||
default: your_company.com
|
|
||||||
examples:
|
|
||||||
- your_company.com
|
|
||||||
type: string
|
|
||||||
redis:
|
|
||||||
default:
|
|
||||||
exporter:
|
|
||||||
enabled: true
|
|
||||||
image: quay.io/opstree/redis-exporter:v1.44.0
|
|
||||||
image: quay.io/opstree/redis:v7.0.5
|
|
||||||
storage: 8Gi
|
|
||||||
examples:
|
|
||||||
- exporter:
|
|
||||||
enabled: true
|
|
||||||
image: quay.io/opstree/redis-exporter:v1.44.0
|
|
||||||
image: quay.io/opstree/redis:v7.0.5
|
|
||||||
storage: 8Gi
|
|
||||||
properties:
|
|
||||||
exporter:
|
|
||||||
default:
|
|
||||||
enabled: true
|
|
||||||
image: quay.io/opstree/redis-exporter:v1.44.0
|
|
||||||
properties:
|
|
||||||
enabled:
|
|
||||||
default: true
|
|
||||||
type: boolean
|
|
||||||
image:
|
|
||||||
default: quay.io/opstree/redis-exporter:v1.44.0
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
image:
|
|
||||||
default: quay.io/opstree/redis:v7.0.5
|
|
||||||
type: string
|
|
||||||
storage:
|
|
||||||
default: 8Gi
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
image:
|
|
||||||
default:
|
|
||||||
project: goauthentik
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: ghcr.io
|
|
||||||
repository: goauthentik/server
|
|
||||||
tag: 2023.5.4
|
|
||||||
examples:
|
|
||||||
- project: goauthentik
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
registry: ghcr.io
|
|
||||||
repository: goauthentik/server
|
|
||||||
tag: 2023.5.4
|
|
||||||
properties:
|
|
||||||
project:
|
|
||||||
default: goauthentik
|
|
||||||
type: string
|
|
||||||
pullPolicy:
|
|
||||||
default: IfNotPresent
|
|
||||||
type: string
|
|
||||||
registry:
|
|
||||||
default: ghcr.io
|
|
||||||
type: string
|
|
||||||
repository:
|
|
||||||
default: goauthentik/server
|
|
||||||
type: string
|
|
||||||
tag:
|
|
||||||
default: 2023.5.4
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
issuer:
|
|
||||||
default: letsencrypt-prod
|
|
||||||
examples:
|
|
||||||
- letsencrypt-prod
|
|
||||||
type: string
|
|
||||||
loglevel:
|
|
||||||
default: info
|
|
||||||
examples:
|
|
||||||
- info
|
|
||||||
type: string
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: core
|
category: core
|
||||||
@@ -264,4 +264,5 @@ providers:
|
|||||||
postgresql: null
|
postgresql: null
|
||||||
restapi: null
|
restapi: null
|
||||||
http: null
|
http: null
|
||||||
|
gitea: null
|
||||||
tfaddtype: null
|
tfaddtype: null
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ kind: PrometheusRule
|
|||||||
metadata:
|
metadata:
|
||||||
name: authentik
|
name: authentik
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: authentik-2023.6.3
|
helm.sh/chart: authentik-2023.8.3
|
||||||
app.kubernetes.io/name: authentik
|
app.kubernetes.io/name: authentik
|
||||||
app.kubernetes.io/instance: authentik
|
app.kubernetes.io/instance: authentik
|
||||||
app.kubernetes.io/version: "2023.6.1"
|
app.kubernetes.io/version: "2023.8.3"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
spec:
|
spec:
|
||||||
groups:
|
groups:
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ kind: ServiceMonitor
|
|||||||
metadata:
|
metadata:
|
||||||
name: authentik
|
name: authentik
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: authentik-2023.6.3
|
helm.sh/chart: authentik-2023.8.3
|
||||||
app.kubernetes.io/name: authentik
|
app.kubernetes.io/name: authentik
|
||||||
app.kubernetes.io/instance: authentik
|
app.kubernetes.io/instance: authentik
|
||||||
app.kubernetes.io/version: "2023.6.1"
|
app.kubernetes.io/version: "2023.8.3"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
spec:
|
spec:
|
||||||
endpoints:
|
endpoints:
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ kind: Service
|
|||||||
metadata:
|
metadata:
|
||||||
name: authentik
|
name: authentik
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: authentik-2023.6.3
|
helm.sh/chart: authentik-2023.8.3
|
||||||
app.kubernetes.io/name: authentik
|
app.kubernetes.io/name: authentik
|
||||||
app.kubernetes.io/instance: authentik
|
app.kubernetes.io/instance: authentik
|
||||||
app.kubernetes.io/version: "2023.6.1"
|
app.kubernetes.io/version: "2023.8.3"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
@@ -6,20 +6,6 @@ metadata:
|
|||||||
name: dataset-mongo
|
name: dataset-mongo
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
image:
|
|
||||||
default:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
examples:
|
|
||||||
- pullPolicy: IfNotPresent
|
|
||||||
properties:
|
|
||||||
pullPolicy:
|
|
||||||
default: IfNotPresent
|
|
||||||
enum:
|
|
||||||
- Always
|
|
||||||
- Never
|
|
||||||
- IfNotPresent
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
ressources:
|
ressources:
|
||||||
default:
|
default:
|
||||||
limits:
|
limits:
|
||||||
@@ -61,6 +47,11 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
cacheSizeGB:
|
||||||
|
default: 1
|
||||||
|
examples:
|
||||||
|
- 1
|
||||||
|
type: integer
|
||||||
replicas:
|
replicas:
|
||||||
default: 1
|
default: 1
|
||||||
examples:
|
examples:
|
||||||
@@ -68,19 +59,28 @@ options:
|
|||||||
type: integer
|
type: integer
|
||||||
mongo:
|
mongo:
|
||||||
default:
|
default:
|
||||||
version: 4.4.0
|
version: 7.0.2
|
||||||
examples:
|
examples:
|
||||||
- version: 4.4.0
|
- version: 7.0.2
|
||||||
properties:
|
properties:
|
||||||
version:
|
version:
|
||||||
default: 4.4.0
|
default: 7.0.2
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
cacheSizeGB:
|
image:
|
||||||
default: 1
|
default:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
examples:
|
examples:
|
||||||
- 1
|
- pullPolicy: IfNotPresent
|
||||||
type: integer
|
properties:
|
||||||
|
pullPolicy:
|
||||||
|
default: IfNotPresent
|
||||||
|
enum:
|
||||||
|
- Always
|
||||||
|
- Never
|
||||||
|
- IfNotPresent
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: dbo
|
category: dbo
|
||||||
|
|||||||
@@ -11,16 +11,6 @@ options:
|
|||||||
examples:
|
examples:
|
||||||
- 8Gi
|
- 8Gi
|
||||||
type: string
|
type: string
|
||||||
exporter:
|
|
||||||
default:
|
|
||||||
enable: true
|
|
||||||
examples:
|
|
||||||
- enable: true
|
|
||||||
properties:
|
|
||||||
enable:
|
|
||||||
default: true
|
|
||||||
type: boolean
|
|
||||||
type: object
|
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
exporter:
|
exporter:
|
||||||
@@ -31,7 +21,7 @@ options:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: opstree/redis
|
repository: opstree/redis
|
||||||
tag: v7.0.5
|
tag: v7.0.12
|
||||||
examples:
|
examples:
|
||||||
- exporter:
|
- exporter:
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
@@ -41,7 +31,7 @@ options:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: opstree/redis
|
repository: opstree/redis
|
||||||
tag: v7.0.5
|
tag: v7.0.12
|
||||||
properties:
|
properties:
|
||||||
exporter:
|
exporter:
|
||||||
default:
|
default:
|
||||||
@@ -64,7 +54,7 @@ options:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: opstree/redis
|
repository: opstree/redis
|
||||||
tag: v7.0.5
|
tag: v7.0.12
|
||||||
properties:
|
properties:
|
||||||
pullPolicy:
|
pullPolicy:
|
||||||
default: IfNotPresent
|
default: IfNotPresent
|
||||||
@@ -80,10 +70,20 @@ options:
|
|||||||
default: opstree/redis
|
default: opstree/redis
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
default: v7.0.5
|
default: v7.0.12
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
exporter:
|
||||||
|
default:
|
||||||
|
enable: true
|
||||||
|
examples:
|
||||||
|
- enable: true
|
||||||
|
properties:
|
||||||
|
enable:
|
||||||
|
default: true
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: dbo
|
category: dbo
|
||||||
@@ -95,4 +95,5 @@ providers:
|
|||||||
postgresql: null
|
postgresql: null
|
||||||
restapi: null
|
restapi: null
|
||||||
http: null
|
http: null
|
||||||
|
gitea: null
|
||||||
tfaddtype: null
|
tfaddtype: null
|
||||||
|
|||||||
@@ -6,12 +6,12 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/managed-by: "Helm"
|
app.kubernetes.io/managed-by: "Helm"
|
||||||
app.kubernetes.io/instance: "coredns"
|
app.kubernetes.io/instance: "coredns"
|
||||||
helm.sh/chart: "coredns-1.24.5"
|
helm.sh/chart: "coredns-1.27.1"
|
||||||
k8s-app: coredns
|
k8s-app: coredns
|
||||||
kubernetes.io/cluster-service: "true"
|
kubernetes.io/cluster-service: "true"
|
||||||
kubernetes.io/name: "CoreDNS"
|
kubernetes.io/name: "CoreDNS"
|
||||||
app.kubernetes.io/name: coredns
|
app.kubernetes.io/name: coredns
|
||||||
app.kubernetes.io/version: "1.10.1"
|
app.kubernetes.io/version: "1.11.1"
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
@@ -31,7 +31,7 @@ spec:
|
|||||||
app.kubernetes.io/name: coredns
|
app.kubernetes.io/name: coredns
|
||||||
app.kubernetes.io/instance: "coredns"
|
app.kubernetes.io/instance: "coredns"
|
||||||
annotations:
|
annotations:
|
||||||
checksum/config: 2785d160acee47f10ca0e9488b70f640042ade25a25f2ac1bb593844c3b6e8df
|
checksum/config: 227befce6fdf2b7aa0d9ef5ddca758639bbf97aacfcb812a93b6a0ac0c4eb4cc
|
||||||
scheduler.alpha.kubernetes.io/tolerations: '[{"key":"CriticalAddonsOnly", "operator":"Exists"}]'
|
scheduler.alpha.kubernetes.io/tolerations: '[{"key":"CriticalAddonsOnly", "operator":"Exists"}]'
|
||||||
spec:
|
spec:
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 30
|
||||||
@@ -39,7 +39,7 @@ spec:
|
|||||||
dnsPolicy: Default
|
dnsPolicy: Default
|
||||||
containers:
|
containers:
|
||||||
- name: "coredns"
|
- name: "coredns"
|
||||||
image: "coredns/coredns:1.10.1"
|
image: "coredns/coredns:1.11.1"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args: [ "-conf", "/etc/coredns/Corefile" ]
|
args: [ "-conf", "/etc/coredns/Corefile" ]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@@ -6,32 +6,17 @@ metadata:
|
|||||||
name: dns
|
name: dns
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
sub-domain:
|
|
||||||
default: dns
|
|
||||||
examples:
|
|
||||||
- dns
|
|
||||||
type: string
|
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
|
||||||
domain-name:
|
|
||||||
default: your_company.com
|
|
||||||
examples:
|
|
||||||
- your_company.com
|
|
||||||
type: string
|
|
||||||
image:
|
image:
|
||||||
default:
|
default:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: coredns/coredns
|
repository: coredns/coredns
|
||||||
tag: 1.10.1
|
tag: 1.11.1
|
||||||
examples:
|
examples:
|
||||||
- pullPolicy: IfNotPresent
|
- pullPolicy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: coredns/coredns
|
repository: coredns/coredns
|
||||||
tag: 1.10.1
|
tag: 1.11.1
|
||||||
properties:
|
properties:
|
||||||
pullPolicy:
|
pullPolicy:
|
||||||
default: IfNotPresent
|
default: IfNotPresent
|
||||||
@@ -47,9 +32,14 @@ options:
|
|||||||
default: coredns/coredns
|
default: coredns/coredns
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
default: 1.10.1
|
default: 1.11.1
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
domain-name:
|
||||||
|
default: your_company.com
|
||||||
|
examples:
|
||||||
|
- your_company.com
|
||||||
|
type: string
|
||||||
zones:
|
zones:
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
@@ -98,11 +88,21 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
sub-domain:
|
||||||
|
default: dns
|
||||||
|
examples:
|
||||||
|
- dns
|
||||||
|
type: string
|
||||||
forward:
|
forward:
|
||||||
default: 192.168.1.254
|
default: 192.168.1.254
|
||||||
examples:
|
examples:
|
||||||
- 192.168.1.254
|
- 192.168.1.254
|
||||||
type: string
|
type: string
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
dependencies: []
|
dependencies: []
|
||||||
providers:
|
providers:
|
||||||
kubernetes: true
|
kubernetes: true
|
||||||
@@ -111,4 +111,5 @@ providers:
|
|||||||
postgresql: null
|
postgresql: null
|
||||||
restapi: null
|
restapi: null
|
||||||
http: null
|
http: null
|
||||||
|
gitea: null
|
||||||
tfaddtype: true
|
tfaddtype: true
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/managed-by: "Helm"
|
app.kubernetes.io/managed-by: "Helm"
|
||||||
app.kubernetes.io/instance: "coredns"
|
app.kubernetes.io/instance: "coredns"
|
||||||
helm.sh/chart: "coredns-1.24.5"
|
helm.sh/chart: "coredns-1.27.1"
|
||||||
k8s-app: coredns
|
k8s-app: coredns
|
||||||
kubernetes.io/cluster-service: "true"
|
kubernetes.io/cluster-service: "true"
|
||||||
kubernetes.io/name: "CoreDNS"
|
kubernetes.io/name: "CoreDNS"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/managed-by: "Helm"
|
app.kubernetes.io/managed-by: "Helm"
|
||||||
app.kubernetes.io/instance: "coredns"
|
app.kubernetes.io/instance: "coredns"
|
||||||
helm.sh/chart: "coredns-1.24.5"
|
helm.sh/chart: "coredns-1.27.1"
|
||||||
k8s-app: coredns
|
k8s-app: coredns
|
||||||
kubernetes.io/cluster-service: "true"
|
kubernetes.io/cluster-service: "true"
|
||||||
kubernetes.io/name: "CoreDNS"
|
kubernetes.io/name: "CoreDNS"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/managed-by: "Helm"
|
app.kubernetes.io/managed-by: "Helm"
|
||||||
app.kubernetes.io/instance: "coredns"
|
app.kubernetes.io/instance: "coredns"
|
||||||
helm.sh/chart: "coredns-1.24.5"
|
helm.sh/chart: "coredns-1.27.1"
|
||||||
k8s-app: coredns
|
k8s-app: coredns
|
||||||
kubernetes.io/cluster-service: "true"
|
kubernetes.io/cluster-service: "true"
|
||||||
kubernetes.io/name: "CoreDNS"
|
kubernetes.io/name: "CoreDNS"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/managed-by: "Helm"
|
app.kubernetes.io/managed-by: "Helm"
|
||||||
app.kubernetes.io/instance: "coredns"
|
app.kubernetes.io/instance: "coredns"
|
||||||
helm.sh/chart: "coredns-1.24.5"
|
helm.sh/chart: "coredns-1.27.1"
|
||||||
k8s-app: coredns
|
k8s-app: coredns
|
||||||
kubernetes.io/cluster-service: "true"
|
kubernetes.io/cluster-service: "true"
|
||||||
kubernetes.io/name: "CoreDNS"
|
kubernetes.io/name: "CoreDNS"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/managed-by: "Helm"
|
app.kubernetes.io/managed-by: "Helm"
|
||||||
app.kubernetes.io/instance: "coredns"
|
app.kubernetes.io/instance: "coredns"
|
||||||
helm.sh/chart: "coredns-1.24.5"
|
helm.sh/chart: "coredns-1.27.1"
|
||||||
k8s-app: coredns
|
k8s-app: coredns
|
||||||
kubernetes.io/cluster-service: "true"
|
kubernetes.io/cluster-service: "true"
|
||||||
kubernetes.io/name: "CoreDNS"
|
kubernetes.io/name: "CoreDNS"
|
||||||
|
|||||||
Reference in New Issue
Block a user