diff --git a/hirosystems/stacks-blockchain-api/Chart.lock b/hirosystems/stacks-blockchain-api/Chart.lock index af979be..b49d1e9 100644 --- a/hirosystems/stacks-blockchain-api/Chart.lock +++ b/hirosystems/stacks-blockchain-api/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: stacks-blockchain - repository: file://../stacks-blockchain + repository: https://charts.hiro.so/hirosystems version: 0.1.0 - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 11.6.19 + version: 11.6.21 - name: common repository: https://charts.bitnami.com/bitnami version: 1.16.1 -digest: sha256:930a44ecfb9fd1144405fbe864cda30c2494694bd1fcd203dc5ad16e94096dce -generated: "2022-07-28T21:46:27.875231-04:00" +digest: sha256:4e1aec741a35276b1e1cd57eff4e95e4ed8294b97b861f284814fa06eecc531f +generated: "2022-08-01T14:01:37.36398-04:00" diff --git a/hirosystems/stacks-blockchain-api/Chart.yaml b/hirosystems/stacks-blockchain-api/Chart.yaml index 6d9f590..1e7dea4 100644 --- a/hirosystems/stacks-blockchain-api/Chart.yaml +++ b/hirosystems/stacks-blockchain-api/Chart.yaml @@ -5,8 +5,7 @@ appVersion: 4.0.3 dependencies: - condition: stacks-blockchain.enabled name: stacks-blockchain - repository: file://../stacks-blockchain - # repository: https://charts.hiro.so/hirosystems + repository: https://charts.hiro.so/hirosystems tags: - hirosystems-stacks-blockchain version: 0.x.x diff --git a/hirosystems/stacks-blockchain-api/templates/api-writer/statefulset.yaml b/hirosystems/stacks-blockchain-api/templates/api-writer/statefulset.yaml index f6498ca..4458343 100644 --- a/hirosystems/stacks-blockchain-api/templates/api-writer/statefulset.yaml +++ b/hirosystems/stacks-blockchain-api/templates/api-writer/statefulset.yaml @@ -317,7 +317,7 @@ spec: - name: NODE_ENV value: production - name: BNS_IMPORT_DIR - value: {{ .Values.apiWriter.config.bnsImportDir }} + value: {{ .Values.apiWriter.persistence.bns.mountPath }} {{- if .Values.apiWriter.extraEnvVars }} {{- include "common.tplvalues.render" (dict "value" .Values.apiWriter.extraEnvVars "context" $) | nindent 12 }} {{- end }}