Skip to content

Commit

Permalink
chore: update grafana version in the installation scripts
Browse files Browse the repository at this point in the history
Change-Id: I4be9b220874b0e171bb726b8360d545853c813c6
  • Loading branch information
mtlljm committed Sep 17, 2024
1 parent 4a61d4b commit 2a92273
Showing 1 changed file with 1 addition and 1 deletion.
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:-10.4.1}"
GRAFANA_VERSION="${GRAFANA_VERSION:-10.4.8}"

function check_requirements() {
[ -z "${KUBECONFIG-}" ] && {
Expand Down

0 comments on commit 2a92273

Please sign in to comment.