Skip to content

Commit

Permalink
Merge pull request #95 from akash4sh/main
Browse files Browse the repository at this point in the history
update grafana image
  • Loading branch information
akash4sh authored Aug 19, 2023
2 parents dd6aa16 + 8eaf0be commit e9bbc23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ name: grafana
sources:
- https://github.com/grafana/grafana
type: application
version: 1.0.1
version: 1.0.2
10 changes: 5 additions & 5 deletions charts/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ rbac:
create: true
## Use an existing ClusterRole/Role (depending on rbac.namespaced false/true)
# useExistingRole: name-of-some-(cluster)role
pspEnabled: true
pspEnabled: false
pspUseAppArmor: true
namespaced: false
extraRoleRules: []
Expand Down Expand Up @@ -72,8 +72,8 @@ livenessProbe:
# schedulerName: "default-scheduler"

image:
repository: grafana/grafana
tag: 8.4.6
repository: ghcr.io/intelops/intelops-grafana
tag: v1.0.0
sha: ""
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -675,7 +675,7 @@ sidecar:
resource: both
# If specified, the sidecar will look for annotation with this name to create folder and put graph here.
# You can use this parameter together with `provider.foldersFromFilesStructure`to annotate configmaps and create folder structure.
folderAnnotation: null
folderAnnotation: grafana_folder
# Absolute path to shell script to execute after a configmap got reloaded
script: null
# watchServerTimeout: request to the server, asking it to cleanly close the connection after that.
Expand Down Expand Up @@ -703,7 +703,7 @@ sidecar:
# allow updating provisioned dashboards from the UI
allowUiUpdates: false
# allow Grafana to replicate dashboard structure from filesystem
foldersFromFilesStructure: false
foldersFromFilesStructure: true
# Additional dashboard sidecar volume mounts
extraMounts: []
datasources:
Expand Down

0 comments on commit e9bbc23

Please sign in to comment.