chore(grafana): move grafana to stable
This commit is contained in:
@@ -7,4 +7,3 @@
|
|||||||
#### Add
|
#### Add
|
||||||
|
|
||||||
* Add grafana to incubator Apps ([#1391](https://github.com/truecharts/apps/issues/1391))
|
* Add grafana to incubator Apps ([#1391](https://github.com/truecharts/apps/issues/1391))
|
||||||
|
|
||||||
@@ -23,10 +23,9 @@ sources:
|
|||||||
- https://github.com/bitnami/bitnami-docker-grafana
|
- https://github.com/bitnami/bitnami-docker-grafana
|
||||||
- https://grafana.com/
|
- https://grafana.com/
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 1.0.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- metrics
|
||||||
- test
|
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/grade: U
|
truecharts.org/grade: U
|
||||||
@@ -75,6 +75,19 @@ questions:
|
|||||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||||
# Include{controllerExpert}
|
# Include{controllerExpert}
|
||||||
|
|
||||||
|
- variable: secret
|
||||||
|
group: "Container Configuration"
|
||||||
|
label: "Secret Image Environment"
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: GF_SECURITY_ADMIN_PASSWORD
|
||||||
|
label: "Admin Password"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
required: true
|
||||||
|
|
||||||
- variable: env
|
- variable: env
|
||||||
group: "Container Configuration"
|
group: "Container Configuration"
|
||||||
label: "Image Environment"
|
label: "Image Environment"
|
||||||
@@ -86,7 +99,7 @@ questions:
|
|||||||
label: "Admin User"
|
label: "Admin User"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: "admin"
|
||||||
required: true
|
required: true
|
||||||
- variable: GF_INSTALL_PLUGINS
|
- variable: GF_INSTALL_PLUGINS
|
||||||
label: "Extra Plugins to Install"
|
label: "Extra Plugins to Install"
|
||||||
@@ -94,7 +107,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
|
||||||
- variable: GF_AUTH_LDAP_ENABLED
|
- variable: GF_AUTH_LDAP_ENABLED
|
||||||
label: "enable LDAP"
|
label: "enable LDAP"
|
||||||
schema:
|
schema:
|
||||||
@@ -113,19 +125,6 @@ questions:
|
|||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|
||||||
- variable: secret
|
|
||||||
group: "Container Configuration"
|
|
||||||
label: "Secret Image Environment"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: GF_SECURITY_ADMIN_PASSWORD
|
|
||||||
label: "Admin Password"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- variable: service
|
- variable: service
|
||||||
group: "Networking and Services"
|
group: "Networking and Services"
|
||||||
label: "Configure Service(s)"
|
label: "Configure Service(s)"
|
||||||
Reference in New Issue
Block a user