mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/ambassador] Upgrade Ambassador Pro 0.9.1→0.10.0 (#18786)
* [stable/ambassador] Upgrade Ambassador Pro 0.9.1→0.10.0 Signed-off-by: Luke Shumaker <lukeshu@datawire.io> * bump chart version Signed-off-by: Noah Krause <krausenoah@gmail.com> * Add lukeshu as maintainer of chart Signed-off-by: Noah Krause <krausenoah@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
132cd16d84
commit
fc0a5e4f47
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.85.0
|
||||
description: A Helm chart for Datawire Ambassador
|
||||
name: ambassador
|
||||
version: 4.4.5
|
||||
version: 4.4.6
|
||||
icon: https://www.getambassador.io/images/logo.png
|
||||
home: https://www.getambassador.io/
|
||||
sources:
|
||||
@@ -20,4 +20,6 @@ maintainers:
|
||||
email: flynn@datawire.io
|
||||
- name: nbkrause
|
||||
email: nkrause@datawire.io
|
||||
- name: lukeshu
|
||||
email: lukeshu@datawire.io
|
||||
engine: gotpl
|
||||
|
||||
@@ -2,7 +2,9 @@ approvers:
|
||||
- flydiverny
|
||||
- kflynn
|
||||
- nbkrause
|
||||
- lukeshu
|
||||
reviewers:
|
||||
- flydiverny
|
||||
- kflynn
|
||||
- nbkrause
|
||||
- lukeshu
|
||||
|
||||
@@ -92,7 +92,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.9.1` |
|
||||
| `pro.image.tag` | Ambassador Pro image tag | `0.10.0` |
|
||||
| `pro.ports.auth` | Ambassador Pro authentication port | `8500` |
|
||||
| `pro.ports.ratelimit` | Ambassador Pro ratelimit port | `8500` |
|
||||
| `pro.logLevel` | Log level for Ambassador Pro | `"info"` |
|
||||
|
||||
@@ -205,7 +205,7 @@ pro:
|
||||
enabled: false
|
||||
image:
|
||||
repository: quay.io/datawire/ambassador_pro
|
||||
tag: 0.9.1
|
||||
tag: 0.10.0
|
||||
# As of Ambassador Pro 0.6.0, both the RateLimitService and AuthService use the same port
|
||||
ports:
|
||||
auth: 8500
|
||||
|
||||
Reference in New Issue
Block a user