Skip to content

Commit

Permalink
[kube-prometheus-stack] Update dependency version (prometheus-communi…
Browse files Browse the repository at this point in the history
…ty#776)

* [kube-prometheus-stack] bump node-exporter dependency version

Signed-off-by: Davide Giacomini <davide.giacomini2@studio.unibo.it>

* [kube-prometheus-stack] bump minor version

Signed-off-by: Davide Giacomini <davide.giacomini2@studio.unibo.it>

* [kube-prometheus-stack] Updated lockfile

Signed-off-by: Davide Giacomini <davide.giacomini2@studio.unibo.it>

* [kube-prometheus-stack] bump grafana dependency version

Signed-off-by: Davide Giacomini <davide.giacomini2@studio.unibo.it>
  • Loading branch information
davgia authored Mar 19, 2021
1 parent 83d8433 commit 44d7ea7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/kube-prometheus-stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 2.13.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 1.14.2
version: 1.16.2
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.4.4
digest: sha256:5e586e0b76974dd04f00096c4a7063dc0a01620b8ae1edc3069282966b38b9e7
generated: "2021-02-23T11:31:31.313137303Z"
version: 6.6.3
digest: sha256:52acbef377da70248ae3fa926dc7f6601df9022b1b1e17224a8fe99e6995d3af
generated: "2021-03-19T17:50:36.8566658+01:00"
6 changes: 3 additions & 3 deletions charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 14.1.2
version: 14.2.0
appVersion: 0.46.0
kubeVersion: ">=1.16.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand All @@ -40,10 +40,10 @@ dependencies:
repository: https://kubernetes.github.io/kube-state-metrics
condition: kubeStateMetrics.enabled
- name: prometheus-node-exporter
version: "1.14.*"
version: "1.16.*"
repository: https://prometheus-community.github.io/helm-charts
condition: nodeExporter.enabled
- name: grafana
version: "6.4.*"
version: "6.6.*"
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled

0 comments on commit 44d7ea7

Please sign in to comment.