From a7e58d42479842e0a812ea275f24d36161069e87 Mon Sep 17 00:00:00 2001 From: Kasper Kondzielski Date: Mon, 17 Jun 2019 11:20:10 +0200 Subject: [PATCH] [stable/bitcoin] Fix deployment resources mapping (#13110) * [Bitcoin] Fix resource mapping Signed-off-by: Kasper Kondzielski * [Bitcoin] Update chart version Signed-off-by: Kasper Kondzielski * Update chart version Signed-off-by: Kasper Kondzielski --- stable/bitcoind/Chart.yaml | 2 +- stable/bitcoind/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/bitcoind/Chart.yaml b/stable/bitcoind/Chart.yaml index 3d284345d3..da73babbbc 100644 --- a/stable/bitcoind/Chart.yaml +++ b/stable/bitcoind/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: bitcoind -version: 0.2.1 +version: 0.2.2 appVersion: 0.17.1 description: Bitcoin is an innovative payment network and a new kind of money. keywords: diff --git a/stable/bitcoind/templates/deployment.yaml b/stable/bitcoind/templates/deployment.yaml index fa1dd2cdbc..f8091c5ccc 100644 --- a/stable/bitcoind/templates/deployment.yaml +++ b/stable/bitcoind/templates/deployment.yaml @@ -37,7 +37,7 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy | quote }} resources: - {{ toYaml .Values.resources | indent 10 }} +{{ toYaml .Values.resources | indent 12 }} ports: - name: rpc containerPort: {{ .Values.service.rpcPort }}