From eb621bfcb5ad5cb5bfb2f2216872116c677bc373 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 17:33:06 +0000 Subject: [PATCH] chore(deps): update helm release gateway-api-crds to v1.6.2 --- examples/gatewayapistacks/standard.yaml | 2 +- functions/render/000-state-init.yaml.gotmpl | 2 +- tests/test-render/main.k | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/gatewayapistacks/standard.yaml b/examples/gatewayapistacks/standard.yaml index 6bf0d76..0128b8d 100644 --- a/examples/gatewayapistacks/standard.yaml +++ b/examples/gatewayapistacks/standard.yaml @@ -10,4 +10,4 @@ spec: namespace: gateway-api releaseName: gateway-api-crds # renovate: datasource=helm depName=gateway-api-crds registryUrl=https://wiremind.github.io/wiremind-helm-charts - chartVersion: "1.6.0" + chartVersion: "1.6.2" diff --git a/functions/render/000-state-init.yaml.gotmpl b/functions/render/000-state-init.yaml.gotmpl index c7b0b6f..e496e62 100644 --- a/functions/render/000-state-init.yaml.gotmpl +++ b/functions/render/000-state-init.yaml.gotmpl @@ -15,7 +15,7 @@ {{- $namespace := $spec.namespace | default "gateway-api" }} {{- $releaseName := $spec.releaseName | default "gateway-api-crds" }} # renovate: datasource=helm depName=gateway-api-crds registryUrl=https://wiremind.github.io/wiremind-helm-charts -{{- $chartVersion := $spec.chartVersion | default "1.6.0" }} +{{- $chartVersion := $spec.chartVersion | default "1.6.2" }} {{- $managementPolicies := $spec.managementPolicies | default (list "*") }} # Labels diff --git a/tests/test-render/main.k b/tests/test-render/main.k index 9ac6140..9ddbadf 100644 --- a/tests/test-render/main.k +++ b/tests/test-render/main.k @@ -35,7 +35,7 @@ _items = [ name = "gateway-api-crds" repository = "https://wiremind.github.io/wiremind-helm-charts" # renovate: datasource=helm depName=gateway-api-crds registryUrl=https://wiremind.github.io/wiremind-helm-charts - version = "1.6.0" + version = "1.6.2" } namespace = "gateway-api" }