diff --git a/functions/render/000-state-init.yaml.gotmpl b/functions/render/000-state-init.yaml.gotmpl index 666914b..a9cae57 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.0.3" }} +{{- $controllerChartVersion := $controller.chartVersion | default "5.2.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 fe79941..18e6b8f 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.0.3" + version = "5.2.0" } namespace = "kube-system" values = {