Skip to content

Commit

Permalink
Merge branch 'main' into update-besu
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Aug 5, 2024
2 parents 788a255 + a7b89a7 commit 4477c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/v3-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: v3-backend
version: 3.3.5
version: 3.3.6
appVersion: v2.0.5
kubeVersion: "^1.20.0-0"
description: The StakeWise backend application.
Expand Down
2 changes: 1 addition & 1 deletion charts/v3-backend/templates/common-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data:
MEMCACHED_URL: {{ .Values.settings.memcachedUrl | b64enc | quote }}
POSTGRES_PASSWORD: {{ .Values.settings.postgres.password | b64enc | quote }}

GRAPH_POSTGRES_USER: {{ .Values.settings.graph.postgresUser | b64enc | quote }}
GRAPH_POSTGRES_USER: {{ .Values.settings.graph.postgresUser | b64enc | quote }}
GRAPH_POSTGRES_PASSWORD: {{ .Values.settings.graph.postgresPassword | b64enc | quote }}

RATED_API_BEARER_TOKEN: {{ .Values.settings.ratedApiBearerToken | b64enc | quote }}

0 comments on commit 4477c2a

Please sign in to comment.