Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
cc0975e315
commit
cbdab5fcd0
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [grafana-7.0.6](https://github.com/truecharts/charts/compare/grafana-7.0.5...grafana-7.0.6) (2023-03-07)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- bump to fix SCALE GUI env-vars not being rendered
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [grafana-7.0.7](https://github.com/truecharts/charts/compare/grafana-7.0.6...grafana-7.0.7) (2023-03-07)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [grafana-7.0.6](https://github.com/truecharts/charts/compare/grafana-7.0.5...grafana-7.0.6) (2023-03-07)
|
## [grafana-7.0.6](https://github.com/truecharts/charts/compare/grafana-7.0.5...grafana-7.0.6) (2023-03-07)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -92,8 +97,3 @@
|
||||||
|
|
||||||
## [grafana-6.0.27](https://github.com/truecharts/charts/compare/grafana-6.0.26...grafana-6.0.27) (2023-02-10)
|
## [grafana-6.0.27](https://github.com/truecharts/charts/compare/grafana-6.0.26...grafana-6.0.27) (2023-02-10)
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ 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: 7.0.6
|
version: 7.0.7
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- metrics
|
- metrics
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [grafana-7.0.7](https://github.com/truecharts/charts/compare/grafana-7.0.6...grafana-7.0.7) (2023-03-07)
|
||||||
|
|
|
@ -701,8 +701,8 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: Prefix
|
default: Prefix
|
||||||
- variable: clusterIssuer
|
- variable: certificateIssuer
|
||||||
label: clusterIssuer
|
label: Cert-Manager clusterIssuer
|
||||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
@ -733,7 +733,7 @@ questions:
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- variable: clusterIssuer
|
- variable: certificateIssuer
|
||||||
label: Use Cert-Manager clusterIssuer
|
label: Use Cert-Manager clusterIssuer
|
||||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
Loading…
Reference in New Issue