From 5129ee3134f06e23bae8a92900d7551c734c22bc Mon Sep 17 00:00:00 2001 From: rjonczy Date: Wed, 22 Nov 2023 16:13:16 +0100 Subject: [PATCH] change path --- charts/composable-ibc/Chart.yaml | 2 +- charts/composable-ibc/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/composable-ibc/Chart.yaml b/charts/composable-ibc/Chart.yaml index c8e51e9..4c34a4a 100644 --- a/charts/composable-ibc/Chart.yaml +++ b/charts/composable-ibc/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: composable-ibc description: A Helm chart withy deployment manifests of composable-ibc for Kubernetes type: application -version: 0.1.4 +version: 0.1.5 appVersion: "0.1.0" diff --git a/charts/composable-ibc/values.yaml b/charts/composable-ibc/values.yaml index 0ce24a3..fbf19da 100644 --- a/charts/composable-ibc/values.yaml +++ b/charts/composable-ibc/values.yaml @@ -37,7 +37,7 @@ args: - --config-b - /opt/hyperspace/config-b.toml - --config-core - - /opt/hyperspace/config-core.toml + - /opt/hyperspace/config-core/config-core.toml podAnnotations: {}