Skip to content

Commit

Permalink
update installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Feb 28, 2024
1 parent 78157f3 commit 92d6977
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 @@ -61,7 +61,7 @@ fi
# 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/main/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/develop/charts/testkube-enterprise/local-values.yaml

# Wait for the pods to launch
sleep 40
Expand Down

0 comments on commit 92d6977

Please sign in to comment.