From 44a71355a7cf88eaf7d9b6a23a2b4b5f6b584d68 Mon Sep 17 00:00:00 2001 From: mtlljm Date: Wed, 6 Dec 2023 15:58:41 +0000 Subject: [PATCH] (ESPSTUDIO-8275) Plugin deployment option for different namespaces on Viya fix version Change-Id: I87b6ce4ea1b54637e0ecc4641f529d78f1673fac --- install/configure-grafana.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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