Skip to content

Commit 4b6dd3e

Browse files
committed
fix: remove solana endpoint from treasuries it doesnt interact with solana anymore
1 parent 848c353 commit 4b6dd3e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

charts/hub-treasuries/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.5.0
21+
version: 0.5.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-treasuries/templates/secrets.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ data:
1111
FIREBLOCKS_API_KEY: {{ .entries.fireblocksApiKey | b64enc }}
1212
DATABASE_URL: {{ .entries.databaseUrl | b64enc }}
1313
KAFKA_PASSWORD: {{ required "must set kafka password" .entries.kafkaPassword | b64enc }}
14-
SOLANA_ENDPOINT: {{ required "must set solana rpc api endpoint" .entries.solanaEndpoint | b64enc }}
1514
---
1615
apiVersion: v1
1716
kind: Secret

0 commit comments

Comments
 (0)