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 }}