Skip to content

Commit bed4011

Browse files
author
antares-sw
committed
Update back + add new envs
1 parent cc37837 commit bed4011

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

charts/v3-backend/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: v3-backend
3-
version: 3.5.1
4-
appVersion: v3.3.1
3+
version: 3.5.3
4+
appVersion: v3.5.3
55
kubeVersion: "^1.20.0-0"
66
description: The StakeWise backend application.
77
type: application

charts/v3-backend/templates/common-secret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ data:
3838
BEACONCHA_API_TOKEN: {{ .Values.settings.beaconchaApiToken | b64enc | quote }}
3939
OPENAI_API_KEY: {{ .Values.settings.openaiApiKey | b64enc | quote }}
4040
CHROMA_TOKEN: {{ .Values.settings.chromaToken | b64enc | quote }}
41+
CF_TURNSTILE_SECRET_KEY: {{ .Values.settings.cfTurnstileSecretKey | b64enc | quote }}

charts/v3-backend/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ settings:
6666
openaiApiKey: ""
6767
chromaHost: ""
6868
chromaToken: ""
69+
cfTurnstileSecretKey: ""
6970

7071
graph:
7172
APIUrl: ""

0 commit comments

Comments
 (0)