Skip to content

Commit

Permalink
[incubator/aws-alb-ingress-controller] Fix a typo in the aws-alb-ingr…
Browse files Browse the repository at this point in the history
…ess-controller chart README (helm#22164)

* [incubator/aws-alb-ingress-controller] Fix a typo in the aws-alb-ingress-controller chart README

Signed-off-by: enokawa <[email protected]>

* [incubator/aws-alb-ingress-controller] Bump the chart version

Signed-off-by: enokawa <[email protected]>
  • Loading branch information
enokawa authored and Ian Levesque committed Jul 13, 2020
1 parent 27a542c commit dc01939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/aws-alb-ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion incubator/aws-alb-ingress-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `{}` |
Expand Down

0 comments on commit dc01939

Please sign in to comment.