You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Makefile
+13-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ install: build ## Build and install the binary with the current source code. Use
64
64
##@ Development
65
65
66
66
.PHONY: generate
67
-
generate: generate-testdata generate-docs ## Update/generate all mock data. You should run this commands to update the mock data after your changes.
67
+
generate: generate-testdata generate-docs update-k8s-version ## Update/generate all mock data. You should run this commands to update the mock data after your changes.
68
68
go mod tidy
69
69
make remove-spaces
70
70
@@ -200,3 +200,15 @@ install-helm: ## Install the latest version of Helm locally
200
200
.PHONY: helm-lint
201
201
helm-lint: install-helm ## Lint the Helm chart in testdata
0 commit comments