File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
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.4 .0
21+ version : 0.5 .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 @@ -10,5 +10,7 @@ type: Opaque
1010data :
1111 NFT_STORAGE_TOKEN : {{ required "must set nft storage token" .entries.nftStorageToken | b64enc }}
1212 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 }}
1315{{- end }}
1416{{- end }}
Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ serviceAccount:
2525
2626podAnnotations : {}
2727
28- podSecurityContext : {}
28+ podSecurityContext :
29+ {}
2930 # fsGroup: 2000
3031
31- securityContext : {}
32+ securityContext :
33+ {}
3234 # capabilities:
3335 # drop:
3436 # - ALL
@@ -40,7 +42,8 @@ service:
4042 type : ClusterIP
4143 port : 80
4244
43- resources : {}
45+ resources :
46+ {}
4447 # We usually recommend not to specify default resources and to leave this as a conscious
4548 # choice for the user. This also increases chances charts run on environments with little
4649 # resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -87,3 +90,5 @@ secrets:
8790 entries :
8891 nftStorageToken :
8992 stripeSecretKey :
93+ w3UpKey :
94+ w3UpProof :
You can’t perform that action at this time.
0 commit comments