From a85bf5c79f9c46f37c3a60723be8acb67fdfaaec Mon Sep 17 00:00:00 2001 From: Damon Wang Date: Fri, 8 Dec 2017 21:17:11 +0800 Subject: [PATCH] change etcd-operator version from v0.3.3 to v0.6.1 (#2863) --- stable/etcd-operator/Chart.yaml | 4 ++-- stable/etcd-operator/README.md | 2 +- stable/etcd-operator/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/etcd-operator/Chart.yaml b/stable/etcd-operator/Chart.yaml index 31d6a23162..edbeaf9f03 100755 --- a/stable/etcd-operator/Chart.yaml +++ b/stable/etcd-operator/Chart.yaml @@ -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: diff --git a/stable/etcd-operator/README.md b/stable/etcd-operator/README.md index a6e49f2dcf..5eb18ee958 100644 --- a/stable/etcd-operator/README.md +++ b/stable/etcd-operator/README.md @@ -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` | diff --git a/stable/etcd-operator/values.yaml b/stable/etcd-operator/values.yaml index 284bbf54a0..a34d376b28 100644 --- a/stable/etcd-operator/values.yaml +++ b/stable/etcd-operator/values.yaml @@ -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: