mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/aws-alb-ingress-controller] Fix a typo in the aws-alb-ingress-controller chart README (#22164)
* [incubator/aws-alb-ingress-controller] Fix a typo in the aws-alb-ingress-controller chart README Signed-off-by: enokawa <enokawa00@gmail.com> * [incubator/aws-alb-ingress-controller] Bump the chart version Signed-off-by: enokawa <enokawa00@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: aws-alb-ingress-controller
|
||||
description: A Helm chart for AWS ALB Ingress Controller
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
appVersion: "v1.1.6"
|
||||
engine: gotpl
|
||||
home: https://github.com/kubernetes-sigs/aws-alb-ingress-controller
|
||||
|
||||
@@ -56,7 +56,7 @@ The following tables lists the configurable parameters of the alb-ingress-contro
|
||||
| `image.repository` | controller container image repository | `894847497797.dkr.ecr.us-west-2.amazonaws.com/aws-alb-ingress-controller` |
|
||||
| `image.tag` | controller container image tag | `v1.1.6` |
|
||||
| `image.pullPolicy` | controller container image pull policy | `IfNotPresent` |
|
||||
| `enableReadinessProbe` | enable readinessProbe on controller pod | `false` |
|
||||
| `enableReadinessProbe` | enable readinessProbe on controller pod | `false` |
|
||||
| `enableLivenessProbe` | enable livenessProbe on controller pod | `false` |
|
||||
| `livenessProbeTimeout` | How long to wait before timeout (in seconds) when checking controller liveness | 1 |
|
||||
| `extraEnv` | map of environment variables to be injected into the controller pod | `{}` |
|
||||
|
||||
Reference in New Issue
Block a user