Skip to content

Commit af33207

Browse files
authored
Merge pull request #34 from holaplex/mpw/update-nfts-chart
update hub nfts chart
2 parents 75caf8a + d8df588 commit af33207

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/hub-nfts/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.1.1
21+
version: 0.1.2
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-nfts/templates/environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
PORT: {{ .port | quote }}
88
KAFKA_BROKERS: {{ required "must set kafka brokers" .kafkaBrokers | quote }}
99
SOLANA_ENDPOINT: {{ required "must set solana endpoint" .solanaEndpoint | quote }}
10-
KEYPAIR_PATH: {{ required "must set key pair path" .keyPairPath | quote }}
10+
SOLANA_KEYPAIR_PATH: {{ required "must set key pair path" .keyPairPath | quote }}
1111
KAFKA_USERNAME: {{ required "must set kafka username" .kafkaUsername | quote }}
1212
KAFKA_SSL: {{ required "must set kafka ssl" .kafkaSsl | quote }}
1313
IPFS_ENDPOINT: {{ required "must set ipfs endpoint" .ipfsEndpoint | quote }}

charts/hub-nfts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ environment:
8686
kafkaBrokers: "hub-eventbus-cluster-0.hub-eventbus-cluster.default.svc.cluster.local.:9093"
8787
kafkaUsername: ""
8888
kafkaSsl: false
89-
keyPairPath: "/app/keypair.json"
89+
solanaKeyPairPath: "/app/keypair.json"
9090
solanaEndpoint: "https://api.devnet.solana.com"
9191
nftStorageApiEndpoint: "https://api.nft.storage"
9292
ipfsEndpoint: "https://ipfs.io/ipfs/"

0 commit comments

Comments
 (0)