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)
|
||||
|
||||
### 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)
|
||||
|
||||
### 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://grafana.com/
|
||||
type: application
|
||||
version: 7.0.6
|
||||
version: 7.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- 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
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
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'
|
||||
schema:
|
||||
type: string
|
||||
|
@ -733,7 +733,7 @@ questions:
|
|||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
Loading…
Reference in New Issue