Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/ambassador] Update Ambassador to 0.61.1 #13935

Merged
merged 1 commit into from
May 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.61.0
appVersion: 0.61.1
description: A Helm chart for Datawire Ambassador
name: ambassador
version: 2.5.0
version: 2.5.1
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 @@ -54,7 +54,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.61.0` |
| `image.tag` | Ambassador image tag | `0.61.1` |
| `imagePullSecrets` | Image pull secrets | `[]` |
| `namespace.name` | Set the `AMBASSADOR_NAMESPACE` environment variable | `metadata.namespace` |
| `scope.singleNamespace` | Set the `AMBASSADOR_SINGLE_NAMESPACE` environment variable | `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 @@ -46,7 +46,7 @@ securityContext:

image:
repository: quay.io/datawire/ambassador
tag: 0.61.0
tag: 0.61.1
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down