diff --git a/charts/hub-uploads/Chart.yaml b/charts/hub-uploads/Chart.yaml index c983779..985e2c7 100644 --- a/charts/hub-uploads/Chart.yaml +++ b/charts/hub-uploads/Chart.yaml @@ -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 diff --git a/charts/hub-uploads/templates/environment.yaml b/charts/hub-uploads/templates/environment.yaml index 9caa071..b0fefc6 100644 --- a/charts/hub-uploads/templates/environment.yaml +++ b/charts/hub-uploads/templates/environment.yaml @@ -5,4 +5,5 @@ metadata: data: {{- with .Values.environment }} PORT: {{ .port | quote }} + WEB3_UP_GATEWAY: {{ .web3UpGateway | quote }} {{- end }} diff --git a/charts/hub-uploads/values.yaml b/charts/hub-uploads/values.yaml index 2e00db1..17c86f9 100644 --- a/charts/hub-uploads/values.yaml +++ b/charts/hub-uploads/values.yaml @@ -94,3 +94,4 @@ secrets: environment: port: "3000" + web3UpGateway: https://w3s.link/ipfs