From 8e347a3c4321c1ba142c05be632630ffc8836cea Mon Sep 17 00:00:00 2001 From: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com> Date: Mon, 22 Aug 2022 15:02:42 +0000 Subject: [PATCH] fix: update chart repo --- automation/startjanssendemo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/startjanssendemo.sh b/automation/startjanssendemo.sh index 62672df38de..b3b8a6fe340 100644 --- a/automation/startjanssendemo.sh +++ b/automation/startjanssendemo.sh @@ -210,7 +210,7 @@ opendj: repository: gluufederation/opendj tag: 5.0.0_dev EOF -sudo helm repo add janssen https://jans.io +sudo helm repo add janssen https://docs.jans.io 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"