File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff 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.1.0
21+ version : 0.1.1
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
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ metadata:
55data :
66 {{- with .Values.environment }}
77 PORT : {{ .port | quote }}
8+ WEB3_UP_GATEWAY : {{ .web3UpGateway | quote }}
89 {{- end }}
Original file line number Diff line number Diff line change @@ -94,3 +94,4 @@ secrets:
9494
9595environment :
9696 port : " 3000"
97+ web3UpGateway : https://w3s.link/ipfs
You can’t perform that action at this time.
0 commit comments