From c40bf16556c2a53a0f398299db79d441c6b7dfbf Mon Sep 17 00:00:00 2001 From: iromli Date: Wed, 9 Nov 2022 01:00:56 +0700 Subject: [PATCH] fix(demo): incorrect URL to helm charts location --- automation/startjanssendemo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/startjanssendemo.sh b/automation/startjanssendemo.sh index 6c0311820ed..b40e0eb4fc8 100644 --- a/automation/startjanssendemo.sh +++ b/automation/startjanssendemo.sh @@ -205,7 +205,7 @@ opendj: repository: gluufederation/opendj tag: 5.0.0_dev EOF -sudo helm repo add janssen https://docs.jans.io +sudo helm repo add janssen https://docs.jans.io/charts sudo helm repo update # remove --devel once we issue the first prod chart sudo helm install janssen janssen/janssen --devel -n jans -f override.yaml --kubeconfig="$KUBECONFIG"