diff --git a/stable/kong/Chart.yaml b/stable/kong/Chart.yaml index 40593742c4..0ec45cebd3 100644 --- a/stable/kong/Chart.yaml +++ b/stable/kong/Chart.yaml @@ -12,5 +12,5 @@ maintainers: name: kong sources: - https://github.com/Kong/kong -version: 0.16.1 -appVersion: 1.2 +version: 0.17.0 +appVersion: 1.3 diff --git a/stable/kong/README.md b/stable/kong/README.md index d4caa5f477..be6bc157cd 100644 --- a/stable/kong/README.md +++ b/stable/kong/README.md @@ -61,7 +61,7 @@ and their default values. | Parameter | Description | Default | | ---------------------------------- | ------------------------------------------------------------------------------------- | ------------------- | | image.repository | Kong image | `kong` | -| image.tag | Kong image version | `1.2` | +| image.tag | Kong image version | `1.3` | | image.pullPolicy | Image pull policy | `IfNotPresent` | | image.pullSecrets | Image pull secrets | `null` | | replicaCount | Kong instance count | `1` | @@ -183,7 +183,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm ```console $ helm install stable/kong --name my-release \ - --set=image.tag=1.2,env.database=cassandra,cassandra.enabled=true + --set=image.tag=1.3,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 1ee8c25db0..e8269ee9d1 100644 --- a/stable/kong/values.yaml +++ b/stable/kong/values.yaml @@ -4,7 +4,7 @@ image: repository: kong # repository: kong-docker-kong-enterprise-edition-docker.bintray.io/kong-enterprise-edition - tag: 1.2 + tag: 1.3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.