From 46362be75607516e1ae6bad69a5ce7ac2cfa888e Mon Sep 17 00:00:00 2001 From: zeritti <47476160+zeritti@users.noreply.github.com> Date: Sat, 29 Apr 2023 14:46:41 +0000 Subject: [PATCH] Bump chart dependencies alertmanager 0.33.1 kube-state-metrics 4.32.0 prometheus-node-exporter 4.18.0 prometheus-pushgateway 2.3.0 Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> --- charts/prometheus/Chart.lock | 12 ++++++------ charts/prometheus/Chart.yaml | 10 +++++----- charts/prometheus/README.md | 17 ++++++++++++++--- 3 files changed, 25 insertions(+), 14 deletions(-) diff --git a/charts/prometheus/Chart.lock b/charts/prometheus/Chart.lock index 892db041c274..cb1659ea6235 100644 --- a/charts/prometheus/Chart.lock +++ b/charts/prometheus/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: alertmanager repository: https://prometheus-community.github.io/helm-charts - version: 0.30.1 + version: 0.33.1 - name: kube-state-metrics repository: https://prometheus-community.github.io/helm-charts - version: 4.30.0 + version: 4.32.0 - name: prometheus-node-exporter repository: https://prometheus-community.github.io/helm-charts - version: 4.8.1 + version: 4.18.0 - name: prometheus-pushgateway repository: https://prometheus-community.github.io/helm-charts - version: 2.0.4 -digest: sha256:1a354a1b56ba502f254057bcf055e7add95c077100640716e976bfbfffa0fdd0 -generated: "2023-05-03T12:23:06.523448751-07:00" + version: 2.3.0 +digest: sha256:a1ce62f684aa4f55b04aa0fafe4f4bc3a420e50441ebff00c4a63d282f4d4b41 +generated: "2023-06-21T18:55:51.842514634Z" diff --git a/charts/prometheus/Chart.yaml b/charts/prometheus/Chart.yaml index 002a883bffb8..4e4b1d83ba37 100644 --- a/charts/prometheus/Chart.yaml +++ b/charts/prometheus/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: prometheus appVersion: v2.44.0 -version: 22.6.6 +version: 22.7.0 kubeVersion: ">=1.16.0-0" description: Prometheus is a monitoring system and time series database. home: https://prometheus.io/ @@ -26,19 +26,19 @@ maintainers: type: application dependencies: - name: alertmanager - version: "0.30.*" + version: "0.33.*" repository: https://prometheus-community.github.io/helm-charts condition: alertmanager.enabled - name: kube-state-metrics - version: "4.30.*" + version: "4.32.*" repository: https://prometheus-community.github.io/helm-charts condition: kube-state-metrics.enabled - name: prometheus-node-exporter - version: "4.8.*" + version: "4.18.*" repository: https://prometheus-community.github.io/helm-charts condition: prometheus-node-exporter.enabled - name: prometheus-pushgateway - version: "2.0.*" + version: "2.3.*" repository: https://prometheus-community.github.io/helm-charts condition: prometheus-pushgateway.enabled keywords: diff --git a/charts/prometheus/README.md b/charts/prometheus/README.md index d7176f15c965..3a0d845b18d4 100644 --- a/charts/prometheus/README.md +++ b/charts/prometheus/README.md @@ -20,7 +20,7 @@ _See [helm repository](https://helm.sh/docs/helm/helm_repo/) for command documen ## Install Chart -Start from Version 16.0, Prometheus chart required Helm 3.7+ in order to install successfully. Please check your Helm chart version before installation. +Starting with version 16.0, the Prometheus chart requires Helm 3.7+ in order to install successfully. Please check your `helm` release before installation. ```console helm install [RELEASE_NAME] prometheus-community/prometheus @@ -60,11 +60,22 @@ A [`values.schema.json`](https://helm.sh/docs/topics/charts/#schema-files) file ## Upgrading Chart ```console -helm upgrade [RELEASE_NAME] [CHART] --install +helm upgrade [RELEASE_NAME] prometheus-community/prometheus --install ``` _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._ +### To 22.7 + +Releases of the included subcharts (dependencies) have been bumped as follows: + +| Subchart | Release | Previous Release | +|------------------------------------------------------------------------------------------------------------------------------|---------|------------------| +| [alertmanager](https://github.com/prometheus-community/helm-charts/releases/tag/alertmanager-0.33.1) | 0.33.1 | 0.30.1 | +| [kube-state-metrics](https://github.com/prometheus-community/helm-charts/releases/tag/kube-state-metrics-4.32.0) | 4.32.0 | 4.30.0 | +| [prometheus-node-exporter](https://github.com/prometheus-community/helm-charts/releases/tag/prometheus-node-exporter-4.18.0) | 4.18.0 | 4.8.1 | +| [prometheus-pushgateway](https://github.com/prometheus-community/helm-charts/releases/tag/prometheus-pushgateway-2.3.0) | 2.3.0 | 2.0.4 | + ### To 22.6 Prometheus has been bumped to release [v2.44.0](https://github.com/prometheus/prometheus/releases/tag/v2.44.0). @@ -265,7 +276,7 @@ See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_h helm show values prometheus-community/prometheus ``` -You may similarly use the above configuration commands on each chart [dependency](#dependencies) to see it's configurations. +You may similarly use the above configuration commands on each chart [dependency](#dependencies) to see its configurations. ### Scraping Pod Metrics via Annotations