Skip to content

Commit

Permalink
fix(grafana): Pin image to 9.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gracedo committed Aug 17, 2023
1 parent a232078 commit 9037169
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ resources:
notice_path: NOTICE.md
ref: v${image_tag}
url: https://github.com/grafana/grafana
- container_image: docker.io/grafana/grafana:10.0.3
- container_image: docker.io/grafana/grafana:9.5.7
sources:
- license_path: LICENSE
notice_path: NOTICE.md
Expand Down
4 changes: 4 additions & 0 deletions services/grafana-logging/6.58.6/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ data:
values.yaml: |
---
priorityClassName: "dkp-critical-priority"
# pinning grafana to 9.5 since it appears that upgrading to v10 is causing issues with prometheus scrapin
# grafana metrics
image:
tag: 9.5.7
datasources:
datasources.yaml:
apiVersion: 1
Expand Down
4 changes: 4 additions & 0 deletions services/kube-prometheus-stack/48.3.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,10 @@ data:
memory: 200Mi
grafana:
enabled: true
# pinning grafana to 9.5 since it appears that upgrading to v10 is causing issues with prometheus scrapin
# grafana metrics
image:
tag: 9.5.7
defaultDashboardsEnabled: true
priorityClassName: "dkp-critical-priority"
serviceMonitor:
Expand Down
4 changes: 4 additions & 0 deletions services/project-grafana-logging/6.58.6/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ data:
values.yaml: |
---
priorityClassName: "dkp-critical-priority"
# pinning grafana to 9.5 since it appears that upgrading to v10 is causing issues with prometheus scrapin
# grafana metrics
image:
tag: 9.5.7
datasources:
datasources.yaml:
apiVersion: 1
Expand Down

0 comments on commit 9037169

Please sign in to comment.