From 8b9361e9c4879f54f881415d7a91bb1cf3546b60 Mon Sep 17 00:00:00 2001 From: Haild Date: Thu, 25 Jul 2024 13:26:04 +0200 Subject: [PATCH 1/2] Place quotes correctly for the looping of chain IDs --- charts/provider/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/provider/templates/deployment.yaml b/charts/provider/templates/deployment.yaml index 826de6f..8119f62 100644 --- a/charts/provider/templates/deployment.yaml +++ b/charts/provider/templates/deployment.yaml @@ -249,7 +249,7 @@ spec: - "--node" - "{{ .rpcNodeUrl }}" - "--endpoints" - - {{ range .supportedChainIds }}"{{ $.Values.config.endpoint }}:443,{{ . }} "{{ end }} + - "{{ range .supportedChainIds }}{{ $.Values.config.endpoint }}:443,{{ . }} {{ end }}" {{- end }} {{- omit .readinessProbe "enabled" | toYaml | nindent 12 }} {{- else if .customReadinessProbe }} From a37ddef007f7167dd3769c9c1d67ad4549329cd2 Mon Sep 17 00:00:00 2001 From: Haild Date: Thu, 25 Jul 2024 13:26:19 +0200 Subject: [PATCH 2/2] Bump chart version --- charts/provider/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index d30af83..3fffc93 100644 --- a/charts/provider/Chart.yaml +++ b/charts/provider/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: lava-provider description: A Helm chart for deployment of the Lava provider service type: application -version: 0.0.8 +version: 0.0.9 appVersion: "1.0.0"