Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4e9f02f488
commit
885b48d50b
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [prometheus-8.0.4](https://github.com/truecharts/charts/compare/prometheus-8.0.3...prometheus-8.0.4) (2023-03-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump common and dependencies ([#7751](https://github.com/truecharts/charts/issues/7751))
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [prometheus-8.0.5](https://github.com/truecharts/charts/compare/prometheus-8.0.4...prometheus-8.0.5) (2023-03-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix tpl error ([#7755](https://github.com/truecharts/charts/issues/7755))
|
||||
|
||||
|
||||
|
||||
|
||||
## [prometheus-8.0.4](https://github.com/truecharts/charts/compare/prometheus-8.0.3...prometheus-8.0.4) (2023-03-06)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [prometheus-7.0.55](https://github.com/truecharts/charts/compare/prometheus-7.0.54...prometheus-7.0.55) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/alertmanager to 0.25.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [prometheus-7.0.54](https://github.com/truecharts/charts/compare/prometheus-7.0.53...prometheus-7.0.54) (2023-02-14)
|
||||
|
|
@ -3,7 +3,7 @@ appVersion: "2.42.0"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.2.19
|
||||
version: 12.2.21
|
||||
- condition: exporters.enabled,exporters.node-exporter.enabled
|
||||
name: node-exporter
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
|
@ -30,7 +30,7 @@ sources:
|
|||
- https://github.com/prometheus-community/helm-charts
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
type: application
|
||||
version: 8.0.4
|
||||
version: 8.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [prometheus-8.0.5](https://github.com/truecharts/charts/compare/prometheus-8.0.4...prometheus-8.0.5) (2023-03-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix tpl error ([#7755](https://github.com/truecharts/charts/issues/7755))
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue