From b89c2b18e7a640152a348797f621dcb0dc20bd8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 02:51:35 +0000 Subject: [PATCH] chore(deps): update helm release crossplane to v2.4.2 --- functions/render/010-state-status.yaml.gotmpl | 2 +- functions/render/100-crossplane-helm-release.yaml.gotmpl | 2 +- tests/test-render/main.k | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/render/010-state-status.yaml.gotmpl b/functions/render/010-state-status.yaml.gotmpl index 2f35222..b62905a 100644 --- a/functions/render/010-state-status.yaml.gotmpl +++ b/functions/render/010-state-status.yaml.gotmpl @@ -23,7 +23,7 @@ "ready" $cpReady "namespace" $state.crossplane.namespace "releaseName" $state.crossplane.releaseName - "chartVersion" "2.4.1" + "chartVersion" "2.4.2" ) "nodePool" $nodePoolStatus ) }} diff --git a/functions/render/100-crossplane-helm-release.yaml.gotmpl b/functions/render/100-crossplane-helm-release.yaml.gotmpl index 3c9cebf..7294e44 100644 --- a/functions/render/100-crossplane-helm-release.yaml.gotmpl +++ b/functions/render/100-crossplane-helm-release.yaml.gotmpl @@ -33,7 +33,7 @@ spec: chart: name: crossplane repository: https://charts.crossplane.io/stable - version: 2.4.1 + version: 2.4.2 namespace: {{ $cp.namespace }} {{- if gt (len $cp.overrideAllValues) 0 }} values: diff --git a/tests/test-render/main.k b/tests/test-render/main.k index a34c737..8f0ae1a 100644 --- a/tests/test-render/main.k +++ b/tests/test-render/main.k @@ -29,7 +29,7 @@ _items = [ chart = { name = "crossplane" repository = "https://charts.crossplane.io/stable" - version = "2.4.1" + version = "2.4.2" } namespace = "crossplane-system" values = {