Skip to content

Commit

Permalink
Merge pull request #288 from akash4sh/main
Browse files Browse the repository at this point in the history
updated grafana version
  • Loading branch information
akash4sh authored Jun 19, 2024
2 parents fc2d148 + cf40106 commit 72f65b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
version: 4.17.*
- condition: grafana.enabled
name: grafana
version: 1.0.7
version: 1.0.9
repository: https://kube-tarian.github.io/helmrepo-supporting-tools/
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide easy to
Expand Down Expand Up @@ -54,4 +54,4 @@ sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
version: 1.0.13
version: 1.0.14
9 changes: 9 additions & 0 deletions charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,7 @@ grafana:
enabled: false

database:
enabled: false
type: postgres
host: prometheus-postgresql:5432
name: postgres
Expand All @@ -1085,6 +1086,14 @@ grafana:
# usernamekey: ""
# passwordkey: ""

postgresDatasource:
enabled: false
username: ""
password: ""
existingSecret: {}
# name: ""
# passwordkey: ""

## Flag to disable all the kubernetes component scrapers
##
kubernetesServiceMonitors:
Expand Down

0 comments on commit 72f65b7

Please sign in to comment.