Skip to content

Commit

Permalink
feat: add support for latest current version of Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
amlmtl committed Apr 2, 2024
1 parent dad315c commit ef11bb9
Show file tree
Hide file tree
Showing 5 changed files with 718 additions and 799 deletions.
2 changes: 1 addition & 1 deletion docker/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM grafana/grafana:9.5.13-ubuntu
FROM grafana/grafana:10.4.1-ubuntu

USER root
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion docker/test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM grafana/grafana:9.5.13-ubuntu
FROM grafana/grafana:10.4.1-ubuntu

USER root
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion install/configure-grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ KEYCLOAK_SUBPATH="${KEYCLOAK_SUBPATH:-auth}"; export KEYCLOAK_SUBPATH
OAUTH_TYPE="${OAUTH_TYPE:-viya}";
DRY_RUN="${DRY_RUN:-false}"
INSTALL_GRAFANA="${INSTALL_GRAFANA:-false}"
GRAFANA_VERSION="${GRAFANA_VERSION:-9.5.13}"
GRAFANA_VERSION="${GRAFANA_VERSION:-10.4.1}"

function check_requirements() {
[ -z "${KUBECONFIG-}" ] && {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@grafana/data": "9",
"@grafana/runtime": "9",
"@grafana/ui": "9",
"@grafana/data": "10",
"@grafana/runtime": "10",
"@grafana/ui": "10",
"react": "17.0.2",
"react-dom": "17.0.2",
"tslib": "2.5.3"
Expand Down
Loading

0 comments on commit ef11bb9

Please sign in to comment.