mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Kiam update 3.2 (#12616)
* [incubator/zookeeper] fix headless service targetPort (#9630) * [incubator/zookeeper] fix headless service targetPort Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com> * [incubator/zookeeper] bump chart version Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com> Signed-off-by: Paul Braham <paul@alfacloud.ltd> * updated server/client versions to v3.2 and bumped chart version Signed-off-by: Paul Braham <paul@alfacloud.ltd>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
813dd40390
commit
1d03bbee12
@@ -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
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user