Skip to content

Commit

Permalink
Bump Ambassador version to 0.50.3. (helm#11657)
Browse files Browse the repository at this point in the history
* Restore default replicas == 3

Signed-off-by: Flynn <[email protected]>

* Fix some markdown

Signed-off-by: Flynn <[email protected]>

* Bump chart version, and switch my name to Flynn. :)

Signed-off-by: Flynn <[email protected]>

* Add icon.

Signed-off-by: Flynn <[email protected]>

* Sort OWNERS, and add nbkrause (from Datawire)

Signed-off-by: Flynn <[email protected]>

* Heh. Didn't realize a change to OWNERS required a version bump.

Signed-off-by: Flynn <[email protected]>

* Bump to Ambassador 0.50.2.

Signed-off-by: Flynn <[email protected]>

* Bump Ambassador to version 0.50.3.

Signed-off-by: Flynn <[email protected]>

* Augh. Fix Ambassador versions in values.yaml and README.

Signed-off-by: Flynn <[email protected]>

* Update chart maintainers per PR comments

Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn authored and k8s-ci-robot committed Feb 24, 2019
1 parent 24d26fe commit 02b2d34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions stable/ambassador/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.50.2
appVersion: 0.50.3
description: A Helm chart for Datawire Ambassador
name: ambassador
version: 1.1.4
version: 1.1.5
icon: https://www.getambassador.io/images/logo.png
home: https://www.getambassador.io/
sources:
Expand All @@ -16,6 +16,8 @@ keywords:
maintainers:
- name: flydiverny
email: [email protected]
- name: Flynn
- name: kflynn
email: [email protected]
- name: nbkrause
email: [email protected]
engine: gotpl
2 changes: 1 addition & 1 deletion stable/ambassador/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following tables lists the configurable parameters of the Ambassador chart a
| `env` | Any additional environment variables for ambassador pods | `{}` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.repository` | Image | `quay.io/datawire/ambassador` |
| `image.tag` | Image tag | `0.50.2` |
| `image.tag` | Image tag | `0.50.3` |
| `imagePullSecrets` | Image pull secrets | `[]` |
| `namespace.name` | Set the `AMBASSADOR_NAMESPACE` environment variable | `metadata.namespace` |
| `podAnnotations` | Additional annotations for ambassador pods | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion stable/ambassador/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ securityContext:

image:
repository: quay.io/datawire/ambassador
tag: 0.50.1
tag: 0.50.3
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 02b2d34

Please sign in to comment.