We’re going back to installing the kong OSS version by default instead of enterprise. In case you’re relying on this default behaviour, please make sure to set the .Values.image.repository
, .Values.image.tag
, .Values.enterprise.enabled
and .Values.enterprise.license_secret
values to the respective Enterprise values.
These changes were introduced in PRs #378 and #379.
This release drops support for Kubernetes below v1.26.
Added
- Allow chart users to specify the version of the CRDs to match the kong ingress controller version by changing
.Values.kubectlApplyJob.files
to any other file inhelm/kong-app/crds/
folder. The default iscrds/custom-resource-definitions-v3.4.3.yaml
.
Changed
- Update kong ingress controller to 3.4.3
- Align with upstream chart version 2.48.0 (Changes in upstream repository)