From b685da597ff2c138164b54f86599cb1d8391e91d Mon Sep 17 00:00:00 2001 From: Marwen Abid Date: Tue, 30 Jul 2024 07:20:26 -0700 Subject: [PATCH] Change Pubnet config to `PUBLIC` for SDP (#90) --- charts/stellar-disbursement-platform/Chart.yaml | 2 +- .../templates/01.2-configmap-ap.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stellar-disbursement-platform/Chart.yaml b/charts/stellar-disbursement-platform/Chart.yaml index f34b7b7..9274210 100644 --- a/charts/stellar-disbursement-platform/Chart.yaml +++ b/charts/stellar-disbursement-platform/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: stellar-disbursement-platform description: A Helm chart for the Stellar Disbursement Platform Backend (A.K.A. `sdp`) -version: 2.0.2 +version: 2.0.3 appVersion: "2.0.0" type: application maintainers: diff --git a/charts/stellar-disbursement-platform/templates/01.2-configmap-ap.yaml b/charts/stellar-disbursement-platform/templates/01.2-configmap-ap.yaml index 0284b12..c6d8325 100644 --- a/charts/stellar-disbursement-platform/templates/01.2-configmap-ap.yaml +++ b/charts/stellar-disbursement-platform/templates/01.2-configmap-ap.yaml @@ -16,7 +16,7 @@ metadata: data: # if {{ include "isPubnet" . }} is true, then the network is set to PUBNET, else it's all TESTNET {{- if eq (include "isPubnet" .) "true" }} - STELLAR_NETWORK_NETWORK: "PUBNET" + STELLAR_NETWORK_NETWORK: "PUBLIC" STELLAR_NETWORK_NETWORK_PASSPHRASE: "Public Global Stellar Network ; September 2015" STELLAR_NETWORK_HORIZON_URL: "https://horizon.stellar.org" {{- else }}