diff --git a/charts/hub-ui/Chart.yaml b/charts/hub-ui/Chart.yaml index 51cc552..6e1aa41 100644 --- a/charts/hub-ui/Chart.yaml +++ b/charts/hub-ui/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.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 diff --git a/charts/hub-ui/templates/environment.yaml b/charts/hub-ui/templates/environment.yaml index 75ffaf6..c7fa8cd 100644 --- a/charts/hub-ui/templates/environment.yaml +++ b/charts/hub-ui/templates/environment.yaml @@ -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 }} diff --git a/charts/hub-ui/templates/secrets.yaml b/charts/hub-ui/templates/secrets.yaml index 48b965c..702fa71 100644 --- a/charts/hub-ui/templates/secrets.yaml +++ b/charts/hub-ui/templates/secrets.yaml @@ -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 }} diff --git a/charts/hub-ui/values.yaml b/charts/hub-ui/values.yaml index f643691..2a78db7 100644 --- a/charts/hub-ui/values.yaml +++ b/charts/hub-ui/values.yaml @@ -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: