mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Bump Ambassador version to 0.50.3. (#11657)
* 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>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
24d26fed48
commit
02b2d3488c
@@ -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:
|
||||
@@ -16,6 +16,8 @@ keywords:
|
||||
maintainers:
|
||||
- name: flydiverny
|
||||
email: markus@maga.se
|
||||
- name: Flynn
|
||||
- name: kflynn
|
||||
email: flynn@datawire.io
|
||||
- name: nbkrause
|
||||
email: nkrause@datawire.io
|
||||
engine: gotpl
|
||||
|
||||
@@ -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 | `{}` |
|
||||
|
||||
@@ -34,7 +34,7 @@ securityContext:
|
||||
|
||||
image:
|
||||
repository: quay.io/datawire/ambassador
|
||||
tag: 0.50.1
|
||||
tag: 0.50.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
|
||||
Reference in New Issue
Block a user