Skip to content

Commit 0c2d110

Browse files
[kube-prometheus-stack] Update kube-prometheus-stack dependency non-major updates (#6145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 595d714 commit 0c2d110

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/kube-prometheus-stack/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ name: kube-prometheus-stack
3131
sources:
3232
- https://github.com/prometheus-community/helm-charts
3333
- https://github.com/prometheus-operator/kube-prometheus
34-
version: 77.9.1
34+
version: 77.10.0
3535
# renovate: github=prometheus-operator/prometheus-operator
3636
appVersion: v0.85.0
3737
kubeVersion: ">=1.25.0-0"
@@ -59,7 +59,7 @@ dependencies:
5959
repository: https://prometheus-community.github.io/helm-charts
6060
condition: kubeStateMetrics.enabled
6161
- name: prometheus-node-exporter
62-
version: "4.47.3"
62+
version: "4.48.0"
6363
repository: https://prometheus-community.github.io/helm-charts
6464
condition: nodeExporter.enabled
6565
- name: grafana

charts/kube-prometheus-stack/hack/sync_grafana_dashboards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def new_representer(dumper, data):
3333
# renovate: git-refs=https://github.com/kubernetes-monitoring/kubernetes-mixin branch=master
3434
'ref.kubernetes-mixin': '5dae7f6adf083639934a4a54aef451174dd84370',
3535
# renovate: git-refs=https://github.com/etcd-io/etcd branch=main
36-
'ref.etcd': 'ad9d69071936b5771830add74a799f2e822e2ffc',
36+
'ref.etcd': 'b7420c571ed13ae55cfd5b041d83210e005d0f78',
3737
}
3838

3939
# Source files list

charts/kube-prometheus-stack/hack/sync_prometheus_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def new_representer(dumper, data):
3333
# renovate: git-refs=https://github.com/kubernetes-monitoring/kubernetes-mixin branch=master
3434
'ref.kubernetes-mixin': '5dae7f6adf083639934a4a54aef451174dd84370',
3535
# renovate: git-refs=https://github.com/etcd-io/etcd branch=main
36-
'ref.etcd': 'ad9d69071936b5771830add74a799f2e822e2ffc',
36+
'ref.etcd': 'b7420c571ed13ae55cfd5b041d83210e005d0f78',
3737
}
3838

3939
# Source files list

0 commit comments

Comments
 (0)