From 65c04df5524e6009a3df1992a769da3e6d20bab5 Mon Sep 17 00:00:00 2001 From: Patrick Lee Scott Date: Sat, 12 Sep 2026 09:20:52 -0500 Subject: [PATCH] fix(deps): bump knative-operator to 1.23.1 without v-prefix Renovate #18 proposed v1.23.1, which double-prefixes the download URL (knative-vv1.23.1) and fails e2e. Keep the pin as bare semver. --- functions/render/210-knative-operator.yaml.gotmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/functions/render/210-knative-operator.yaml.gotmpl b/functions/render/210-knative-operator.yaml.gotmpl index 615ff44..e03f942 100644 --- a/functions/render/210-knative-operator.yaml.gotmpl +++ b/functions/render/210-knative-operator.yaml.gotmpl @@ -41,7 +41,10 @@ ) }} # renovate: datasource=helm depName=knative-operator registryUrl=https://knative.github.io/operator -{{- $operatorChartVersion := "1.21.0" }} +# NOTE: pin must be semver WITHOUT a leading "v". The chart url below prefixes "v" itself +# (knative-v%s / knative-operator-v%s.tgz). Renovate sometimes proposes "v1.x.y" which +# produces knative-vv1.x.y and breaks helm fetch / e2e. +{{- $operatorChartVersion := "1.23.1" }} --- apiVersion: helm.m.crossplane.io/v1beta1