diff --git a/infra/cert-manager/kustomization.yaml b/infra/cert-manager/kustomization.yaml index a2dbbb1..becdf9c 100644 --- a/infra/cert-manager/kustomization.yaml +++ b/infra/cert-manager/kustomization.yaml @@ -7,10 +7,10 @@ resources: helmCharts: - name: cert-manager repo: https://charts.jetstack.io - version: 1.14.4 + version: 1.15.0 releaseName: cert-manager namespace: cert-manager valuesInline: installCRDs: true extraArgs: - - "--feature-gates=ExperimentalGatewayAPISupport=true" + - "--enable-gateway-api"