Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

build(deps): update dependency helm/helm to v3.14.2 #1340

Merged
merged 1 commit into from
Feb 22, 2024
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
2 changes: 1 addition & 1 deletion makefile.d/20-tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ bin/yq-$(YQ_VERSION): | $(BIN_DIR)

HELM_BIN := $(BIN_DIR)/helm
# renovate: datasource=github-releases depName=helm/helm versioning=semver
HELM_VERSION := 3.14.1
HELM_VERSION := 3.14.2

bin/helm: bin/helm-$(HELM_VERSION)
@ln -sf $(notdir $<) $@
Expand Down
Loading