Skip to content

Commit

Permalink
Merge pull request #154 from holaplex/mpw/hub-uploads-env
Browse files Browse the repository at this point in the history
add web3 gateway env variable
  • Loading branch information
mpwsh authored Oct 5, 2023
2 parents f5d23a4 + 913b83e commit 9330ac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hub-uploads/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/hub-uploads/templates/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ metadata:
data:
{{- with .Values.environment }}
PORT: {{ .port | quote }}
WEB3_UP_GATEWAY: {{ .web3UpGateway | quote }}
{{- end }}
1 change: 1 addition & 0 deletions charts/hub-uploads/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ secrets:

environment:
port: "3000"
web3UpGateway: https://w3s.link/ipfs

0 comments on commit 9330ac3

Please sign in to comment.