Skip to content

Commit

Permalink
Update backend settings (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Jun 12, 2024
1 parent 57cf3d3 commit a11daa2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.1
appVersion: v1.6.0
version: 3.3.2
appVersion: v1.6.5
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-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ data:
CELERY_CONCURRENCY: {{ .Values.settings.celeryConcurrency | quote }}

GCP_STORAGE_CONTENT_BUCKET: {{ .Values.settings.gcpStorageContentBucket | quote }}
GCP_STORAGE_EXIT_SIGNATURES_BUCKET: {{ .Values.settings.gcpStorageExitSignaturesBucket | quote }}
GCP_STORAGE_DOMAIN_ALIAS: {{ .Values.settings.gcpStorageDomainAlias | quote }}
GCP_STORAGE_IPFS_BUCKET: {{ .Values.settings.gcpStorageIpfsBucket | quote }}

Expand Down
3 changes: 2 additions & 1 deletion charts/v3-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ settings:
multisigOwnersTelegramChatId: ""

gcpStorageContentBucket: ""
gcpStorageExitSignaturesBucket: ""
gcpStorageOauthCredentials: ""
gcpStorageDomainAlias: ""
gcpStorageIpfsBucket: ""
Expand Down Expand Up @@ -77,7 +78,7 @@ settings:
image:
registry: "europe-west4-docker.pkg.dev"
repository: "stakewiselabs/private/v3-backend"
tag: "v1.6.0"
tag: "v1.6.5"
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit a11daa2

Please sign in to comment.