fix
This commit is contained in:
@@ -6,6 +6,35 @@ metadata:
|
|||||||
name: dataset-mongo
|
name: dataset-mongo
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
|
mongo:
|
||||||
|
default:
|
||||||
|
version: 6.0.13
|
||||||
|
examples:
|
||||||
|
- version: 6.0.13
|
||||||
|
properties:
|
||||||
|
version:
|
||||||
|
default: 6.0.13
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
cacheSizeGB:
|
||||||
|
default: 1
|
||||||
|
examples:
|
||||||
|
- 1
|
||||||
|
type: integer
|
||||||
|
image:
|
||||||
|
default:
|
||||||
|
pull_policy: IfNotPresent
|
||||||
|
examples:
|
||||||
|
- pull_policy: IfNotPresent
|
||||||
|
properties:
|
||||||
|
pull_policy:
|
||||||
|
default: IfNotPresent
|
||||||
|
enum:
|
||||||
|
- Always
|
||||||
|
- Never
|
||||||
|
- IfNotPresent
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
ressources:
|
ressources:
|
||||||
default:
|
default:
|
||||||
limits:
|
limits:
|
||||||
@@ -47,40 +76,11 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
image:
|
|
||||||
default:
|
|
||||||
pull_policy: IfNotPresent
|
|
||||||
examples:
|
|
||||||
- pull_policy: IfNotPresent
|
|
||||||
properties:
|
|
||||||
pull_policy:
|
|
||||||
default: IfNotPresent
|
|
||||||
enum:
|
|
||||||
- Always
|
|
||||||
- Never
|
|
||||||
- IfNotPresent
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
replicas:
|
replicas:
|
||||||
default: 1
|
default: 1
|
||||||
examples:
|
examples:
|
||||||
- 1
|
- 1
|
||||||
type: integer
|
type: integer
|
||||||
cacheSizeGB:
|
|
||||||
default: 1
|
|
||||||
examples:
|
|
||||||
- 1
|
|
||||||
type: integer
|
|
||||||
mongo:
|
|
||||||
default:
|
|
||||||
version: 7.0.2
|
|
||||||
examples:
|
|
||||||
- version: 7.0.2
|
|
||||||
properties:
|
|
||||||
version:
|
|
||||||
default: 7.0.2
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: dbo
|
category: dbo
|
||||||
@@ -90,6 +90,7 @@ providers:
|
|||||||
authentik: null
|
authentik: null
|
||||||
kubectl: true
|
kubectl: true
|
||||||
postgresql: null
|
postgresql: null
|
||||||
|
mysql: null
|
||||||
restapi: null
|
restapi: null
|
||||||
http: null
|
http: null
|
||||||
gitea: null
|
gitea: null
|
||||||
|
|||||||
@@ -6,6 +6,11 @@ metadata:
|
|||||||
name: dataset-redis
|
name: dataset-redis
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
|
storage:
|
||||||
|
default: 8Gi
|
||||||
|
examples:
|
||||||
|
- 8Gi
|
||||||
|
type: string
|
||||||
exporter:
|
exporter:
|
||||||
default:
|
default:
|
||||||
enable: true
|
enable: true
|
||||||
@@ -22,7 +27,7 @@ options:
|
|||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: opstree/redis
|
repository: opstree/redis
|
||||||
tag: v7.0.12
|
tag: v7.2.4
|
||||||
redis_exporter:
|
redis_exporter:
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: opstree/redis-exporter
|
repository: opstree/redis-exporter
|
||||||
@@ -32,7 +37,7 @@ options:
|
|||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: opstree/redis
|
repository: opstree/redis
|
||||||
tag: v7.0.12
|
tag: v7.2.4
|
||||||
redis_exporter:
|
redis_exporter:
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: opstree/redis-exporter
|
repository: opstree/redis-exporter
|
||||||
@@ -43,7 +48,7 @@ options:
|
|||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: opstree/redis
|
repository: opstree/redis
|
||||||
tag: v7.0.12
|
tag: v7.2.4
|
||||||
properties:
|
properties:
|
||||||
pull_policy:
|
pull_policy:
|
||||||
default: IfNotPresent
|
default: IfNotPresent
|
||||||
@@ -59,7 +64,7 @@ options:
|
|||||||
default: opstree/redis
|
default: opstree/redis
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
default: v7.0.12
|
default: v7.2.4
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
redis_exporter:
|
redis_exporter:
|
||||||
@@ -79,11 +84,6 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
storage:
|
|
||||||
default: 8Gi
|
|
||||||
examples:
|
|
||||||
- 8Gi
|
|
||||||
type: string
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: dbo
|
category: dbo
|
||||||
@@ -93,6 +93,7 @@ providers:
|
|||||||
authentik: null
|
authentik: null
|
||||||
kubectl: true
|
kubectl: true
|
||||||
postgresql: null
|
postgresql: null
|
||||||
|
mysql: null
|
||||||
restapi: null
|
restapi: null
|
||||||
http: null
|
http: null
|
||||||
gitea: null
|
gitea: null
|
||||||
|
|||||||
Reference in New Issue
Block a user