diff --git a/kubefirst/install.sh b/kubefirst/install.sh index fe050772..eba26461 100755 --- a/kubefirst/install.sh +++ b/kubefirst/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -helm repo add kubefirst https://charts.kubefirst.com +helm repo add konstruct https://charts.konstruct.io helm repo update -helm install kubefirst --set=console.installMethod=civo-marketplace --set=global.cloudProvider=civo --set=global.clusterType=bootstrap --set=global.installMethod=civo-marketplace --set=console.ingress.enabled=false --create-namespace --namespace kubefirst --version 2.6.1 --wait kubefirst/kubefirst \ No newline at end of file +helm install kubefirst --set=console.installMethod=civo-marketplace --set=global.cloudProvider=civo --set=global.clusterType=bootstrap --set=global.installMethod=civo-marketplace --set=console.ingress.enabled=false --create-namespace --namespace kubefirst --version 2.6.1 --wait konstruct/kubefirst