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 3c77429
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
8 changes: 1 addition & 7 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ resources:
- license_path: LICENSE
ref: v${image_tag%-rootless}
url: https://github.com/go-gitea/gitea
- container_image: docker.io/grafana/grafana:8.5.14
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 All @@ -112,7 +106,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
2 changes: 1 addition & 1 deletion services/grafana-logging/6.58.6/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: "10.0.2"
version: "9.5.7"
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
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
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ data:
# Since Grafana is a subchart of kube-prometheus-stack, get the version of the Grafana chart dependency at:
# https://github.com/mesosphere/charts/tree/master/staging/kube-prometheus-stack/charts
# Then, check https://artifacthub.io/packages/helm/grafana/grafana/ for app version
version: "10.0.3"
version: "9.5.7"
2 changes: 1 addition & 1 deletion services/kube-prometheus-stack/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ overview: |-
- [Prometheus Alertmanager Documentation - Overview](https://prometheus.io/docs/alerting/latest/alertmanager/)
### Grafana (v10.0.3)
### Grafana (v9.5.7)
A monitoring dashboard from Grafana that can be used to visualize metrics collected by Prometheus.
- [Grafana Documentation](https://grafana.com/docs/)
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 3c77429

Please sign in to comment.