[stable/ambassador] Upgrade Ambassador Pro 0.10.0→0.11.0 (#19511)

Signed-off-by: Luke Shumaker <lukeshu@datawire.io>
This commit is contained in:
Luke Shumaker
2019-12-10 10:35:29 -08:00
committed by Kubernetes Prow Robot
parent 5b77af2410
commit 6f0da26bb4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.85.0
description: A Helm chart for Datawire Ambassador
name: ambassador
version: 5.1.0
version: 5.1.1
icon: https://www.getambassador.io/images/logo.png
home: https://www.getambassador.io/
sources:
+1 -1
View File
@@ -98,7 +98,7 @@ The following tables lists the configurable parameters of the Ambassador chart a
| `volumes` | Volumes for the ambassador service | `[]` |
| `pro.enabled` | Installs the Ambassador Pro container as a sidecar to Ambassador | `false` |
| `pro.image.repository` | Ambassador Pro image | `quay.io/datawire/ambassador_pro` |
| `pro.image.tag` | Ambassador Pro image tag | `0.10.0` |
| `pro.image.tag` | Ambassador Pro image tag | `0.11.0` |
| `pro.image.customBuildTag` | Image for a custom build of Ambassador Pro using a `Plugin` | `` |
| `pro.ports.auth` | Ambassador Pro authentication port | `8500` |
| `pro.ports.ratelimit` | Ambassador Pro ratelimit port | `8500` |
+1 -1
View File
@@ -216,7 +216,7 @@ pro:
enabled: false
image:
repository: quay.io/datawire/ambassador_pro
tag: 0.10.0
tag: 0.11.0
# The tag for the image of your custom Ambassador Pro container.
# Leave unset if not using a custom build of Ambassador Pro.
# See https://www.getambassador.io/docs/guides/filter-dev-guide/