Skip to content

Commit

Permalink
Merge pull request #925 from konstructio/master
Browse files Browse the repository at this point in the history
changing konstruct charts host to our new permanent konstruct.io variation
  • Loading branch information
kunal-kushwaha authored Oct 11, 2024
2 parents 106afaf + aa8df0b commit 1b6e259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubefirst/install.sh
Original file line number Diff line number Diff line change
@@ -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
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

0 comments on commit 1b6e259

Please sign in to comment.