diff --git a/install/configure-grafana.sh b/install/configure-grafana.sh index 1d7a7a3..654fb0f 100644 --- a/install/configure-grafana.sh +++ b/install/configure-grafana.sh @@ -90,7 +90,7 @@ echo "Fetching required deployment information..." #duplicate domain code ESP_DOMAIN=$(kubectl -n "${ESP_NAMESPACE}" get ingress --output json | jq -r '.items[0].spec.rules[0].host') GRAFANA_DOMAIN=$(kubectl -n "${GRAFANA_NAMESPACE}" get ingress --output json | jq -r '.items[0].spec.rules[0].host') -ESP_PLUGIN_SOURCE="https://github.com/sassoftware/grafana-esp-plugin/download/$ESP_PLUGIN_VERSION/sasesp-plugin-$ESP_PLUGIN_VERSION.zip" +ESP_PLUGIN_SOURCE="https://github.com/sassoftware/grafana-esp-plugin/download/v$ESP_PLUGIN_VERSION/sasesp-plugin-$ESP_PLUGIN_VERSION.zip" if [ "${OAUTH_TYPE}" == "viya" ]; then