Skip to content

Commit

Permalink
[bitnami/kube-prometheus] Release 9.1.2 (#26109)
Browse files Browse the repository at this point in the history
* [bitnami/kube-prometheus] Release 9.1.2 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CRDs automatically

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored May 20, 2024
1 parent 5b8731e commit 088d408
Show file tree
Hide file tree
Showing 12 changed files with 19,589 additions and 16,775 deletions.
6 changes: 3 additions & 3 deletions bitnami/kube-prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ annotations:
- name: prometheus
image: docker.io/bitnami/prometheus:2.52.0-debian-12-r2
- name: prometheus-operator
image: docker.io/bitnami/prometheus-operator:0.73.2-debian-12-r6
image: docker.io/bitnami/prometheus-operator:0.74.0-debian-12-r0
- name: thanos
image: docker.io/bitnami/thanos:0.35.0-debian-12-r4
apiVersion: v2
appVersion: 0.73.2
appVersion: 0.74.0
dependencies:
- condition: exporters.enabled,exporters.node-exporter.enabled
name: node-exporter
Expand Down Expand Up @@ -46,4 +46,4 @@ maintainers:
name: kube-prometheus
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kube-prometheus
version: 9.1.1
version: 9.1.2
2,536 changes: 1,338 additions & 1,198 deletions bitnami/kube-prometheus/crds/crd-alertmanagerconfigs.yaml

Large diffs are not rendered by default.

6,527 changes: 3,302 additions & 3,225 deletions bitnami/kube-prometheus/crds/crd-alertmanagers.yaml

Large diffs are not rendered by default.

587 changes: 372 additions & 215 deletions bitnami/kube-prometheus/crds/crd-podmonitors.yaml

Large diffs are not rendered by default.

490 changes: 306 additions & 184 deletions bitnami/kube-prometheus/crds/crd-probes.yaml

Large diffs are not rendered by default.

7,702 changes: 4,046 additions & 3,656 deletions bitnami/kube-prometheus/crds/crd-prometheusagents.yaml

Large diffs are not rendered by default.

8,840 changes: 4,813 additions & 4,027 deletions bitnami/kube-prometheus/crds/crd-prometheuses.yaml

Large diffs are not rendered by default.

59 changes: 34 additions & 25 deletions bitnami/kube-prometheus/crds/crd-prometheusrules.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Source: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v{version}/example/prometheus-operator-crd/monitoring.coreos.com_prometheusrules.yaml
# Version: 0.73.2
# Version: 0.74.0
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
operator.prometheus.io/version: 0.73.2
controller-gen.kubebuilder.io/version: v0.14.0
operator.prometheus.io/version: 0.74.0
name: prometheusrules.monitoring.coreos.com
spec:
group: monitoring.coreos.com
Expand All @@ -28,14 +28,19 @@ spec:
instance
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
Expand All @@ -54,36 +59,40 @@ spec:
pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$
type: string
limit:
description: Limit the number of alerts an alerting rule and
series a recording rule can produce. Limit is supported starting
with Prometheus >= 2.31 and Thanos Ruler >= 0.24.
description: |-
Limit the number of alerts an alerting rule and series a recording
rule can produce.
Limit is supported starting with Prometheus >= 2.31 and Thanos Ruler >= 0.24.
type: integer
name:
description: Name of the rule group.
minLength: 1
type: string
partial_response_strategy:
description: 'PartialResponseStrategy is only used by ThanosRuler
and will be ignored by Prometheus instances. More info: https://github.com/thanos-io/thanos/blob/main/docs/components/rule.md#partial-response'
description: |-
PartialResponseStrategy is only used by ThanosRuler and will
be ignored by Prometheus instances.
More info: https://github.com/thanos-io/thanos/blob/main/docs/components/rule.md#partial-response
pattern: ^(?i)(abort|warn)?$
type: string
rules:
description: List of alerting and recording rules.
items:
description: 'Rule describes an alerting or recording rule
See Prometheus documentation: [alerting](https://www.prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)
or [recording](https://www.prometheus.io/docs/prometheus/latest/configuration/recording_rules/#recording-rules)
rule'
description: |-
Rule describes an alerting or recording rule
See Prometheus documentation: [alerting](https://www.prometheus.io/docs/prometheus/latest/configuration/alerting_rules/) or [recording](https://www.prometheus.io/docs/prometheus/latest/configuration/recording_rules/#recording-rules) rule
properties:
alert:
description: Name of the alert. Must be a valid label
value. Only one of `record` and `alert` must be set.
description: |-
Name of the alert. Must be a valid label value.
Only one of `record` and `alert` must be set.
type: string
annotations:
additionalProperties:
type: string
description: Annotations to add to each alert. Only valid
for alerting rules.
description: |-
Annotations to add to each alert.
Only valid for alerting rules.
type: object
expr:
anyOf:
Expand All @@ -109,9 +118,9 @@ spec:
description: Labels to add or overwrite.
type: object
record:
description: Name of the time series to output to. Must
be a valid metric name. Only one of `record` and `alert`
must be set.
description: |-
Name of the time series to output to. Must be a valid metric name.
Only one of `record` and `alert` must be set.
type: string
required:
- expr
Expand Down
Loading

0 comments on commit 088d408

Please sign in to comment.