Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
fc97db9a04
commit
c3aae7cff5
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [prometheus-operator-4.0.0](https://github.com/truecharts/charts/compare/prometheus-operator-3.1.7...prometheus-operator-4.0.0) (2024-01-02)
|
|
||||||
|
|
||||||
### Feat
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- move to upstream ([#16822](https://github.com/truecharts/charts/issues/16822))
|
|
Binary file not shown.
|
@ -7,6 +7,15 @@ title: Changelog
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [prometheus-operator-4.1.0](https://github.com/truecharts/charts/compare/prometheus-operator-4.0.0...prometheus-operator-4.1.0) (2024-01-05)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- update helm chart kube-prometheus-stack to 55.6.0 by renovate ([#16897](https://github.com/truecharts/charts/issues/16897))
|
||||||
|
|
||||||
|
|
||||||
## [prometheus-operator-4.0.0](https://github.com/truecharts/charts/compare/prometheus-operator-3.1.7...prometheus-operator-4.0.0) (2024-01-02)
|
## [prometheus-operator-4.0.0](https://github.com/truecharts/charts/compare/prometheus-operator-3.1.7...prometheus-operator-4.0.0) (2024-01-02)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
@ -88,12 +97,3 @@ title: Changelog
|
||||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||||
## [prometheus-operator-3.1.0](https://github.com/truecharts/charts/compare/prometheus-operator-3.0.1...prometheus-operator-3.1.0) (2023-12-30)
|
## [prometheus-operator-3.1.0](https://github.com/truecharts/charts/compare/prometheus-operator-3.0.1...prometheus-operator-3.1.0) (2023-12-30)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general minor by renovate ([#16579](https://github.com/truecharts/charts/issues/16579))
|
|
||||||
|
|
||||||
## [prometheus-operator-3.0.1](https://github.com/truecharts/charts/compare/prometheus-operator-3.0.0...prometheus-operator-3.0.1) (2023-12-26)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major by renovate ([#16545](https://github.com/truecharts/charts/issues/16545))
|
|
|
@ -1,8 +1,8 @@
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: prometheus-operator
|
name: prometheus-operator
|
||||||
version: 4.0.0
|
version: 4.1.0
|
||||||
appVersion: 0.70.0
|
appVersion: latest
|
||||||
description: Prometheus Operator is an operator for prometheus
|
description: Prometheus Operator is an operator for prometheus
|
||||||
home: https://truecharts.org/charts/operators/prometheus-operator
|
home: https://truecharts.org/charts/operators/prometheus-operator
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-operator.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-operator.png
|
||||||
|
@ -10,7 +10,6 @@ deprecated: false
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/prometheus-operator
|
- https://github.com/prometheus-operator
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator
|
- https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator
|
||||||
- https://quay.io/prometheus-operator/prometheus-operator
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
@ -28,10 +27,10 @@ dependencies:
|
||||||
tags: []
|
tags: []
|
||||||
import-values: []
|
import-values: []
|
||||||
- name: kube-prometheus-stack
|
- name: kube-prometheus-stack
|
||||||
version: 55.5.1
|
version: 55.6.0
|
||||||
repository: https://prometheus-community.github.io/helm-charts
|
repository: https://prometheus-community.github.io/helm-charts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: "kps"
|
alias: kps
|
||||||
tags: []
|
tags: []
|
||||||
import-values: []
|
import-values: []
|
||||||
annotations:
|
annotations:
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [prometheus-operator-4.1.0](https://github.com/truecharts/charts/compare/prometheus-operator-4.0.0...prometheus-operator-4.1.0) (2024-01-05)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- update helm chart kube-prometheus-stack to 55.6.0 by renovate ([#16897](https://github.com/truecharts/charts/issues/16897))
|
Binary file not shown.
Loading…
Reference in New Issue