Bump Ambassador to v0.84.1 (#18154)

Signed-off-by: Shubham <shubham@linux.com>
This commit is contained in:
Shubham
2019-10-21 06:55:37 -07:00
committed by Kubernetes Prow Robot
parent 67ed74b614
commit b45894b19a
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.83.0
appVersion: 0.84.1
description: A Helm chart for Datawire Ambassador
name: ambassador
version: 4.4.0
version: 4.4.1
icon: https://www.getambassador.io/images/logo.png
home: https://www.getambassador.io/
sources:
+1 -1
View File
@@ -64,7 +64,7 @@ The following tables lists the configurable parameters of the Ambassador chart a
| `env` | Any additional environment variables for ambassador pods | `{}` |
| `image.pullPolicy` | Ambassador image pull policy | `IfNotPresent` |
| `image.repository` | Ambassador image | `quay.io/datawire/ambassador` |
| `image.tag` | Ambassador image tag | `0.83.0` |
| `image.tag` | Ambassador image tag | `0.84.1` |
| `imagePullSecrets` | Image pull secrets | `[]` |
| `namespace.name` | Set the `AMBASSADOR_NAMESPACE` environment variable | `metadata.namespace` |
| `scope.singleNamespace` | Set the `AMBASSADOR_SINGLE_NAMESPACE` environment variable and create namespaced RBAC if `rbac.enabled: true` | `false` |
+1 -1
View File
@@ -49,7 +49,7 @@ securityContext:
image:
repository: quay.io/datawire/ambassador
tag: 0.83.0
tag: 0.84.1
pullPolicy: IfNotPresent
nameOverride: ""