Skip to content

Commit 4e0f4fd

Browse files
authored
fix(stacks-blockchain-api): fix image helper stacksBlockchainApiEventReplay tpl (#53)
1 parent 000dd05 commit 4e0f4fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hirosystems/stacks-blockchain-api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ sources:
4545
- https://github.com/hirosystems/stacks-blockchain-api
4646
- https://docs.hiro.so/api
4747
- https://docs.hiro.so/get-started/stacks-blockchain-api
48-
version: 6.5.0
48+
version: 6.5.1

hirosystems/stacks-blockchain-api/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Return the name of the Stacks-Blockchain API Event Replay image name used for the download and replay init containers
33
*/}}
44
{{- define "stacksBlockchainApiEventReplay.image" -}}
5-
{{ include "common.images.image" (dict "imageRoot" .Values.apiWriter.replayEvents.image "global" .Values.global) }}
5+
{{ include "common.images.image" (dict "imageRoot" .Values.apiWriter.config.replayEvents.image "global" .Values.global) }}
66
{{- end -}}
77

88
{{/*

0 commit comments

Comments
 (0)