feat(cert-manager): upgrade to v1.20.2 and enable Gateway API support
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

- Upgrade chart from v1.19.2 to v1.20.2
- Enable enableGatewayAPI via ControllerConfiguration config block
  so cert-manager watches Gateway resources and issues certs from
  cert-manager.io/* annotations (required for consul/vault Gateway certs)
This commit is contained in:
2026-05-23 22:27:09 +10:00
parent dcea768c15
commit e20b7285bf
2 changed files with 6 additions and 1 deletions
@@ -8,7 +8,7 @@ resources:
helmCharts:
- name: cert-manager
repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
version: "v1.19.2"
version: "v1.20.2"
releaseName: cert-manager
namespace: cert-manager
valuesFile: values.yaml
@@ -1,6 +1,11 @@
crds:
enabled: true
config:
apiVersion: controller.config.cert-manager.io/v1alpha1
kind: ControllerConfiguration
enableGatewayAPI: true
replicaCount: 2
resources: