From 816bbea021c218c5703c3400177455513c50c5ed Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 28 Feb 2024 16:29:04 +0100 Subject: [PATCH] fix(blocky): correct datasource type --- charts/enterprise/blocky/Chart.yaml | 2 +- charts/enterprise/blocky/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/enterprise/blocky/Chart.yaml b/charts/enterprise/blocky/Chart.yaml index 42f7d59d1ef..6dd8e59210f 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.2 +version: 13.5.3 diff --git a/charts/enterprise/blocky/values.yaml b/charts/enterprise/blocky/values.yaml index a09735c79ac..64e1ac95f8c 100644 --- a/charts/enterprise/blocky/values.yaml +++ b/charts/enterprise/blocky/values.yaml @@ -315,9 +315,9 @@ configmap: datasourceblockypsql.yaml: |- apiVersion: 1 datasources: - - name: BlockyPostgresql - type: postgresql - uid: blockypostgresql + - name: BlockyPostgres + type: postgres + uid: blockypostgres url: {{ .Values.cnpg.main.creds.portHost | default "na" }} access: proxy user: {{ .Values.cnpg.main.user }}