mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Bump to Ambassador 0.53.1. (#12856)
* 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> * Bump to 0.53.1. Signed-off-by: Flynn <flynn@datawire.io>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f99ddf5a09
commit
67dfa57322
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: 0.52.0
|
||||
appVersion: 0.53.1
|
||||
description: A Helm chart for Datawire Ambassador
|
||||
name: ambassador
|
||||
version: 2.0.1
|
||||
version: 2.0.2
|
||||
icon: https://www.getambassador.io/images/logo.png
|
||||
home: https://www.getambassador.io/
|
||||
sources:
|
||||
|
||||
@@ -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.52.0` |
|
||||
| `image.tag` | Image tag | `0.53.1` |
|
||||
| `imagePullSecrets` | Image pull secrets | `[]` |
|
||||
| `namespace.name` | Set the `AMBASSADOR_NAMESPACE` environment variable | `metadata.namespace` |
|
||||
| `podAnnotations` | Additional annotations for ambassador pods | `{}` |
|
||||
|
||||
@@ -32,7 +32,7 @@ securityContext:
|
||||
|
||||
image:
|
||||
repository: quay.io/datawire/ambassador
|
||||
tag: 0.52.0
|
||||
tag: 0.53.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
|
||||
Reference in New Issue
Block a user