Skip to content

Commit

Permalink
Update Express Gateway Images to v1.15.0 (helm#11178)
Browse files Browse the repository at this point in the history
Signed-off-by: eg-bot <[email protected]>
Signed-off-by: Samir Musali <[email protected]>
  • Loading branch information
eg-bot authored and Samir Musali committed Feb 6, 2019
1 parent 984f24f commit 2281fe7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/express-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ maintainers:
name: express-gateway
sources:
- https://github.com/expressgateway/express-gateway
version: 1.1.0
appVersion: 1.13.0
version: 1.2.0
appVersion: 1.15.0
2 changes: 1 addition & 1 deletion stable/express-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ and their default values.
| Parameter | Description | Default |
|----------------------|--------------------------------------------------------------------------------------------------------|----------------------------------|
| image.repository | Express Gateway image | `expressgateway/express-gateway` |
| image.tag | Express Gateway image version | `v1.13.0` |
| image.tag | Express Gateway image version | `1.15.0` |
| image.pullPolicy | Image pull policy | `IfNotPresent` |
| replicaCount | Express Gateway instance count | `1` |
| admin.servicePort | TCP port on which the Express Gateway admin service is exposed | `9876` |
Expand Down
2 changes: 1 addition & 1 deletion stable/express-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

image:
repository: expressgateway/express-gateway
tag: v1.13.0
tag: v1.15.0
pullPolicy: IfNotPresent

# Specify Express Gateway Admin API
Expand Down

0 comments on commit 2281fe7

Please sign in to comment.