mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
5b77af2410
commit
6f0da26bb4
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user