From b7e395be337a0acca396dd4c684b7b1629a2304a Mon Sep 17 00:00:00 2001 From: Isman Firmansyah Date: Wed, 9 Nov 2022 01:43:42 +0700 Subject: [PATCH] fix(demo): incorrect URL to helm charts location (#2935) --- 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"