Skip to content

Commit f6bbbab

Browse files
authored
Merge pull request #155 from holaplex/espi/hub-ui-no-uploads
Remove Uploads
2 parents 9330ac3 + bec149c commit f6bbbab

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

charts/hub-ui/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.5.0
21+
version: 0.6.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-ui/templates/environment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ data:
77
PORT: {{ .port | quote }}
88
KRATOS_ENDPOINT: {{ .kratosPublicEndpoint | quote }}
99
GRAPHQL_ENDPOINT: {{ .internalGraphqlEndpoint | quote }}
10-
IPFS_GATEWAY: {{ .ipfsGateway | quote }}
1110
STRIPE_PRICE_ID: {{ .stripePriceId | quote }}
1211
{{- end }}

charts/hub-ui/templates/secrets.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ metadata:
88
"helm.sh/hook": pre-install
99
type: Opaque
1010
data:
11-
NFT_STORAGE_TOKEN: {{ required "must set nft storage token" .entries.nftStorageToken | b64enc }}
1211
STRIPE_SECRET_KEY: {{ required "must set stripe secret key" .entries.stripeSecretKey | b64enc }}
13-
W3_UP_KEY: {{ required "must set w3 up key" .entries.w3UpKey | b64enc }}
14-
W3_UP_PROOF: {{ required "must set w3 up proof" .entries.w3UpProof | b64enc }}
1512
{{- end }}
1613
{{- end }}

charts/hub-ui/values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,9 @@ environment:
8282
port: 3000
8383
kratosPublicEndpoint: http://kratos-public
8484
internalGraphqlEndpoint: http://apisix-gateway-internal.ingress-apisix.svc.cluster.local/graphql
85-
ipfsGateway: https://nftstorage.link/ipfs
8685
stripePriceId: price_1N3jCQJTCxUDawcrxMYNTOPS
8786

8887
secrets:
8988
enabled: true
9089
entries:
91-
nftStorageToken:
9290
stripeSecretKey:
93-
w3UpKey:
94-
w3UpProof:

0 commit comments

Comments
 (0)