From 0fe1de1dacab6f818d8ce5f0489bceac87c1ec7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20J=C4=99drzejewski?= Date: Tue, 1 Aug 2023 21:05:46 +0200 Subject: [PATCH] update web3signeigner endpoint helper --- charts/validators/Chart.yaml | 4 ++-- charts/validators/templates/_helpers.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/validators/Chart.yaml b/charts/validators/Chart.yaml index 4de84b18b..9cfa17171 100644 --- a/charts/validators/Chart.yaml +++ b/charts/validators/Chart.yaml @@ -15,13 +15,13 @@ 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.0.1 +version: 0.0.2 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.0.1" +appVersion: "v0.0.2" keywords: - ethereum diff --git a/charts/validators/templates/_helpers.tpl b/charts/validators/templates/_helpers.tpl index b1537c04b..2cfb87d35 100644 --- a/charts/validators/templates/_helpers.tpl +++ b/charts/validators/templates/_helpers.tpl @@ -117,7 +117,7 @@ Validator graffiti Validator web3signer endpoint */}} {{- define "web3signer" -}} -{{- if $.Values.global.label }}http://{{ $.Values.global.project }}-{{ $.Values.global.label }}-web3signer:6174{{- end }} +{{- if $.Values.global.label }}http://web3signer-{{ $.Values.global.label }}-{{ $.Values.global.project }}-web3signer:6174{{- end }} {{- end }} {{- define "flatten_list" -}}