From 09f2afff22b8709442292b52327904c3bd15bafe Mon Sep 17 00:00:00 2001 From: Nicolas Vanheuverzwijn Date: Tue, 13 Aug 2019 05:35:42 -0400 Subject: [PATCH] [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 * Bump chart version from 2.0.0 to 2.0.1 Signed-off-by: Nicolas Vanheuverzwijn --- stable/kube2iam/Chart.yaml | 2 +- stable/kube2iam/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/kube2iam/Chart.yaml b/stable/kube2iam/Chart.yaml index c71df0056b..6dc5c207b9 100644 --- a/stable/kube2iam/Chart.yaml +++ b/stable/kube2iam/Chart.yaml @@ -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: diff --git a/stable/kube2iam/README.md b/stable/kube2iam/README.md index c055304ada..748ae4b541 100644 --- a/stable/kube2iam/README.md +++ b/stable/kube2iam/README.md @@ -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 | `{}`