diff --git a/stable/kong/Chart.yaml b/stable/kong/Chart.yaml index 9a1e6cafb5..13225c3b13 100644 --- a/stable/kong/Chart.yaml +++ b/stable/kong/Chart.yaml @@ -10,5 +10,5 @@ maintainers: name: kong sources: - https://github.com/Kong/kong -version: 0.2.2 +version: 0.2.3 appVersion: 0.12.3 diff --git a/stable/kong/README.md b/stable/kong/README.md index 4daabca816..263d29ea44 100644 --- a/stable/kong/README.md +++ b/stable/kong/README.md @@ -51,7 +51,7 @@ and their default values. | Parameter | Description | Default | | ------------------------------ | -------------------------------------------------------------------- | ------------------- | | image.repository | Kong image | `kong` | -| image.tag | Kong image version | `0.11.2` | +| image.tag | Kong image version | `0.12.2` | | image.pullPolicy | Image pull policy | `IfNotPresent` | | replicaCount | Kong instance count | `1` | | admin.useTLS | Secure Admin traffic | `true` |