Skip to content

Commit

Permalink
Merge pull request #662 from sassoftware/disable-grafana-test
Browse files Browse the repository at this point in the history
set grafana test framework to false
  • Loading branch information
ceelias authored Jul 16, 2024
2 parents fb89849 + 6679863 commit 4d6e11d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
work with Grafana 11.x due to Angular migration or other issues. As a **temporary** fix, we have
removed these dashboards and replaced them with our versions of them. **This fix will be removed when these issues have been resolved.**
* [CHANGE] Sample of user-values-openshift-grafana.yaml added to generic-base sample
* [CHANGE] Grafana is now deployed with the testFramework parameter set to false
* [UPGRADE] Kube-Prometheus Stack Helm chart has been upgraded from 56.6.2 to 61.1.1.
* [UPGRADE] Grafana Helm Chart (for OpenShift deployments) has been upgraded from 7.3.0 to 8.2.1.
* [UPGRADE] Prometheus Pushgateway Helm chart has been upgraded from 2.6.0 to 2.13.0.
Expand Down
2 changes: 2 additions & 0 deletions monitoring/values-prom-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ grafana:
service:
type: NodePort
nodePort: 31100
testFramework:
enabled: false
plugins: []
resources:
requests:
Expand Down

0 comments on commit 4d6e11d

Please sign in to comment.