kong-app release v5.0.0

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 in helm/kong-app/crds/ folder. The default is crds/custom-resource-definitions-v3.4.3.yaml.

Changed