From 938a345c4a42ab2e3e24d5bb65d9230f79e6462b Mon Sep 17 00:00:00 2001 From: sklein94 <30648955+sklein94@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:58:36 +0200 Subject: [PATCH 1/2] Update k8s.mk --- build/make/k8s.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make/k8s.mk b/build/make/k8s.mk index 8e2000a..7c974b5 100644 --- a/build/make/k8s.mk +++ b/build/make/k8s.mk @@ -9,7 +9,7 @@ endif BINARY_YQ = $(UTILITY_BIN_PATH)/yq BINARY_YQ_4_VERSION?=v4.40.3 BINARY_HELM = $(UTILITY_BIN_PATH)/helm -BINARY_HELM_VERSION?=v3.13.0 +BINARY_HELM_VERSION?=v3.18.3 CONTROLLER_GEN = $(UTILITY_BIN_PATH)/controller-gen CONTROLLER_GEN_VERSION?=v0.14.0 From 7a43b0d54e06db450ee5093fb05e9420755977e5 Mon Sep 17 00:00:00 2001 From: sklein94 <30648955+sklein94@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:59:38 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50fd600..ce4136d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - +### Changed +- Update helm default version to 3.18.3 + ## [v10.1.1] - 2025-06-05 ### Fixed - component-apply and crd-component-apply cannot be executed when: