mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
[bitnami/kube-prometheus] Release 10.0.5 (#30565)
* [bitnami/kube-prometheus] Release 10.0.5 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * chore: ⏪ Undo removal of subchart Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CRDs automatically Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com> Co-authored-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 10.0.4 (2024-11-12)
|
||||
## 10.0.5 (2024-11-25)
|
||||
|
||||
* [bitnami/kube-prometheus] Fix update-crds CI job ([#30413](https://github.com/bitnami/charts/pull/30413))
|
||||
* [bitnami/kube-prometheus] Release 10.0.5 ([#30565](https://github.com/bitnami/charts/pull/30565))
|
||||
|
||||
## <small>10.0.4 (2024-11-14)</small>
|
||||
|
||||
* [bitnami/kube-prometheus] Fix update-crds CI job (#30413) ([0842084](https://github.com/bitnami/charts/commit/0842084f5fd59fe09c69fd7883eaf2edada28647)), closes [#30413](https://github.com/bitnami/charts/issues/30413)
|
||||
|
||||
## <small>10.0.3 (2024-11-11)</small>
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
dependencies:
|
||||
- name: node-exporter
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 4.4.16
|
||||
version: 4.4.17
|
||||
- name: kube-state-metrics
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 4.2.15
|
||||
version: 4.2.16
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.27.0
|
||||
- name: kube-prometheus-crds
|
||||
repository: file://./charts/kube-prometheus-crds
|
||||
version: 0.1.0
|
||||
digest: sha256:63e9a54bb04b46a74bb2c0a979771f48160166ed0f1d769a90e453a64f717680
|
||||
generated: "2024-11-07T10:30:18.796239977Z"
|
||||
digest: sha256:5fd9585c87105cd5730476f01651dfd67c7a06e1a22317f607f4038c01f9b10a
|
||||
generated: "2024-11-21T15:36:41.402324834Z"
|
||||
|
||||
@@ -6,17 +6,17 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: alertmanager
|
||||
image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r25
|
||||
image: docker.io/bitnami/alertmanager:0.27.0-debian-12-r26
|
||||
- name: blackbox-exporter
|
||||
image: docker.io/bitnami/blackbox-exporter:0.25.0-debian-12-r19
|
||||
image: docker.io/bitnami/blackbox-exporter:0.25.0-debian-12-r20
|
||||
- name: prometheus
|
||||
image: docker.io/bitnami/prometheus:2.55.1-debian-12-r1
|
||||
image: docker.io/bitnami/prometheus:2.55.1-debian-12-r3
|
||||
- name: prometheus-operator
|
||||
image: docker.io/bitnami/prometheus-operator:0.78.1-debian-12-r1
|
||||
image: docker.io/bitnami/prometheus-operator:0.78.2-debian-12-r0
|
||||
- name: thanos
|
||||
image: docker.io/bitnami/thanos:0.36.1-debian-12-r5
|
||||
apiVersion: v2
|
||||
appVersion: 0.78.1
|
||||
appVersion: 0.78.2
|
||||
dependencies:
|
||||
- condition: exporters.enabled,exporters.node-exporter.enabled
|
||||
name: node-exporter
|
||||
@@ -49,4 +49,4 @@ maintainers:
|
||||
name: kube-prometheus
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kube-prometheus
|
||||
version: 10.0.4
|
||||
version: 10.0.5
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Source: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v{version}/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml
|
||||
# Version: 0.78.0
|
||||
# Version: 0.78.2
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.4
|
||||
operator.prometheus.io/version: 0.78.0
|
||||
operator.prometheus.io/version: 0.78.2
|
||||
name: alertmanagerconfigs.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
@@ -777,6 +777,12 @@ spec:
|
||||
|
||||
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
|
||||
type: boolean
|
||||
proxyURL:
|
||||
description: |-
|
||||
Optional proxy URL.
|
||||
|
||||
If defined, this field takes precedence over `proxyUrl`.
|
||||
type: string
|
||||
proxyUrl:
|
||||
description: '`proxyURL` defines the HTTP proxy server
|
||||
to use.'
|
||||
@@ -1768,6 +1774,12 @@ spec:
|
||||
|
||||
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
|
||||
type: boolean
|
||||
proxyURL:
|
||||
description: |-
|
||||
Optional proxy URL.
|
||||
|
||||
If defined, this field takes precedence over `proxyUrl`.
|
||||
type: string
|
||||
proxyUrl:
|
||||
description: '`proxyURL` defines the HTTP proxy server
|
||||
to use.'
|
||||
@@ -2572,6 +2584,12 @@ spec:
|
||||
|
||||
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
|
||||
type: boolean
|
||||
proxyURL:
|
||||
description: |-
|
||||
Optional proxy URL.
|
||||
|
||||
If defined, this field takes precedence over `proxyUrl`.
|
||||
type: string
|
||||
proxyUrl:
|
||||
description: '`proxyURL` defines the HTTP proxy server
|
||||
to use.'
|
||||
@@ -3358,6 +3376,12 @@ spec:
|
||||
|
||||
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
|
||||
type: boolean
|
||||
proxyURL:
|
||||
description: |-
|
||||
Optional proxy URL.
|
||||
|
||||
If defined, this field takes precedence over `proxyUrl`.
|
||||
type: string
|
||||
proxyUrl:
|
||||
description: '`proxyURL` defines the HTTP proxy server
|
||||
to use.'
|
||||
@@ -4178,6 +4202,12 @@ spec:
|
||||
|
||||
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
|
||||
type: boolean
|
||||
proxyURL:
|
||||
description: |-
|
||||
Optional proxy URL.
|
||||
|
||||
If defined, this field takes precedence over `proxyUrl`.
|
||||
type: string
|
||||
proxyUrl:
|
||||
description: '`proxyURL` defines the HTTP proxy server
|
||||
to use.'
|
||||
@@ -5092,6 +5122,12 @@ spec:
|
||||
|
||||
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
|
||||
type: boolean
|
||||
proxyURL:
|
||||
description: |-
|
||||
Optional proxy URL.
|
||||
|
||||
If defined, this field takes precedence over `proxyUrl`.
|
||||
type: string
|
||||
proxyUrl:
|
||||
description: '`proxyURL` defines the HTTP proxy server
|
||||
to use.'
|
||||
@@ -5831,6 +5867,12 @@ spec:
|
||||
|
||||
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
|
||||
type: boolean
|
||||
proxyURL:
|
||||
description: |-
|
||||
Optional proxy URL.
|
||||
|
||||
If defined, this field takes precedence over `proxyUrl`.
|
||||
type: string
|
||||
proxyUrl:
|
||||
description: '`proxyURL` defines the HTTP proxy server
|
||||
to use.'
|
||||
@@ -6673,6 +6715,12 @@ spec:
|
||||
|
||||
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
|
||||
type: boolean
|
||||
proxyURL:
|
||||
description: |-
|
||||
Optional proxy URL.
|
||||
|
||||
If defined, this field takes precedence over `proxyUrl`.
|
||||
type: string
|
||||
proxyUrl:
|
||||
description: '`proxyURL` defines the HTTP proxy server
|
||||
to use.'
|
||||
@@ -7438,6 +7486,12 @@ spec:
|
||||
|
||||
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
|
||||
type: boolean
|
||||
proxyURL:
|
||||
description: |-
|
||||
Optional proxy URL.
|
||||
|
||||
If defined, this field takes precedence over `proxyUrl`.
|
||||
type: string
|
||||
proxyUrl:
|
||||
description: '`proxyURL` defines the HTTP proxy server
|
||||
to use.'
|
||||
@@ -8164,6 +8218,12 @@ spec:
|
||||
|
||||
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
|
||||
type: boolean
|
||||
proxyURL:
|
||||
description: |-
|
||||
Optional proxy URL.
|
||||
|
||||
If defined, this field takes precedence over `proxyUrl`.
|
||||
type: string
|
||||
proxyUrl:
|
||||
description: '`proxyURL` defines the HTTP proxy server
|
||||
to use.'
|
||||
@@ -8877,6 +8937,12 @@ spec:
|
||||
|
||||
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
|
||||
type: boolean
|
||||
proxyURL:
|
||||
description: |-
|
||||
Optional proxy URL.
|
||||
|
||||
If defined, this field takes precedence over `proxyUrl`.
|
||||
type: string
|
||||
proxyUrl:
|
||||
description: '`proxyURL` defines the HTTP proxy server
|
||||
to use.'
|
||||
@@ -9655,6 +9721,12 @@ spec:
|
||||
|
||||
It requires Prometheus >= v2.43.0 or Alertmanager >= 0.25.0.
|
||||
type: boolean
|
||||
proxyURL:
|
||||
description: |-
|
||||
Optional proxy URL.
|
||||
|
||||
If defined, this field takes precedence over `proxyUrl`.
|
||||
type: string
|
||||
proxyUrl:
|
||||
description: '`proxyURL` defines the HTTP proxy server
|
||||
to use.'
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Source: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v{version}/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml
|
||||
# Version: 0.78.0
|
||||
# Version: 0.78.2
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.4
|
||||
operator.prometheus.io/version: 0.78.0
|
||||
operator.prometheus.io/version: 0.78.2
|
||||
name: alertmanagers.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Source: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v{version}/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml
|
||||
# Version: 0.78.0
|
||||
# Version: 0.78.2
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.4
|
||||
operator.prometheus.io/version: 0.78.0
|
||||
operator.prometheus.io/version: 0.78.2
|
||||
name: podmonitors.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Source: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v{version}/example/prometheus-operator-crd/monitoring.coreos.com_probes.yaml
|
||||
# Version: 0.78.0
|
||||
# Version: 0.78.2
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.4
|
||||
operator.prometheus.io/version: 0.78.0
|
||||
operator.prometheus.io/version: 0.78.2
|
||||
name: probes.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Source: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v{version}/example/prometheus-operator-crd/monitoring.coreos.com_prometheusagents.yaml
|
||||
# Version: 0.78.0
|
||||
# Version: 0.78.2
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.4
|
||||
operator.prometheus.io/version: 0.78.0
|
||||
operator.prometheus.io/version: 0.78.2
|
||||
name: prometheusagents.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Source: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v{version}/example/prometheus-operator-crd/monitoring.coreos.com_prometheuses.yaml
|
||||
# Version: 0.78.0
|
||||
# Version: 0.78.2
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.4
|
||||
operator.prometheus.io/version: 0.78.0
|
||||
operator.prometheus.io/version: 0.78.2
|
||||
name: prometheuses.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -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.78.0
|
||||
# Version: 0.78.2
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.4
|
||||
operator.prometheus.io/version: 0.78.0
|
||||
operator.prometheus.io/version: 0.78.2
|
||||
name: prometheusrules.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Source: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v{version}/example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml
|
||||
# Version: 0.78.0
|
||||
# Version: 0.78.2
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.4
|
||||
operator.prometheus.io/version: 0.78.0
|
||||
operator.prometheus.io/version: 0.78.2
|
||||
name: scrapeconfigs.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Source: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v{version}/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
|
||||
# Version: 0.78.0
|
||||
# Version: 0.78.2
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.4
|
||||
operator.prometheus.io/version: 0.78.0
|
||||
operator.prometheus.io/version: 0.78.2
|
||||
name: servicemonitors.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Source: https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v{version}/example/prometheus-operator-crd/monitoring.coreos.com_thanosrulers.yaml
|
||||
# Version: 0.78.0
|
||||
# Version: 0.78.2
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.16.4
|
||||
operator.prometheus.io/version: 0.78.0
|
||||
operator.prometheus.io/version: 0.78.2
|
||||
name: thanosrulers.monitoring.coreos.com
|
||||
spec:
|
||||
group: monitoring.coreos.com
|
||||
|
||||
@@ -73,7 +73,7 @@ operator:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/prometheus-operator
|
||||
tag: 0.78.1-debian-12-r1
|
||||
tag: 0.78.2-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -633,7 +633,7 @@ prometheus:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/prometheus
|
||||
tag: 2.55.1-debian-12-r1
|
||||
tag: 2.55.1-debian-12-r3
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -1817,7 +1817,7 @@ alertmanager:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/alertmanager
|
||||
tag: 0.27.0-debian-12-r25
|
||||
tag: 0.27.0-debian-12-r26
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -2506,7 +2506,7 @@ blackboxExporter:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/blackbox-exporter
|
||||
tag: 0.25.0-debian-12-r19
|
||||
tag: 0.25.0-debian-12-r20
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user