Skip to content

Commit

Permalink
point installer to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Mar 15, 2024
1 parent 5f082d7 commit 9f0003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/installer_enterprise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ read -p "Please enter the namespace to deploy Testkube Agent: " agent_namespace
# Install Helm chart using the values file
helm repo add testkubeenterprise https://kubeshop.github.io/testkube-cloud-charts
echo "Installing testkube-enterprise helm chart into your k8s cluster."
helm repo update && helm upgrade --install testkube-enterprise testkubeenterprise/testkube-enterprise --namespace "$NAMESPACE" --values https://raw.githubusercontent.com/kubeshop/testkube-cloud-charts/develop/charts/testkube-enterprise/local-values.yaml
helm repo update && helm upgrade --install testkube-enterprise testkubeenterprise/testkube-enterprise --namespace "$NAMESPACE" --values https://raw.githubusercontent.com/kubeshop/testkube-cloud-charts/main/charts/testkube-enterprise/local-values.yaml

# Wait for the pods to launch
sleep 40
Expand Down

0 comments on commit 9f0003d

Please sign in to comment.