From eeac2bc6bf60af070d77a596ca408ef6ee759299 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 12:08:07 +0000 Subject: [PATCH 1/2] chore(deps): update helm release knative-operator to v1.23.1 --- functions/render/210-knative-operator.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/render/210-knative-operator.yaml.gotmpl b/functions/render/210-knative-operator.yaml.gotmpl index 615ff44..33a2e65 100644 --- a/functions/render/210-knative-operator.yaml.gotmpl +++ b/functions/render/210-knative-operator.yaml.gotmpl @@ -41,7 +41,7 @@ ) }} # renovate: datasource=helm depName=knative-operator registryUrl=https://knative.github.io/operator -{{- $operatorChartVersion := "1.21.0" }} +{{- $operatorChartVersion := "v1.23.1" }} --- apiVersion: helm.m.crossplane.io/v1beta1 From 67a4fb3e2c09e080db1316c427b585aef186a8bd Mon Sep 17 00:00:00 2001 From: Patrick Lee Scott Date: Sat, 12 Sep 2026 02:30:45 -0500 Subject: [PATCH 2/2] fix(deps): adopt knative-operator 1.23.1 without doubled v prefix Renovate set $operatorChartVersion to v1.23.1, but the Helm url already prefixes knative-v%s. Chart.yaml version is 1.23.1. Keep the 1.21 values keys (knative_operator.{knative_operator,operator_webhook}). --- functions/render/210-knative-operator.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/render/210-knative-operator.yaml.gotmpl b/functions/render/210-knative-operator.yaml.gotmpl index 33a2e65..208992b 100644 --- a/functions/render/210-knative-operator.yaml.gotmpl +++ b/functions/render/210-knative-operator.yaml.gotmpl @@ -41,7 +41,7 @@ ) }} # renovate: datasource=helm depName=knative-operator registryUrl=https://knative.github.io/operator -{{- $operatorChartVersion := "v1.23.1" }} +{{- $operatorChartVersion := "1.23.1" }} --- apiVersion: helm.m.crossplane.io/v1beta1