diff --git a/charts/v3-backend/Chart.yaml b/charts/v3-backend/Chart.yaml index 326ca78bb..79229fef6 100644 --- a/charts/v3-backend/Chart.yaml +++ b/charts/v3-backend/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: v3-backend -version: 3.2.2 -appVersion: v1.3.3 +version: 3.2.3 +appVersion: v1.5.3 kubeVersion: "^1.20.0-0" description: The StakeWise backend application. type: application diff --git a/charts/v3-backend/templates/common-configmap.yaml b/charts/v3-backend/templates/common-configmap.yaml index fbc685b15..546338eb6 100644 --- a/charts/v3-backend/templates/common-configmap.yaml +++ b/charts/v3-backend/templates/common-configmap.yaml @@ -44,3 +44,4 @@ data: GRAPH_POSTGRES_PORT: {{ .Values.settings.graph.postgresPort | quote }} GRAPH_POSTGRES_DB: {{ .Values.settings.graph.postgresDB | quote }} GRAPH_VAULTS_TABLE: {{ .Values.settings.graph.vaultsTable | quote }} + GRAPH_EXIT_REQUESTS_TABLE: {{ .Values.settings.graph.exitRequestsTable | quote }} diff --git a/charts/v3-backend/values.yaml b/charts/v3-backend/values.yaml index a14dfd713..b136ec619 100644 --- a/charts/v3-backend/values.yaml +++ b/charts/v3-backend/values.yaml @@ -65,6 +65,7 @@ settings: postgresUser: "" postgresPassword: "" vaultsTable: "" + exitRequestsTable: "" postgres: host: localhost @@ -76,7 +77,7 @@ settings: image: registry: "europe-west4-docker.pkg.dev" repository: "stakewiselabs/private/v3-backend" - tag: "v1.3.3" + tag: "v1.5.3" pullPolicy: IfNotPresent pullSecrets: []