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" }