File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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.1.2
21+ version : 0.1.3
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 KAFKA_BROKERS : {{ required "must set kafka brokers" .kafkaBrokers | quote }}
99 SOLANA_ENDPOINT : {{ required "must set solana endpoint" .solanaEndpoint | quote }}
10- SOLANA_KEYPAIR_PATH : {{ required "must set key pair path" .keyPairPath | quote }}
10+ SOLANA_KEYPAIR_PATH : {{ required "must set key pair path" .solanaKeyPairPath | 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 }}
You can’t perform that action at this time.
0 commit comments