Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
52759cdea4
commit
fb47eff359
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [prometheus-9.0.7](https://github.com/truecharts/charts/compare/prometheus-9.0.6...prometheus-9.0.7) (2023-05-23)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- Improved lint speed ([#8809](https://github.com/truecharts/charts/issues/8809))
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [prometheus-9.0.8](https://github.com/truecharts/charts/compare/prometheus-9.0.7...prometheus-9.0.8) (2023-05-23)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm chart kube-state-metrics to 1.0.3 ([#9098](https://github.com/truecharts/charts/issues/9098))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [prometheus-9.0.7](https://github.com/truecharts/charts/compare/prometheus-9.0.6...prometheus-9.0.7) (2023-05-23)
|
## [prometheus-9.0.7](https://github.com/truecharts/charts/compare/prometheus-9.0.6...prometheus-9.0.7) (2023-05-23)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [prometheus-8.0.30](https://github.com/truecharts/charts/compare/prometheus-8.0.29...prometheus-8.0.30) (2023-05-05)
|
## [prometheus-8.0.30](https://github.com/truecharts/charts/compare/prometheus-8.0.29...prometheus-8.0.30) (2023-05-05)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [prometheus-8.0.29](https://github.com/truecharts/charts/compare/prometheus-8.0.28...prometheus-8.0.29) (2023-05-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/thanos to 0.31.0 ([#8735](https://github.com/truecharts/charts/issues/8735))
|
|
||||||
- update container image tccr.io/truecharts/prometheus to 2.43.0 ([#8730](https://github.com/truecharts/charts/issues/8730))
|
|
|
@ -11,7 +11,7 @@ dependencies:
|
||||||
- condition: exporters.enabled,exporters.kube-state-metrics.enabled
|
- condition: exporters.enabled,exporters.kube-state-metrics.enabled
|
||||||
name: kube-state-metrics
|
name: kube-state-metrics
|
||||||
repository: https://deps.truecharts.org
|
repository: https://deps.truecharts.org
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
|
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
|
||||||
|
@ -29,7 +29,7 @@ sources:
|
||||||
- https://github.com/prometheus-community/helm-charts
|
- https://github.com/prometheus-community/helm-charts
|
||||||
- https://github.com/prometheus-operator/kube-prometheus
|
- https://github.com/prometheus-operator/kube-prometheus
|
||||||
type: application
|
type: application
|
||||||
version: 9.0.7
|
version: 9.0.8
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- metrics
|
- metrics
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [prometheus-9.0.8](https://github.com/truecharts/charts/compare/prometheus-9.0.7...prometheus-9.0.8) (2023-05-23)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm chart kube-state-metrics to 1.0.3 ([#9098](https://github.com/truecharts/charts/issues/9098))
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue