Skip to content

Commit

Permalink
Add BEACONCHA_API_TOKEN (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Aug 20, 2024
1 parent bdb1d56 commit 82f90f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/v3-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: v3-backend
version: 3.3.6
appVersion: v2.0.5
version: 3.3.7
appVersion: v2.0.14
kubeVersion: "^1.20.0-0"
description: The StakeWise backend application.
type: application
Expand Down
1 change: 1 addition & 0 deletions charts/v3-backend/templates/common-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ data:
GRAPH_POSTGRES_PASSWORD: {{ .Values.settings.graph.postgresPassword | b64enc | quote }}

RATED_API_BEARER_TOKEN: {{ .Values.settings.ratedApiBearerToken | b64enc | quote }}
BEACONCHA_API_TOKEN: {{ .Values.settings.beaconchaApiToken | b64enc | quote }}
2 changes: 2 additions & 0 deletions charts/v3-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ settings:

sendTelegramNotifaction: "false"

beaconchaApiToken: ""

telegramToken: ""
telegramChatId: ""
multisigOwnersTelegramToken: ""
Expand Down

0 comments on commit 82f90f9

Please sign in to comment.