Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5641ea5198
commit
bd3c8d24a2
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [grafana-7.0.28](https://github.com/truecharts/charts/compare/grafana-7.0.27...grafana-7.0.28) (2023-05-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#8739](https://github.com/truecharts/charts/issues/8739))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,19 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [grafana-7.0.29](https://github.com/truecharts/charts/compare/grafana-7.0.28...grafana-7.0.29) (2023-05-04)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/grafana to 9.5.1 ([#8725](https://github.com/truecharts/charts/issues/8725))
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- remove duplicate include ([#8759](https://github.com/truecharts/charts/issues/8759))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [grafana-7.0.28](https://github.com/truecharts/charts/compare/grafana-7.0.27...grafana-7.0.28) (2023-05-03)
|
## [grafana-7.0.28](https://github.com/truecharts/charts/compare/grafana-7.0.27...grafana-7.0.28) (2023-05-03)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -84,16 +97,3 @@
|
||||||
## [grafana-7.0.19](https://github.com/truecharts/charts/compare/grafana-7.0.18...grafana-7.0.19) (2023-04-16)
|
## [grafana-7.0.19](https://github.com/truecharts/charts/compare/grafana-7.0.18...grafana-7.0.19) (2023-04-16)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [grafana-7.0.18](https://github.com/truecharts/charts/compare/grafana-7.0.17...grafana-7.0.18) (2023-04-16)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061))
|
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,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.28
|
version: 7.0.29
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- metrics
|
- metrics
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [grafana-7.0.29](https://github.com/truecharts/charts/compare/grafana-7.0.28...grafana-7.0.29) (2023-05-04)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/grafana to 9.5.1 ([#8725](https://github.com/truecharts/charts/issues/8725))
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- remove duplicate include ([#8759](https://github.com/truecharts/charts/issues/8759))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/grafana
|
repository: tccr.io/truecharts/grafana
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 9.5.1@sha256:7aed83c9c0ba860fad75fe4a6c0b1eccfd30f0600f9bfc1bc9cff4fc05fb4ed3
|
tag: 9.5.1@sha256:ad90a50bd03b6f26bfb5798b923455fc6d481d23b610435482e9f18c1df4a9d0
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
|
@ -1245,20 +1245,6 @@ questions:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
# TODO: Rule List section
|
# TODO: Rule List section
|
||||||
- variable: prometheusRule
|
|
||||||
label: PrometheusRule
|
|
||||||
description: Enable and configure Prometheus Rules for the App.
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: enabled
|
|
||||||
label: Enabled
|
|
||||||
description: Enable Prometheus Metrics
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
# TODO: Rule List section
|
|
||||||
# - variable: horizontalPodAutoscaler
|
# - variable: horizontalPodAutoscaler
|
||||||
# group: Advanced
|
# group: Advanced
|
||||||
# label: (Advanced) Horizontal Pod Autoscaler
|
# label: (Advanced) Horizontal Pod Autoscaler
|
Loading…
Reference in New Issue