diff --git a/charts/kong/CHANGELOG.md b/charts/kong/CHANGELOG.md index 14196ac39..97befb6f9 100644 --- a/charts/kong/CHANGELOG.md +++ b/charts/kong/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.46.0 + +### Changes + +* Bumped default `kong/kubernetes-ingress-controller` image tag to 3.4. + []() + ## 2.45.0 ### Changes diff --git a/charts/kong/Chart.yaml b/charts/kong/Chart.yaml index 24fff78dd..abf70936e 100644 --- a/charts/kong/Chart.yaml +++ b/charts/kong/Chart.yaml @@ -8,7 +8,7 @@ maintainers: name: kong sources: - https://github.com/Kong/charts/tree/main/charts/kong -version: 2.45.0 +version: 2.46.0 appVersion: "3.8" dependencies: - name: postgresql diff --git a/charts/kong/README.md b/charts/kong/README.md index 2a5f1b72c..62425e1c5 100644 --- a/charts/kong/README.md +++ b/charts/kong/README.md @@ -19,6 +19,9 @@ helm install kong/kong --generate-name ## Table of contents +- [Kong for Kubernetes](#kong-for-kubernetes) +- [TL;DR;](#tldr) +- [Table of contents](#table-of-contents) - [Prerequisites](#prerequisites) - [Install](#install) - [Uninstall](#uninstall) @@ -57,6 +60,8 @@ helm install kong/kong --generate-name - [Ingress Controller Parameters](#ingress-controller-parameters) - [The `env` section](#the-env-section) - [The `customEnv` section](#the-customenv-section) + - [The `gatewayDiscovery` section](#the-gatewaydiscovery-section) + - [Configuration](#configuration-1) - [General Parameters](#general-parameters) - [The `env` section](#the-env-section-1) - [The `customEnv` section](#the-customenv-section-1) @@ -71,9 +76,7 @@ helm install kong/kong --generate-name - [Sessions](#sessions) - [Email/SMTP](#emailsmtp) - [Prometheus Operator integration](#prometheus-operator-integration) -- [Argo CD considerations](#argo-cd-considerations) -- [Changelog](https://github.com/Kong/charts/blob/main/charts/kong/CHANGELOG.md) -- [Upgrading](https://github.com/Kong/charts/blob/main/charts/kong/UPGRADE.md) +- [Argo CD Considerations](#argo-cd-considerations) - [Seeking help](#seeking-help) ## Prerequisites @@ -738,7 +741,7 @@ section of `values.yaml` file: |--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------| | enabled | Deploy the ingress controller, rbac and crd | true | | image.repository | Docker image with the ingress controller | kong/kubernetes-ingress-controller | -| image.tag | Version of the ingress controller | `3.3` | +| image.tag | Version of the ingress controller | `3.4` | | image.effectiveSemver | Version of the ingress controller used for version-specific features when image.tag is not a valid semantic version | | | readinessProbe | Kong ingress controllers readiness probe | | | livenessProbe | Kong ingress controllers liveness probe | | diff --git a/charts/kong/values.yaml b/charts/kong/values.yaml index 2d1477622..0f43f0ef1 100644 --- a/charts/kong/values.yaml +++ b/charts/kong/values.yaml @@ -539,7 +539,7 @@ ingressController: enabled: true image: repository: kong/kubernetes-ingress-controller - tag: "3.3" + tag: "3.4" # 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