Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
bb005d8736
commit
034ef3218c
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [grafana-7.0.52](https://github.com/truecharts/charts/compare/grafana-7.0.50...grafana-7.0.52) (2023-06-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grafana to v9.5.3 ([#9681](https://github.com/truecharts/charts/issues/9681))
|
||||
- update container image tccr.io/truecharts/grafana to v9.5.3 ([#9617](https://github.com/truecharts/charts/issues/9617))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [grafana-7.0.53](https://github.com/truecharts/charts/compare/grafana-7.0.52...grafana-7.0.53) (2023-06-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grafana to v9.5.3 ([#9746](https://github.com/truecharts/charts/issues/9746))
|
||||
|
||||
|
||||
|
||||
|
||||
## [grafana-7.0.52](https://github.com/truecharts/charts/compare/grafana-7.0.50...grafana-7.0.52) (2023-06-16)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grafana to v9.5.3 ([#9681](https://github.com/truecharts/charts/issues/9681))
|
||||
- update container image tccr.io/truecharts/grafana to v9.5.3 ([#9617](https://github.com/truecharts/charts/issues/9617))
|
||||
|
||||
|
||||
|
||||
|
||||
## [grafana-7.0.52](https://github.com/truecharts/charts/compare/grafana-7.0.50...grafana-7.0.52) (2023-06-16)
|
||||
|
||||
### Chore
|
|
@ -24,7 +24,7 @@ sources:
|
|||
- https://github.com/bitnami/bitnami-docker-grafana
|
||||
- https://grafana.com/
|
||||
type: application
|
||||
version: 7.0.52
|
||||
version: 7.0.53
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [grafana-7.0.53](https://github.com/truecharts/charts/compare/grafana-7.0.52...grafana-7.0.53) (2023-06-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grafana to v9.5.3 ([#9746](https://github.com/truecharts/charts/issues/9746))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/grafana
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v9.5.3@sha256:2bac661c01799a9d388b1f491c7b1f672bd578cad8b55e878207e0bbaa80103a
|
||||
tag: v9.5.3@sha256:03ebdff1e28ed4845d22151ef9ae0948591a57a89d99032966f8112ba992ca88
|
||||
manifestManager:
|
||||
enabled: true
|
||||
securityContext:
|
|
@ -592,8 +592,38 @@ questions:
|
|||
description: Automatically set permissions on install
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
hidden: true
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
schema:
|
||||
show_if: [["type", "!=", "pvc"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: chown
|
||||
label: Run CHOWN
|
||||
description: |
|
||||
It will run CHOWN on the path with the given fsGroup
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: chmod
|
||||
label: Run CHMOD
|
||||
description: |
|
||||
It will run CHMOD on the path with the given value
|
||||
schema:
|
||||
type: string
|
||||
default: "775"
|
||||
- variable: recursive
|
||||
label: Recursive
|
||||
description: |
|
||||
It will run CHOWN and CHMOD recursively
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: readOnly
|
||||
label: Read Only
|
||||
schema:
|
||||
|
@ -1244,7 +1274,7 @@ questions:
|
|||
description: Enable Prometheus Metrics
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: prometheusRule
|
Loading…
Reference in New Issue