Skip to content

Commit

Permalink
Merge pull request #98 from akash4sh/main
Browse files Browse the repository at this point in the history
update grafana image
  • Loading branch information
akash4sh authored Aug 24, 2023
2 parents 09afcb6 + 429d448 commit b33775d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
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.0
version: 1.0.1
7 changes: 7 additions & 0 deletions charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,13 @@ grafana:
enabled: true
namespaceOverride: ""

image:
repository: ghcr.io/intelops/intelops-grafana
# Overrides the Grafana image tag whose default is the chart appVersion
tag: "v1.0.0"
sha: ""
pullPolicy: IfNotPresent

## ForceDeployDatasources Create datasource configmap even if grafana deployment has been disabled
##
forceDeployDatasources: false
Expand Down

0 comments on commit b33775d

Please sign in to comment.