Skip to content

Commit

Permalink
Merge pull request #155 from holaplex/espi/hub-ui-no-uploads
Browse files Browse the repository at this point in the history
Remove Uploads
  • Loading branch information
kespinola authored Oct 5, 2023
2 parents 9330ac3 + bec149c commit f6bbbab
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion charts/hub-ui/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.5.0
version: 0.6.0

# 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: 0 additions & 1 deletion charts/hub-ui/templates/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ data:
PORT: {{ .port | quote }}
KRATOS_ENDPOINT: {{ .kratosPublicEndpoint | quote }}
GRAPHQL_ENDPOINT: {{ .internalGraphqlEndpoint | quote }}
IPFS_GATEWAY: {{ .ipfsGateway | quote }}
STRIPE_PRICE_ID: {{ .stripePriceId | quote }}
{{- end }}
3 changes: 0 additions & 3 deletions charts/hub-ui/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ metadata:
"helm.sh/hook": pre-install
type: Opaque
data:
NFT_STORAGE_TOKEN: {{ required "must set nft storage token" .entries.nftStorageToken | b64enc }}
STRIPE_SECRET_KEY: {{ required "must set stripe secret key" .entries.stripeSecretKey | b64enc }}
W3_UP_KEY: {{ required "must set w3 up key" .entries.w3UpKey | b64enc }}
W3_UP_PROOF: {{ required "must set w3 up proof" .entries.w3UpProof | b64enc }}
{{- end }}
{{- end }}
4 changes: 0 additions & 4 deletions charts/hub-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,9 @@ environment:
port: 3000
kratosPublicEndpoint: http://kratos-public
internalGraphqlEndpoint: http://apisix-gateway-internal.ingress-apisix.svc.cluster.local/graphql
ipfsGateway: https://nftstorage.link/ipfs
stripePriceId: price_1N3jCQJTCxUDawcrxMYNTOPS

secrets:
enabled: true
entries:
nftStorageToken:
stripeSecretKey:
w3UpKey:
w3UpProof:

0 comments on commit f6bbbab

Please sign in to comment.