Skip to content

Commit

Permalink
remove USD from other exchanges
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hindman committed Oct 7, 2024
1 parent f87888a commit 219cbc2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions charts/flash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2 # https://helm.sh/docs/topics/charts/#the-apiversion-field
name: flash
description: A Helm chart for the Flash application backend
type: application
version: 0.0.43
version: 0.0.44
appVersion: 0.6.13
dependencies:
- name: redis
Expand All @@ -21,5 +21,5 @@ dependencies:
repository: oci://ghcr.io/apollographql/helm-charts
version: 1.25.0
- name: price
version: 0.4.0
version: 0.5.1
repository: "file://../price"
2 changes: 1 addition & 1 deletion charts/price/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: price
description: A helm chart for real-time and historical BTC price data
type: application
version: 0.5.0
version: 0.5.1
appVersion: 0.2.0

dependencies:
Expand Down
36 changes: 18 additions & 18 deletions charts/price/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,40 +58,40 @@ realtime:
cacheSeconds: 180
- name: "bitfinex2"
enabled: true
quoteAlias: "USD"
quoteAlias: "*"
base: "BTC"
quote: "USD"
quote: "*"
excludedQuotes: ["USD"]
provider: "ccxt"
cron: "*/15 * * * * *"
- name: "kraken"
enabled: true
quoteAlias: "USD"
quoteAlias: "*"
base: "BTC"
quote: "USD"
quote: "*"
excludedQuotes: ["USD"]
provider: "ccxt"
cron: "*/20 * * * * *"
- name: "bitstamp"
enabled: true
quoteAlias: "USD"
quoteAlias: "*"
base: "BTC"
quote: "USD"
quote: "*"
excludedQuotes: ["USD"]
provider: "ccxt"
cron: "*/15 * * * * *"
- name: "free-currency-rates-usd"
enabled: true
quoteAlias: "*"
base: "USD"
quote: "*"
excludedQuotes: ["USD"]
provider: "free-currency-rates"
cron: "*/5 * * * * *"
config:
baseUrl: "https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies"
fallbackUrl: "https://currency-api.pages.dev/v1/currencies"
cacheSeconds: 1800
# - name: "free-currency-rates-usd"
# enabled: true
# quoteAlias: "*"
# base: "*"
# quote: "*"
# excludedQuotes: ["USD"]
# provider: "free-currency-rates"
# cron: "*/5 * * * * *"
# config:
# baseUrl: "https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies"
# fallbackUrl: "https://currency-api.pages.dev/v1/currencies"
# cacheSeconds: 1800
image:
repository: docker.io/brh28/flash-price
digest: "sha256:c80eba03a2d4f9d2156c6a8719eb336aa647b25f94bfef1823f069502e123aa5"
Expand Down

0 comments on commit 219cbc2

Please sign in to comment.