diff --git a/charts/enterprise/blocky/Chart.yaml b/charts/enterprise/blocky/Chart.yaml index c5018b2bb02..3c09a03edcc 100644 --- a/charts/enterprise/blocky/Chart.yaml +++ b/charts/enterprise/blocky/Chart.yaml @@ -44,4 +44,4 @@ sources: - https://hub.docker.com/r/spx01/blocky - https://quay.io/oriedge/k8s_gateway type: application -version: 13.5.6 +version: 13.5.7 diff --git a/charts/enterprise/blocky/values.yaml b/charts/enterprise/blocky/values.yaml index a328d979715..81db7d553c7 100644 --- a/charts/enterprise/blocky/values.yaml +++ b/charts/enterprise/blocky/values.yaml @@ -318,7 +318,7 @@ configmap: - name: BlockyPostgres type: postgres uid: blockypostgres - url: {{ printf "%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") }} + url: {{ printf "%s.%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace }} access: proxy user: {{ .Values.cnpg.main.user }} secureJsonData: