Skip to content

Commit

Permalink
swap chart repos to new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz authored Oct 10, 2024
1 parent 106afaf commit d801f95
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 d801f95

Please sign in to comment.