Update default in README to match values.yaml (#4290)

* Update default in README to match values.yaml

* Bump Chart version
This commit is contained in:
nrmitchi
2018-03-20 21:31:03 -07:00
committed by k8s-ci-robot
parent aa5fff6ad4
commit d9a173996d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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` |