File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
charts/hydrophone/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22description : A Helm chart for Tidepool
33name : tidepool
4- version : 0.7.32
4+ version : 0.7.33
55maintainers :
66 - name : Derrick Burns
77 email : derrick@tidepool.org
Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ spec:
5353 - name : AWS_REGION
5454 value : {{.Values.global.region | quote }}
5555 - name : ASSET_URL
56- value : {{- include "charts.hydrophone.s3.url" . | quote }}
56+ value : {{ include "charts.hydrophone.s3.url" . | quote }}
5757 - name : FROM_ADDRESS
5858 value : " {{.Values.deployment.env.fromAddress}}"
5959 - name : WEB_URL
60- value : {{- include "charts.host.app" . | quote }}
60+ value : {{ include "charts.host.app" . | quote }}
6161 - name : LISTEN_ADDRESS
6262 value : " :{{ .Values.global.ports.hydrophone }}"
6363 - name : TIDEPOOL_AUTH_CLIENT_ADDRESS
You can’t perform that action at this time.
0 commit comments