From c4a8a337b556cda0a476bd3d514a8fda27d290e2 Mon Sep 17 00:00:00 2001 From: Harry Date: Mon, 8 Apr 2019 10:46:53 -0700 Subject: [PATCH] [stable/kong] bump up Kong to 1.1 (#12647) Signed-off-by: Harry Bagdi --- stable/kong/Chart.yaml | 4 ++-- stable/kong/README.md | 6 +++--- stable/kong/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/kong/Chart.yaml b/stable/kong/Chart.yaml index 186b562a05..5db5f13524 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.9.8 -appVersion: 1.0.2 +version: 0.9.9 +appVersion: 1.1 diff --git a/stable/kong/README.md b/stable/kong/README.md index 104e734508..aaa8957eeb 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 | `1.0.2` | +| image.tag | Kong image version | `1.1` | | image.pullPolicy | Image pull policy | `IfNotPresent` | | image.pullSecrets | Image pull secrets | `null` | | replicaCount | Kong instance count | `1` | @@ -158,13 +158,13 @@ kong: ``` -For complete list of Kong configurations please check https://getkong.org/docs/1.0.x/configuration/. +For complete list of Kong configurations please check https://getkong.org/docs/latest/configuration/. Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, ```console $ helm install stable/kong --name my-release \ - --set=image.tag=1.0.0,env.database=cassandra,cassandra.enabled=true + --set=image.tag=1.1,env.database=cassandra,cassandra.enabled=true ``` Alternatively, a YAML file that specifies the values for the above parameters diff --git a/stable/kong/values.yaml b/stable/kong/values.yaml index 5d099b9ca9..34a3a226bb 100644 --- a/stable/kong/values.yaml +++ b/stable/kong/values.yaml @@ -3,7 +3,7 @@ image: repository: kong - tag: 1.0.2 + tag: 1.1 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.