File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-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.1.5
21+ version : 0.1.6
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 1111 DATABASE_URL : {{ .entries.databaseUrl | b64enc }}
1212 KAFKA_PASSWORD : {{ .entries.kafkaPassword | b64enc }}
1313 NFT_STORAGE_AUTH_TOKEN : {{ .entries.nftStorageAuthToken | b64enc }}
14- SOLANA_ENDPOINT : {{ required "must set solana rpc api endpoint" .solanaEndpoint | b64enc }}
14+ SOLANA_ENDPOINT : {{ required "must set solana rpc api endpoint" .entries. solanaEndpoint | b64enc }}
1515---
1616apiVersion : v1
1717kind : Secret
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.2.3
21+ version : 0.2.4
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 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" .solanaEndpoint | b64enc }}
14+ SOLANA_ENDPOINT : {{ required "must set solana rpc api endpoint" .entries. solanaEndpoint | b64enc }}
1515---
1616apiVersion : v1
1717kind : Secret
You can’t perform that action at this time.
0 commit comments