diff --git a/charts/kong/CHANGELOG.md b/charts/kong/CHANGELOG.md index a7b1d7577..5389b30e1 100644 --- a/charts/kong/CHANGELOG.md +++ b/charts/kong/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +Nothing yet. + +## 2.26.0 + ### Improvements * Use the Kong 3.3 `/status/ready` endpoint for readiness probes by default if @@ -11,7 +15,7 @@ to the the init and pre-upgrade migrations Jobs. * Add controller's RBAC rules for `KongConsumerGroups` CRD. [#850](https://github.com/Kong/charts/pull/850) - +* Updated controller version to 2.11. ## 2.25.0 diff --git a/charts/kong/Chart.yaml b/charts/kong/Chart.yaml index ff73d1370..000c5644d 100644 --- a/charts/kong/Chart.yaml +++ b/charts/kong/Chart.yaml @@ -11,7 +11,7 @@ maintainers: name: kong sources: - https://github.com/Kong/charts/tree/main/charts/kong -version: 2.25.0 +version: 2.26.0 appVersion: "3.3" dependencies: - name: postgresql diff --git a/charts/kong/values.yaml b/charts/kong/values.yaml index 52d6936e2..ebec4f55d 100644 --- a/charts/kong/values.yaml +++ b/charts/kong/values.yaml @@ -514,7 +514,7 @@ ingressController: enabled: true image: repository: kong/kubernetes-ingress-controller - tag: "2.10" + tag: "2.11" # Optionally set a semantic version for version-gated features. This can normally # be left unset. You only need to set this if your tag is not a semver string, # such as when you are using a "next" tag. Set this to the effective semantic