From b52b7969a96db1f28ee6278a8bdf64281c1f82f5 Mon Sep 17 00:00:00 2001 From: Oleksandr Novak Date: Tue, 5 Nov 2024 11:13:37 +0100 Subject: [PATCH] fix: default "" prevents app version from being used as image tag --- deployment/helm-chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/helm-chart/values.yaml b/deployment/helm-chart/values.yaml index 21f6436..1ee94b7 100644 --- a/deployment/helm-chart/values.yaml +++ b/deployment/helm-chart/values.yaml @@ -7,8 +7,8 @@ app: port: 9000 pod: - repository: "" - version: "" + repository: "" + version: "" resources: limits: cpu: 100m