From e003d8037f1b76a870081aab5a2f96b4327c1367 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 05:38:15 +0000 Subject: [PATCH] chore(deps): update helm release gateway-api-crds to v1.6.0 --- 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 aeb393f..6bf0d76 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.5.1" + chartVersion: "1.6.0" diff --git a/functions/render/000-state-init.yaml.gotmpl b/functions/render/000-state-init.yaml.gotmpl index a848097..c7b0b6f 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.5.1" }} +{{- $chartVersion := $spec.chartVersion | default "1.6.0" }} {{- $managementPolicies := $spec.managementPolicies | default (list "*") }} # Labels diff --git a/tests/test-render/main.k b/tests/test-render/main.k index 4f1e129..9ac6140 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.5.1" + version = "1.6.0" } namespace = "gateway-api" }