Ambassador 0.52.0 (#12441)

* Restore default replicas == 3

Signed-off-by: Flynn <flynn@datawire.io>

* Fix some markdown

Signed-off-by: Flynn <flynn@datawire.io>

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

Signed-off-by: Flynn <flynn@datawire.io>

* Add icon.

Signed-off-by: Flynn <flynn@datawire.io>

* Sort OWNERS, and add nbkrause (from Datawire)

Signed-off-by: Flynn <flynn@datawire.io>

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

Signed-off-by: Flynn <flynn@datawire.io>

* Bump to Ambassador 0.50.2.

Signed-off-by: Flynn <flynn@datawire.io>

* Bump Ambassador to version 0.50.3.

Signed-off-by: Flynn <flynn@datawire.io>

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

Signed-off-by: Flynn <flynn@datawire.io>

* Update chart maintainers per PR comments

Signed-off-by: Flynn <flynn@datawire.io>

* Ambassador 0.52.0, and delete duplicate service type in service.yaml.

Signed-Off-By: Flynn <flynn@datawire.io>

* Update image.tag in values.yaml and README.md too.

Signed-Off-By: Flynn <flynn@datawire.io>
This commit is contained in:
Flynn
2019-03-22 07:40:23 -07:00
committed by Kubernetes Prow Robot
parent 307880a099
commit 455cb43950
4 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.51.2
appVersion: 0.52.0
description: A Helm chart for Datawire Ambassador
name: ambassador
version: 2.0.0
version: 2.0.1
icon: https://www.getambassador.io/images/logo.png
home: https://www.getambassador.io/
sources:
+1 -1
View File
@@ -52,7 +52,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.3` |
| `image.tag` | Image tag | `0.52.0` |
| `imagePullSecrets` | Image pull secrets | `[]` |
| `namespace.name` | Set the `AMBASSADOR_NAMESPACE` environment variable | `metadata.namespace` |
| `podAnnotations` | Additional annotations for ambassador pods | `{}` |
-1
View File
@@ -19,7 +19,6 @@ spec:
{{- if .Values.service.externalTrafficPolicy }}
externalTrafficPolicy: "{{ .Values.service.externalTrafficPolicy }}"
{{- end }}
type: {{ .Values.service.type }}
ports:
{{- if .Values.service.http.enabled }}
- port: {{ .Values.service.http.port }}
+1 -1
View File
@@ -32,7 +32,7 @@ securityContext:
image:
repository: quay.io/datawire/ambassador
tag: 0.50.3
tag: 0.52.0
pullPolicy: IfNotPresent
nameOverride: ""