From 1d03bbee123a4e2baffed6d5af7237b949a07475 Mon Sep 17 00:00:00 2001 From: Paul Braham Date: Sat, 13 Apr 2019 18:02:05 +0100 Subject: [PATCH] Kiam update 3.2 (#12616) * [incubator/zookeeper] fix headless service targetPort (#9630) * [incubator/zookeeper] fix headless service targetPort Signed-off-by: Fabrizio Fortino * [incubator/zookeeper] bump chart version Signed-off-by: Fabrizio Fortino Signed-off-by: Paul Braham * updated server/client versions to v3.2 and bumped chart version Signed-off-by: Paul Braham --- stable/kiam/Chart.yaml | 4 ++-- stable/kiam/README.md | 4 ++-- stable/kiam/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/kiam/Chart.yaml b/stable/kiam/Chart.yaml index 7a39733d89..0b36f04412 100644 --- a/stable/kiam/Chart.yaml +++ b/stable/kiam/Chart.yaml @@ -1,6 +1,6 @@ name: kiam -version: 2.1.0 -appVersion: 3.0 +version: 2.2.0 +appVersion: 3.2 description: Integrate AWS IAM with Kubernetes keywords: - kiam diff --git a/stable/kiam/README.md b/stable/kiam/README.md index cdc39c29c8..80b151db66 100644 --- a/stable/kiam/README.md +++ b/stable/kiam/README.md @@ -94,7 +94,7 @@ Parameter | Description | Default `agent.enabled` | If true, create agent | `true` `agent.name` | Agent container name | `agent` `agent.image.repository` | Agent image | `quay.io/uswitch/kiam` -`agent.image.tag` | Agent image tag | `v3.0` +`agent.image.tag` | Agent image tag | `v3.2` `agent.image.pullPolicy` | Agent image pull policy | `IfNotPresent` `agent.dnsPolicy` | Agent pod DNS policy | `ClusterFirstWithHostNet` `agent.extraArgs` | Additional agent container arguments | `{}` @@ -125,7 +125,7 @@ Parameter | Description | Default `server.name` | Server container name | `server` `server.gatewayTimeoutCreation` | Server's timeout when creating the kiam gateway | `50ms` `server.image.repository` | Server image | `quay.io/uswitch/kiam` -`server.image.tag` | Server image tag | `v3.0` +`server.image.tag` | Server image tag | `v3.2` `server.image.pullPolicy` | Server image pull policy | `Always` `server.assumeRoleArn` | IAM role for the server to assume before processing requests | `null` `server.cache.syncInterval` | Pod cache synchronization interval | `1m` diff --git a/stable/kiam/values.yaml b/stable/kiam/values.yaml index 8271588cf7..d16da4b6dc 100644 --- a/stable/kiam/values.yaml +++ b/stable/kiam/values.yaml @@ -11,7 +11,7 @@ agent: image: repository: quay.io/uswitch/kiam - tag: v3.0 + tag: v3.2 pullPolicy: IfNotPresent ## Logging settings @@ -122,7 +122,7 @@ server: image: repository: quay.io/uswitch/kiam - tag: v3.0 + tag: v3.2 pullPolicy: IfNotPresent ## Logging settings