From 7df5b87e37e7acdc7e82e65777e18e436d0d93a3 Mon Sep 17 00:00:00 2001 From: shashi ranjan Date: Sun, 15 Jul 2018 11:40:55 -0700 Subject: [PATCH] Kong v0.14.0 support (#6602) * Kong v0.14.0 support * Update Chart.yaml --- stable/kong/Chart.yaml | 4 ++-- stable/kong/README.md | 2 +- stable/kong/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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