Skip to content

Commit

Permalink
Merge pull request #2 from konstructio/johndietz-patch-1
Browse files Browse the repository at this point in the history
swap chart repos to new domain
  • Loading branch information
johndietz authored Oct 10, 2024
2 parents 106afaf + d801f95 commit aa8df0b
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 aa8df0b

Please sign in to comment.