Skip to content

Commit

Permalink
[stable/kong] bump up Kong to 1.3 (helm#16812)
Browse files Browse the repository at this point in the history
Kong Ingress Controller 0.5 is compatible with Kong 1.3 as well.

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
  • Loading branch information
hbagdi authored and k8s-ci-robot committed Sep 3, 2019
1 parent 98d5420 commit aee3c5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions stable/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions stable/kong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/kong/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aee3c5e

Please sign in to comment.