diff --git a/charts/mpc-net/Chart.yaml b/charts/mpc-net/Chart.yaml index ed7d9ab..afcd996 100644 --- a/charts/mpc-net/Chart.yaml +++ b/charts/mpc-net/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: mpc-net description: A net module helm chart for mpc signer type: application -version: 0.1.6 +version: 0.1.7 appVersion: "1.16.0" diff --git a/charts/mpc-net/templates/deployment.yaml b/charts/mpc-net/templates/deployment.yaml index 719748d..ebf4655 100644 --- a/charts/mpc-net/templates/deployment.yaml +++ b/charts/mpc-net/templates/deployment.yaml @@ -38,9 +38,9 @@ spec: - name: web value: "{{ .Values.pod.env.web }}" - name: VAULTS_IPS - value: "{{ .Release.Name }}-{{ .Values.pod.env.vaultAddress }}@{{ .Values.pod.env.vaultToken }}" + value: "http://{{ .Release.Name }}-{{ .Values.pod.env.vaultAddress }}@{{ .Values.pod.env.vaultToken }}" - name: TRUSTY_IP - value: "{{ .Values.pod.env.trusteeAddress }}@{{ .Values.pod.env.trusteeToken }}" + value: "http://{{ .Values.pod.env.trusteeAddress }}@{{ .Values.pod.env.trusteeToken }}" securityContext: {{- toYaml .Values.securityContext | nindent 12 }}