[stable/kube2iam] Update version in documentation (#16092)

* [stable/kube2iam] Update version in documentation

Change version from 0.10.4 to 0.10.7

Signed-off-by: Nicolas Vanheuverzwijn <nicolas.vanheu@gmail.com>

* Bump chart version from 2.0.0 to 2.0.1

Signed-off-by: Nicolas Vanheuverzwijn <nicolas.vanheu@gmail.com>
This commit is contained in:
Nicolas Vanheuverzwijn
2019-08-13 02:35:42 -07:00
committed by Kubernetes Prow Robot
parent 18ee6cf012
commit 09f2afff22
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: kube2iam
version: 2.0.0
version: 2.0.1
appVersion: 0.10.7
description: Provide IAM credentials to pods based on annotations.
keywords:
+1 -1
View File
@@ -49,7 +49,7 @@ Parameter | Description | Default
`host.interface` | Host interface for proxying AWS metadata | `docker0`
`host.port` | Port to listen on | `8181`
`image.repository` | Image | `jtblin/kube2iam`
`image.tag` | Image tag | `0.10.4`
`image.tag` | Image tag | `0.10.7`
`image.pullPolicy` | Image pull policy | `IfNotPresent`
`nodeSelector` | node labels for pod assignment | `{}`
`podAnnotations` | annotations to be added to pods | `{}`