Skip to content

Commit

Permalink
Bump Ambassador to 0.77.0 (helm#16906)
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Krause <noahkrause@Noahs-MacBook-Pro.local>
  • Loading branch information
iNoahNothing authored and k8s-ci-robot committed Sep 5, 2019
1 parent ee85144 commit 4126d8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/ambassador/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.76.0
appVersion: 0.77.0
description: A Helm chart for Datawire Ambassador
name: ambassador
version: 3.3.2
version: 3.3.3
icon: https://www.getambassador.io/images/logo.png
home: https://www.getambassador.io/
sources:
Expand Down
2 changes: 1 addition & 1 deletion stable/ambassador/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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.76.0` |
| `image.tag` | Ambassador image tag | `0.77.0` |
| `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` |
Expand Down
2 changes: 1 addition & 1 deletion stable/ambassador/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ securityContext:

image:
repository: quay.io/datawire/ambassador
tag: 0.76.0
tag: 0.77.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 4126d8d

Please sign in to comment.