Skip to content

Commit c39249f

Browse files
Update dependency GoogleContainerTools/skaffold to v2.17.0
1 parent ee033af commit c39249f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $(SETUP_ENVTEST): $(call tool_version_file,$(SETUP_ENVTEST),$(CONTROLLER_RUNTIME
6363

6464
SKAFFOLD := $(TOOLS_BIN_DIR)/skaffold
6565
# renovate: datasource=github-releases depName=GoogleContainerTools/skaffold
66-
SKAFFOLD_VERSION ?= v2.16.1
66+
SKAFFOLD_VERSION ?= v2.17.0
6767
$(SKAFFOLD): $(call tool_version_file,$(SKAFFOLD),$(SKAFFOLD_VERSION))
6868
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/')
6969
chmod +x $(SKAFFOLD)

0 commit comments

Comments
 (0)