Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-06 15:42:43 +00:00
parent 1a0e858645
commit f3373a0d4e
13 changed files with 24 additions and 24 deletions

View File

@ -1,9 +0,0 @@
## [grafana-9.0.32](https://github.com/truecharts/charts/compare/grafana-9.0.31...grafana-9.0.32) (2023-11-05)
### Chore
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))

View File

@ -4,6 +4,15 @@
## [grafana-9.0.33](https://github.com/truecharts/charts/compare/grafana-9.0.32...grafana-9.0.33) (2023-11-06)
### Chore
- update container image tccr.io/truecharts/grafana to v10.2.0 ([#14387](https://github.com/truecharts/charts/issues/14387))
## [grafana-9.0.32](https://github.com/truecharts/charts/compare/grafana-9.0.31...grafana-9.0.32) (2023-11-05)
### Chore
@ -88,12 +97,3 @@
## [grafana-9.0.23](https://github.com/truecharts/charts/compare/grafana-9.0.22...grafana-9.0.23) (2023-10-03)
### Chore
- update container image tccr.io/truecharts/grafana to v10.1.4 ([#13201](https://github.com/truecharts/charts/issues/13201))
## [grafana-9.0.22](https://github.com/truecharts/charts/compare/grafana-9.0.21...grafana-9.0.22) (2023-09-30)

View File

@ -24,7 +24,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-grafana
- https://grafana.com/
type: application
version: 9.0.32
version: 9.0.33
annotations:
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [grafana-9.0.33](https://github.com/truecharts/charts/compare/grafana-9.0.32...grafana-9.0.33) (2023-11-06)
### Chore
- update container image tccr.io/truecharts/grafana to v10.2.0 ([#14387](https://github.com/truecharts/charts/issues/14387))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/grafana
pullPolicy: IfNotPresent
tag: v10.2.0@sha256:37149a3ed475cc9f0cedb4e6561f2566a782d5063cb0ff3f5a15d5e8f79ec33f
tag: v10.2.0@sha256:76daf4e6c21d6e9366d15f17a8a5fbe830edd6b9ad021627ba4890c19d6a47c9
manifestManager:
enabled: true
securityContext:

View File

@ -1036,7 +1036,7 @@ questions:
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -1065,7 +1065,7 @@ questions:
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
@ -1074,13 +1074,13 @@ questions:
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint