Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions charts/prometheus/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Chart.lock
15 changes: 0 additions & 15 deletions charts/prometheus/Chart.lock

This file was deleted.

18 changes: 9 additions & 9 deletions charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: prometheus
# renovate: github=prometheus/prometheus
appVersion: v3.14.0
version: 29.27.0
version: 29.27.1
kubeVersion: ">=1.19.0-0"
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
Expand Down Expand Up @@ -32,20 +32,20 @@ maintainers:
type: application
dependencies:
- name: alertmanager
version: "1.42.*"
repository: https://prometheus-community.github.io/helm-charts
version: "1.42.0"
repository: oci://ghcr.io/prometheus-community/charts
condition: alertmanager.enabled
- name: kube-state-metrics
version: "8.4.*"
repository: https://prometheus-community.github.io/helm-charts
version: "8.4.1"
repository: oci://ghcr.io/prometheus-community/charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
version: "4.56.*"
repository: https://prometheus-community.github.io/helm-charts
version: "4.56.3"
repository: oci://ghcr.io/prometheus-community/charts
condition: prometheus-node-exporter.enabled
- name: prometheus-pushgateway
version: "3.8.*"
repository: https://prometheus-community.github.io/helm-charts
version: "3.8.0"
repository: oci://ghcr.io/prometheus-community/charts
condition: prometheus-pushgateway.enabled
keywords:
- monitoring
Expand Down