From 3f6708d57b1e6235449b62246533a745a8d028c7 Mon Sep 17 00:00:00 2001 From: GediminasKr-BURGA Date: Mon, 10 Nov 2025 07:58:49 +0200 Subject: [PATCH] Fix repository variable / bug, template issue --- charts/template_values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/template_values.yaml b/charts/template_values.yaml index 525c606..f228810 100644 --- a/charts/template_values.yaml +++ b/charts/template_values.yaml @@ -115,7 +115,7 @@ manifests: runAsGroup: 0 containers: - name: dbt-server - image: "{{ repository }}{{ image }}:{{ tag }}" + image: "{{ repository }}/{{ image }}:{{ tag }}" imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: true