diff --git a/stable/kong/Chart.yaml b/stable/kong/Chart.yaml index 57c7fe95a3..45194728e3 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.7 -appVersion: 0.13.1 +version: 0.3.0 +appVersion: 0.14.0 diff --git a/stable/kong/README.md b/stable/kong/README.md index 9525ceeb8c..197690fd07 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.13.1` | +| image.tag | Kong image version | `0.14.0` | | image.pullPolicy | Image pull policy | `IfNotPresent` | | replicaCount | Kong instance count | `1` | | admin.useTLS | Secure Admin traffic | `true` | diff --git a/stable/kong/values.yaml b/stable/kong/values.yaml index da41f27454..a2ee2ded21 100644 --- a/stable/kong/values.yaml +++ b/stable/kong/values.yaml @@ -3,7 +3,7 @@ image: repository: kong - tag: 0.13.1 + tag: 0.14.0 pullPolicy: IfNotPresent # Specify Kong admin and proxy services configurations