File tree Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Expand file tree Collapse file tree 4 files changed +1
-9
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.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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ metadata:
88 " helm.sh/hook " : pre-install
99type : Opaque
1010data :
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 }}
Original file line number Diff line number Diff 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
8887secrets :
8988 enabled : true
9089 entries :
91- nftStorageToken :
9290 stripeSecretKey :
93- w3UpKey :
94- w3UpProof :
You can’t perform that action at this time.
0 commit comments