Skip to content

Commit

Permalink
fix: Pin grafana-logging to 8.5 (#1760)
Browse files Browse the repository at this point in the history
* fix: Pin grafana-logging to 8.5

* feat: Add grafana 8.5.26 image to licenses
  • Loading branch information
gracedo authored Dec 7, 2023
1 parent 34982d9 commit 9642459
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 6 additions & 0 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ resources:
- license_path: LICENSE
ref: v${image_tag%-rootless}
url: https://github.com/go-gitea/gitea
- container_image: docker.io/grafana/grafana:8.5.26
sources:
- license_path: LICENSE
notice_path: NOTICE.md
ref: v${image_tag}
url: https://github.com/grafana/grafana
- container_image: docker.io/grafana/grafana:9.4.7
sources:
- license_path: LICENSE
Expand Down
5 changes: 2 additions & 3 deletions services/grafana-logging/6.60.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ data:
values.yaml: |
---
priorityClassName: "dkp-critical-priority"
# pinning grafana to 9.5 since it appears that upgrading to v10 is causing issues with prometheus scraping
# grafana metrics
# pinning grafana to 8.5 since it appears that v9+ is causing the kubernetes audit dashboard to crash
image:
tag: 9.5.7
tag: 8.5.26
datasources:
datasources.yaml:
apiVersion: 1
Expand Down
2 changes: 1 addition & 1 deletion services/grafana-logging/6.60.1/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data:
dashboardLink: "/dkp/logging/grafana"
docsLink: "https://grafana.com/docs/"
# Check https://artifacthub.io/packages/helm/grafana/grafana/6.58.6 for app version
version: "9.5.7"
version: "8.5.26"
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down
5 changes: 2 additions & 3 deletions services/project-grafana-logging/6.60.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ data:
values.yaml: |
---
priorityClassName: "dkp-critical-priority"
# pinning grafana to 9.5 since it appears that upgrading to v10 is causing issues with prometheus scraping
# grafana metrics
# pinning grafana to 8.5 since it appears that v9+ is causing the kubernetes audit dashboard to crash
image:
tag: 9.5.7
tag: 8.5.26
datasources:
datasources.yaml:
apiVersion: 1
Expand Down

0 comments on commit 9642459

Please sign in to comment.