mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Bump ambassador version 0.74.1 (#16116)
Signed-off-by: Noah Krause <krausenoah@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2f37465ed6
commit
e7fe41e3a7
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: 0.74.0
|
||||
appVersion: 0.74.1
|
||||
description: A Helm chart for Datawire Ambassador
|
||||
name: ambassador
|
||||
version: 3.1.1
|
||||
version: 3.1.2
|
||||
icon: https://www.getambassador.io/images/logo.png
|
||||
home: https://www.getambassador.io/
|
||||
sources:
|
||||
|
||||
@@ -62,7 +62,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.74.0` |
|
||||
| `image.tag` | Ambassador image tag | `0.74.1` |
|
||||
| `imagePullSecrets` | Image pull secrets | `[]` |
|
||||
| `namespace.name` | Set the `AMBASSADOR_NAMESPACE` environment variable | `metadata.namespace` |
|
||||
| `scope.singleNamespace` | Set the `AMBASSADOR_SINGLE_NAMESPACE` environment variable and create namespaced RBAC if `rbac.enabled: true` | `false` |
|
||||
|
||||
@@ -46,7 +46,7 @@ securityContext:
|
||||
|
||||
image:
|
||||
repository: quay.io/datawire/ambassador
|
||||
tag: 0.74.0
|
||||
tag: 0.74.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
|
||||
Reference in New Issue
Block a user