Skip to content

Commit 6727301

Browse files
committed
(ESPSTUDIO-8275)
Plugin deployment option for different namespaces on Viya fix version Change-Id: I054cbb5909dedae28634b448e3d6feaccf563a36
1 parent 44a7135 commit 6727301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/configure-grafana.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ echo "Fetching required deployment information..."
9090
#duplicate domain code
9191
ESP_DOMAIN=$(kubectl -n "${ESP_NAMESPACE}" get ingress --output json | jq -r '.items[0].spec.rules[0].host')
9292
GRAFANA_DOMAIN=$(kubectl -n "${GRAFANA_NAMESPACE}" get ingress --output json | jq -r '.items[0].spec.rules[0].host')
93-
ESP_PLUGIN_SOURCE="https://github.com/sassoftware/grafana-esp-plugin/download/v$ESP_PLUGIN_VERSION/sasesp-plugin-$ESP_PLUGIN_VERSION.zip"
93+
ESP_PLUGIN_SOURCE="https://github.com/sassoftware/grafana-esp-plugin/releases/download/v$ESP_PLUGIN_VERSION/sasesp-plugin-$ESP_PLUGIN_VERSION.zip"
9494

9595
if [ "${OAUTH_TYPE}" == "viya" ]; then
9696

0 commit comments

Comments
 (0)