Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
32660beeba
commit
e2690af30e
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [prometheus-operator-1.0.14](https://github.com/truecharts/charts/compare/prometheus-operator-1.0.13...prometheus-operator-1.0.14) (2023-11-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/prometheus-config-reloader to v0.69.1 ([#14499](https://github.com/truecharts/charts/issues/14499))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [prometheus-operator-1.0.15](https://github.com/truecharts/charts/compare/prometheus-operator-1.0.14...prometheus-operator-1.0.15) (2023-11-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/prometheus-operator to v0.69.1 ([#14503](https://github.com/truecharts/charts/issues/14503))
|
||||
|
||||
|
||||
|
||||
|
||||
## [prometheus-operator-1.0.14](https://github.com/truecharts/charts/compare/prometheus-operator-1.0.13...prometheus-operator-1.0.14) (2023-11-10)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
## [prometheus-operator-1.0.4](https://github.com/truecharts/charts/compare/prometheus-operator-1.0.3...prometheus-operator-1.0.4) (2023-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/thanos to v0.32.4 ([#12110](https://github.com/truecharts/charts/issues/12110))
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.69.0"
|
||||
appVersion: "0.69.1"
|
||||
deprecated: false
|
||||
description: Prometheus Operator is an operator for prometheus
|
||||
home: https://truecharts.org/charts/operators/prometheus-operator
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator
|
||||
- https://github.com/prometheus-operator
|
||||
type: application
|
||||
version: 1.0.14
|
||||
version: 1.0.15
|
||||
annotations:
|
||||
truecharts.org/category: operators
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [prometheus-operator-1.0.15](https://github.com/truecharts/charts/compare/prometheus-operator-1.0.14...prometheus-operator-1.0.15) (2023-11-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/prometheus-operator to v0.69.1 ([#14503](https://github.com/truecharts/charts/issues/14503))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/prometheus-operator
|
||||
tag: "v0.69.0@sha256:73aeed01bae5b1953e1d233696f30f0e6ee76989e519473b6501d95deb204a68"
|
||||
tag: "v0.69.1@sha256:dc0ad671ec11e5a5b6032a7d36b9451b10f0848f7f0d7203b761de6a1b7c0e99"
|
||||
pullPolicy:
|
||||
|
||||
configReloaderImage:
|
|
@ -11,7 +11,6 @@ metadata:
|
|||
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}-admission
|
||||
labels:
|
||||
{{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "labels" $labels) | trim) }}
|
||||
app: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}-admission
|
||||
{{- . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "annotations" $annotations) | trim) }}
|
|
@ -11,7 +11,6 @@ metadata:
|
|||
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}-admission
|
||||
labels:
|
||||
{{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "labels" $labels) | trim) }}
|
||||
app: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}-admission
|
||||
{{- . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "annotations" $annotations) | trim) }}
|
Loading…
Reference in New Issue