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