We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3caaa commit 7df9f69Copy full SHA for 7df9f69
1 file changed
hack/tools.mk
@@ -70,7 +70,7 @@ $(SETUP_ENVTEST): $(call tool_version_file,$(SETUP_ENVTEST),$(CONTROLLER_RUNTIME
70
71
SKAFFOLD := $(TOOLS_BIN_DIR)/skaffold
72
# renovate: datasource=github-releases depName=GoogleContainerTools/skaffold
73
-SKAFFOLD_VERSION ?= v2.15.0
+SKAFFOLD_VERSION ?= v2.16.0
74
$(SKAFFOLD): $(call tool_version_file,$(SKAFFOLD),$(SKAFFOLD_VERSION))
75
curl -Lo $(SKAFFOLD) https://storage.googleapis.com/skaffold/releases/$(SKAFFOLD_VERSION)/skaffold-$(shell uname -s | tr '[:upper:]' '[:lower:]')-$(shell uname -m | sed 's/x86_64/amd64/')
76
chmod +x $(SKAFFOLD)
0 commit comments