diff --git a/charts/validators/Chart.yaml b/charts/validators/Chart.yaml index 020fd129f..be8ad42c0 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.3 +version: 0.0.4 # 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.3" +appVersion: "v0.0.4" keywords: - ethereum diff --git a/charts/validators/templates/_helpers.tpl b/charts/validators/templates/_helpers.tpl index 2cfb87d35..1dcee460e 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://web3signer-{{ $.Values.global.label }}-{{ $.Values.global.project }}-web3signer:6174{{- end }} +{{- if $.Values.global.label }}http://web3signer-{{ $.Values.global.label }}-{{ $.Values.global.project }}:6174{{- end }} {{- end }} {{- define "flatten_list" -}}