diff --git a/charts/defguard-gateway/Chart.yaml b/charts/defguard-gateway/Chart.yaml index aec1b0a..7bdc9ac 100644 --- a/charts/defguard-gateway/Chart.yaml +++ b/charts/defguard-gateway/Chart.yaml @@ -4,5 +4,5 @@ description: Defguard Gateway is a public-facing VPN endpoint. icon: https://defguard.net/favicon/favicon-512x512.png type: application -version: 1.6.0 +version: 1.6.1 appVersion: 1.6.5 diff --git a/charts/defguard-gateway/templates/config.yaml b/charts/defguard-gateway/templates/config.yaml index ca9d6a6..51e1af2 100644 --- a/charts/defguard-gateway/templates/config.yaml +++ b/charts/defguard-gateway/templates/config.yaml @@ -5,7 +5,7 @@ metadata: labels: {{- include "defguard-gateway.labels" . | nindent 4 }} data: - DEFGUARD_GRPC_PORT: {{ .Values.service.grpc.port | quote }} + DEFGUARD_GRPC_URL: {{ .Values.grpcUrl | quote }} DEFGUARD_LOG_LEVEL: {{ .Values.logLevel | quote }} DEFGUARD_STATS_PERIOD: {{ .Values.statsPeriod | quote }} DEFGUARD_USERSPACE: {{ .Values.userspace | quote }}