Skip to content

Commit

Permalink
release stacks-blockchain-api
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieC3 committed Aug 1, 2022
1 parent a37a454 commit c7c3f91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions hirosystems/stacks-blockchain-api/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 1 addition & 2 deletions hirosystems/stacks-blockchain-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c7c3f91

Please sign in to comment.