This repository was archived by the owner on Mar 25, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies:
3939type : application
4040# This is the chart version. This version number should be incremented each time you make changes
4141# to the chart and its templates, including the app version.
42- version : 0.48.11
42+ version : 0.48.12
4343# This is the version number of the application being deployed. This version number should be
4444# incremented each time you make changes to the application.
4545appVersion : 1.25.1
Original file line number Diff line number Diff line change 3232 protocol : TCP
3333 env :
3434 # TEMPORAL_CLI_ADDRESS is deprecated, use TEMPORAL_ADDRESS instead
35- {{- $serviceAddressInternal := printf "%s-frontend-internal:%d" (include "temporal.fullname" $) .Values.server.frontend.internal.service.port -}}
36- {{- $serviceAddress := printf "%s-frontend:%d" (include "temporal.fullname" $) .Values.server.frontend.service.port -}}
35+ {{- $serviceAddressInternal := printf "%s-frontend-internal:%d" (include "temporal.fullname" $) ( .Values.server.frontend.internal.service.port | int) -}}
36+ {{- $serviceAddress := printf "%s-frontend:%d" (include "temporal.fullname" $) ( .Values.server.frontend.service.port | int) -}}
3737 {{- if $.Values.server.frontend.internal.enabled }}
3838 - name : TEMPORAL_CLI_ADDRESS
3939 value : {{ $serviceAddressInternal }}
You can’t perform that action at this time.
0 commit comments