Connectivity
Changed
- Updated E2E tests to use apptest-framework v1.14.0
- Update
corednsimage to 1.12.3.
Added
- Chart: Sync to upstream. (#833)
- Chart: Implement ServiceMonitor limits.
- Chart: Add service cluster IPs.
- Chart: Set
automountServiceAccountTokenin workloads. - Chart: Add
controller.service.trafficDistribution. - Chart: Add
controller.service.external.labels&controller.service.internal.labels. - Chart: Add
controller.admissionWebhooks.certManager.*.revisionHistoryLimit. - Chart: Implement
runtimeClassName. - Chart: Add
activeDeadlineSeconds.
Changed
- Chart: Sync to upstream. (#833)
From upstream chart version v2.51.0 onwards, the chart uses kong kubernetes ingress controller (kic) v3.5.0. This version of kic dropped the CRDs from its repository to use indepenently maintainted and versioned CRDs from the https://github.com/kong/kubernetes-configuration repository. For chart users that change the default kic version (
ingressController.image), we advise to also change the CRDs installation values to match the kic version. ChangekubectlApplyJob.filesto any other file inhelm/kong-app/files/folder. The default for kic v3.5.0 isfiles/kong-kubernetes-configuration-v1.5.2.yaml.Changed
- Align with upstream chart version 2.51.0 (Changes in upstream repository)
- Update kong ingress controller to 3.5.0
Changed
- Fix SeccompProfile in CRD apply job
- Rename
helm/kong-app/crdsfolder tohelm/kong-app/files