Skip to content

Commit

Permalink
Bump default constraints (#42)
Browse files Browse the repository at this point in the history
* bump default constraints

* pin envtest
  • Loading branch information
hellt authored Jul 1, 2024
1 parent 8cca781 commit 0daf33f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ $(CONTROLLER_GEN): $(LOCALBIN)
.PHONY: envtest
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
$(ENVTEST): $(LOCALBIN)
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.17
4 changes: 2 additions & 2 deletions api/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ var (

//nolint:gochecknoglobals
defaultConstraints = map[string]string{
"cpu": "0.5",
"memory": "1Gi",
"cpu": "2",
"memory": "4Gi",
}
)

Expand Down

0 comments on commit 0daf33f

Please sign in to comment.