Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e18bcda89d
commit
3594b0cbb5
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [grafana-7.0.32](https://github.com/truecharts/charts/compare/grafana-7.0.31...grafana-7.0.32) (2023-05-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grafana to v9.5.2 ([#8911](https://github.com/truecharts/charts/issues/8911))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [grafana-7.0.33](https://github.com/truecharts/charts/compare/grafana-7.0.32...grafana-7.0.33) (2023-05-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grafana to v9.5.2 ([#8927](https://github.com/truecharts/charts/issues/8927))
|
||||
|
||||
|
||||
|
||||
|
||||
## [grafana-7.0.32](https://github.com/truecharts/charts/compare/grafana-7.0.31...grafana-7.0.32) (2023-05-12)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [grafana-7.0.23](https://github.com/truecharts/charts/compare/grafana-7.0.22...grafana-7.0.23) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8145](https://github.com/truecharts/charts/issues/8145))
|
||||
|
||||
|
||||
|
||||
|
||||
## [grafana-7.0.22](https://github.com/truecharts/charts/compare/grafana-7.0.21...grafana-7.0.22) (2023-04-22)
|
||||
|
||||
### Chore
|
|
@ -24,7 +24,7 @@ sources:
|
|||
- https://github.com/bitnami/bitnami-docker-grafana
|
||||
- https://grafana.com/
|
||||
type: application
|
||||
version: 7.0.32
|
||||
version: 7.0.33
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [grafana-7.0.33](https://github.com/truecharts/charts/compare/grafana-7.0.32...grafana-7.0.33) (2023-05-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grafana to v9.5.2 ([#8927](https://github.com/truecharts/charts/issues/8927))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/grafana
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v9.5.2@sha256:c15b9070150a5bca4cdc8a0d2891ebbadb1a0d6b47e31944cee59743881a498e
|
||||
tag: v9.5.2@sha256:31baa2ec4499ebc548e9fdfe44f3acb9acbc41bcf1d2ec458f8be66a93d20a3a
|
||||
|
||||
securityContext:
|
||||
container:
|
|
@ -38,7 +38,19 @@ portals:
|
|||
ports:
|
||||
- "$kubernetes-resource_configmap_tcportal-open_port"
|
||||
questions:
|
||||
|
||||
- variable: global
|
||||
group: General Settings
|
||||
label: "Global Settings"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: stopAll
|
||||
label: Stop All
|
||||
description: "Stops All Running pods and hibernates cnpg"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: workload
|
||||
group: "Workload Settings"
|
||||
label: ""
|
Loading…
Reference in New Issue