From 975de7b3dae332b03d64c335dba414e5497e6aa9 Mon Sep 17 00:00:00 2001 From: Damian Myerscough Date: Mon, 12 Mar 2018 13:27:11 -0700 Subject: [PATCH] Fix reference to etcdOperator replica count (#4094) * Fix reference to etcdOperator replica count * Incrementing the chart version --- stable/etcd-operator/Chart.yaml | 2 +- stable/etcd-operator/templates/operator-deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/etcd-operator/Chart.yaml b/stable/etcd-operator/Chart.yaml index 469e03f8de..7ba7496f82 100755 --- a/stable/etcd-operator/Chart.yaml +++ b/stable/etcd-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: CoreOS etcd-operator Helm chart for Kubernetes name: etcd-operator -version: 0.7.1 +version: 0.7.2 appVersion: 0.7.0 home: https://github.com/coreos/etcd-operator icon: https://raw.githubusercontent.com/coreos/etcd/master/logos/etcd-horizontal-color.png diff --git a/stable/etcd-operator/templates/operator-deployment.yaml b/stable/etcd-operator/templates/operator-deployment.yaml index 269e960247..4401747d6f 100644 --- a/stable/etcd-operator/templates/operator-deployment.yaml +++ b/stable/etcd-operator/templates/operator-deployment.yaml @@ -10,7 +10,7 @@ metadata: heritage: {{ .Release.Service }} release: {{ .Release.Name }} spec: - replicas: {{ .Values.replicaCount }} + replicas: {{ .Values.etcdOperator.replicaCount }} template: metadata: name: {{ template "etcd-operator.fullname" . }} @@ -48,4 +48,4 @@ spec: nodeSelector: {{ toYaml .Values.etcdOperator.nodeSelector | indent 8 }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }}