[stable/aws-iam-authenticator] Fix README table (#16682)

* [stable/aws-iam-authenticator] Fix README table

Signed-off-by: Andrew Plummer <plummer574@gmail.com>

* [stable/aws-iam-authenticator] Bump chart version

Signed-off-by: Andrew Plummer <plummer574@gmail.com>
This commit is contained in:
Andrew Plummer
2019-09-03 05:50:28 -07:00
committed by Kubernetes Prow Robot
parent 48ba5c3e8d
commit ed371d10e2
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for aws-iam-authenticator
name: aws-iam-authenticator
version: 0.1.0
version: 0.1.1
home: https://github.com/kubernetes-sigs/aws-iam-authenticator
maintainers:
- name: plumdog
+1
View File
@@ -9,6 +9,7 @@ chart only installs the DaemonSet and a ConfigMap.)
## Values
| Config | Description | Default |
| ------ | ----------- | ------- |
| `image.repository` | Image repo | `gcr.io/heptio-images/authenticator` |
| `image.tag` | Image tag | `v0.1.0` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |