Skip to content

Commit

Permalink
Bump helm install timeout to 10m (#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerlynn authored Nov 15, 2023
1 parent e135abf commit 43312dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ install: HELM_ARGS ?=
install: $(ensure-build-image) install-custom-pull-secret
-$(DOCKER_RUN) bash -c '[[ $$(helm status agones -n agones-system --output json | jq -r ".info.status") =~ (failed|pending-.*) ]] && helm uninstall agones --namespace=agones-system || true'
$(DOCKER_RUN) \
helm upgrade --install --atomic --wait --namespace=agones-system \
helm upgrade --install --atomic --wait --timeout 10m --namespace=agones-system \
--create-namespace \
--set agones.image.tag=$(VERSION),agones.image.registry=$(REGISTRY) \
--set agones.image.controller.pullPolicy=$(IMAGE_PULL_POLICY),agones.image.controller.pullSecret=$(IMAGE_PULL_SECRET) \
Expand Down

0 comments on commit 43312dc

Please sign in to comment.