From fc9ff1b6d9072078b65bba67e386fe123de9c859 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:16:12 +0000 Subject: [PATCH] chore(deps): update helm release snapshot-controller to v5.3.0 --- functions/render/000-state-init.yaml.gotmpl | 2 +- tests/test-render/main.k | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/render/000-state-init.yaml.gotmpl b/functions/render/000-state-init.yaml.gotmpl index a9cae57..f765fc3 100644 --- a/functions/render/000-state-init.yaml.gotmpl +++ b/functions/render/000-state-init.yaml.gotmpl @@ -54,7 +54,7 @@ # ============================================================================== {{- $controller := $spec.controller | default dict }} # renovate: datasource=helm depName=snapshot-controller registryUrl=https://piraeus.io/helm-charts -{{- $controllerChartVersion := $controller.chartVersion | default "5.2.0" }} +{{- $controllerChartVersion := $controller.chartVersion | default "5.3.0" }} {{- $controllerCfg := dict "name" ($controller.name | default "snapshot-controller") "chartVersion" $controllerChartVersion diff --git a/tests/test-render/main.k b/tests/test-render/main.k index 18e6b8f..914bc1f 100644 --- a/tests/test-render/main.k +++ b/tests/test-render/main.k @@ -34,7 +34,7 @@ _items = [ name = "snapshot-controller" repository = "https://piraeus.io/helm-charts" # renovate: datasource=helm depName=snapshot-controller registryUrl=https://piraeus.io/helm-charts - version = "5.2.0" + version = "5.3.0" } namespace = "kube-system" values = {