Skip to content

Commit

Permalink
Track upstream v3-release tag, use loopback IP for probes (helm#10324)
Browse files Browse the repository at this point in the history
* Track uswitch/kiam:v3.0, use loopback for probes

Signed-off-by: Steve Huff <[email protected]>

* Update test certs for e2e per upstream doc

Signed-off-by: Steve Huff <[email protected]>
  • Loading branch information
hakamadare authored and k8s-ci-robot committed Feb 11, 2019
1 parent 8df3775 commit 1030924
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions stable/kiam/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kiam
version: 2.0.1-rc7
appVersion: 3.0-rc1
version: 2.1.0
appVersion: 3.0
description: Integrate AWS IAM with Kubernetes
keywords:
- kiam
Expand Down
6 changes: 3 additions & 3 deletions stable/kiam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `v2.8`
`agent.image.tag` | Agent image tag | `v3.0`
`agent.image.pullPolicy` | Agent image pull policy | `IfNotPresent`
`agent.dnsPolicy` | Agent pod DNS policy | `ClusterFirstWithHostNet`
`agent.extraArgs` | Additional agent container arguments | `{}`
Expand Down Expand Up @@ -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 | `v2.8`
`server.image.tag` | Server image tag | `v3.0`
`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`
Expand All @@ -140,7 +140,7 @@ Parameter | Description | Default
`server.prometheus.syncInterval` | Server Prometheus synchronization interval | `5s`
`server.podAnnotations` | Annotations to be added to server pods | `{}`
`server.podLabels` | Labels to be added to server pods | `{}`
`server.probes.serverAddress` | Address that readyness and liveness probes will hit | `localhost`
`server.probes.serverAddress` | Address that readyness and liveness probes will hit | `127.0.0.1`
`server.resources` | Server container resources | `{}`
`server.roleBaseArn` | Base ARN for IAM roles. If not specified use EC2 metadata service to detect ARN prefix | `null`
`server.sessionDuration` | Session duration for STS tokens generated by the server | `15m`
Expand Down
Loading

0 comments on commit 1030924

Please sign in to comment.