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