Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Makefile.core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,12 @@ update-istio: ## Update the Istio commit hash in the 'latest' entry in versions.
update-istio-samples: ## Update the Istio samples files located in the samples folder to match the latest Istio upstream version of the charts.
@hack/update-istio-samples.sh

.PHONY: update-deps
update-deps: ## Update all dependencies including tools, Go modules, and operator components.
@echo "Running dependency update script..."
@tools/update_deps.sh
@echo "Dependency update completed successfully."

.PHONY: print-variables
print-variables: ## Print all Makefile variables; Useful to inspect overrides of variables.
$(foreach v, \
Expand Down
Loading