change etcd-operator version from v0.3.3 to v0.6.1 (#2863)

This commit is contained in:
Damon Wang
2017-12-08 14:17:11 +01:00
committed by Reinhard Nägele
parent d204b557a4
commit a85bf5c79f
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
description: CoreOS etcd-operator Helm chart for Kubernetes
name: etcd-operator
version: 0.5.1
appVersion: 0.3.3
version: 0.5.2
appVersion: 0.6.1
home: https://github.com/coreos/etcd-operator
icon: https://raw.githubusercontent.com/coreos/etcd/master/logos/etcd-horizontal-color.png
sources:
+1 -1
View File
@@ -53,7 +53,7 @@ The following tables lists the configurable parameters of the etcd-operator char
| ------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------------------------- |
| `replicaCount` | Number of etcd-operator replicas to create (only 1 is supported) | `1` |
| `image.repository` | etcd-operator container image | `quay.io/coreos/etcd-operator` |
| `image.tag` | etcd-operator container image tag | `v0.3.2` |
| `image.tag` | etcd-operator container image tag | `v0.6.1` |
| `image.pullPolicy` | etcd-operator container image pull policy | `IfNotPresent` |
| `resources.limits.cpu` | CPU limit per etcd-operator pod | `100m` |
| `resources.limits.memory` | Memory limit per etcd-operator pod | `128Mi` |
+1 -1
View File
@@ -4,7 +4,7 @@
replicaCount: 1
image:
repository: quay.io/coreos/etcd-operator
tag: v0.3.3
tag: v0.6.1
pullPolicy: IfNotPresent
resources:
limits: