File tree 8 files changed +7
-81
lines changed
8 files changed +7
-81
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ sources:
25
25
- https://github.com/bitcoin/bitcoin
26
26
- https://github.com/ruimarinho/docker-bitcoin-core
27
27
- https://bitcoin.org
28
- version : 1.0.0
28
+ version : 1.0.1
Original file line number Diff line number Diff line change @@ -225,8 +225,8 @@ spec:
225
225
{{- if .Values.extraVolumes }}
226
226
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }}
227
227
{{- end }}
228
- {{- if and .Values.persistence.enabled .Values.persistence.existingClaim }}
229
228
- name : data
229
+ {{- if and .Values.persistence.enabled .Values.persistence.existingClaim }}
230
230
persistentVolumeClaim :
231
231
claimName : {{ tpl .Values.persistence.existingClaim . }}
232
232
{{- else if not .Values.persistence.enabled }}
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ sources:
41
41
- https://github.com/hirosystems/stacks-blockchain-api
42
42
- https://docs.hiro.so/api
43
43
- https://docs.hiro.so/get-started/stacks-blockchain-api
44
- version : 1.0.0
44
+ version : 1.0.1
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -392,15 +392,15 @@ spec:
392
392
{{- if .Values.apiWriter.extraVolumes }}
393
393
{{- include "common.tplvalues.render" (dict "value" .Values.apiWriter.extraVolumes "context" $) | nindent 8 }}
394
394
{{- end }}
395
- {{- if and .Values.apiWriter.persistence.data.enabled .Values.apiWriter.persistence.data.existingClaim }}
396
395
- name : data
396
+ {{- if and .Values.apiWriter.persistence.data.enabled .Values.apiWriter.persistence.data.existingClaim }}
397
397
persistentVolumeClaim :
398
398
claimName : {{ tpl .Values.apiWriter.persistence.data.existingClaim . }}
399
399
{{- else if not .Values.apiWriter.persistence.data.enabled }}
400
400
emptyDir : {}
401
401
{{- end }}
402
- {{- if and .Values.apiWriter.persistence.bns.enabled .Values.apiWriter.persistence.bns.existingClaim }}
403
402
- name : bns-data
403
+ {{- if and .Values.apiWriter.persistence.bns.enabled .Values.apiWriter.persistence.bns.existingClaim }}
404
404
persistentVolumeClaim :
405
405
claimName : {{ tpl .Values.apiWriter.persistence.bns.existingClaim . }}
406
406
{{- else if not .Values.apiWriter.persistence.bns.enabled }}
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ name: stacks-blockchain
33
33
sources :
34
34
- https://github.com/stacks-network/stacks-blockchain
35
35
- https://docs.stacks.co/
36
- version : 1.0.0
36
+ version : 1.0.1
Original file line number Diff line number Diff line change @@ -234,8 +234,8 @@ spec:
234
234
{{- if .Values.extraVolumes }}
235
235
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }}
236
236
{{- end }}
237
- {{- if and .Values.persistence.enabled .Values.persistence.existingClaim }}
238
237
- name : data
238
+ {{- if and .Values.persistence.enabled .Values.persistence.existingClaim }}
239
239
persistentVolumeClaim :
240
240
claimName : {{ tpl .Values.persistence.existingClaim . }}
241
241
{{- else if not .Values.persistence.enabled }}
You can’t perform that action at this time.
0 commit comments