Skip to content

Commit 635bea2

Browse files
authored
Merge pull request #163 from holaplex/espi/hub-uploads/arweave
HUB uploads using Arweave
2 parents afd0777 + fb2575d commit 635bea2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

charts/hub-uploads/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.2.0
21+
version: 0.3.0
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/hub-uploads/templates/secrets.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ type: Opaque
1010
data:
1111
SOLANA_KEYPAIR: {{ .entries.solanaKeypair | b64enc }}
1212
SOLANA_RPC_URL: {{ .entries.solanaRpcUrl | b64enc }}
13+
ARWEAVE_PRIVATE_KEY: {{ .entries.arweavePrivateKey | b64enc }}
1314
{{- end }}
1415
{{- end }}

charts/hub-uploads/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ secrets:
9393
entries:
9494
solanaKeypair: ""
9595
solanaRpcUrl: ""
96+
arweavePrivateKey: ""
9697

9798
environment:
9899
port: "3000"

0 commit comments

Comments
 (0)