Skip to content

Commit 52cbca2

Browse files
authored
Merge pull request #100 from holaplex/espi/hub-nfts-solana
[NFTS Solana] Fix Solana Endpoint
2 parents b53c19f + c824f8a commit 52cbca2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ metadata:
44
name: {{ include "hub-nfts-solana.fullname" . }}
55
data:
66
{{- with .Values.environment }}
7-
SOLANA_ENDPOINT: {{ required "must set solana endpoint" .solanaEndpoint | quote }}
87
SOLANA_TREASURY_WALLET: {{ required "must set solana treasury wallet" .solanaTreasuryWallet | quote }}
98
KAFKA_BROKERS: {{ required "must set kafka brokers" .kafkaBrokers | quote }}
109
KAFKA_USERNAME: {{ required "must set kafka username" .kafkaUsername | quote }}

0 commit comments

Comments
 (0)