From bd45b7f63c66f24b29c9b5ff0b0cfbe3a2bbf460 Mon Sep 17 00:00:00 2001 From: sacreman Date: Tue, 14 Sep 2021 23:36:08 +0700 Subject: [PATCH] fix up client configmap --- charts/provider/Chart.yaml | 2 +- .../provider/templates/configmap-client-config.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index a6ad9179..9283f260 100644 --- a/charts/provider/Chart.yaml +++ b/charts/provider/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.14.0 +version: 0.15.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/provider/templates/configmap-client-config.yaml b/charts/provider/templates/configmap-client-config.yaml index d7230da8..80569aa2 100644 --- a/charts/provider/templates/configmap-client-config.yaml +++ b/charts/provider/templates/configmap-client-config.yaml @@ -3,9 +3,9 @@ kind: ConfigMap metadata: name: akash-client-config data: - home: /home - from: main - node: http://akash-node:26657 - chainid: local - keyring-backend: test - trust-node: true + home: "/home" + from: "main" + node: "http://akash-node:26657" + chainid: "local" + keyring-backend: "test" + trust-node: "true"