[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:
Naoto Enokawa
2020-07-07 09:12:00 -07:00
committed by GitHub
parent 801a5934b0
commit 1d5c33afd3
2 changed files with 2 additions and 2 deletions
@@ -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 | `{}` |