From cb46234e81a8cc22d993c2a1f42bcda628a1f012 Mon Sep 17 00:00:00 2001 From: almog8k Date: Mon, 26 Jan 2026 13:24:07 +0200 Subject: [PATCH 1/2] fix: rename variable for clarity in deployment template --- helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index d218be7..e027009 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -13,7 +13,7 @@ {{ $gpkgPath := clean (printf "/%s/%s" $fs.internalPvc.mountPath $fs.ingestionSourcePvc.gpkgSubPath) }} {{ $tilePath := clean (printf "/%s/%s" $fs.internalPvc.mountPath $fs.internalPvc.tilesSubPath) }} {{ $ingestionSourcePath := clean (printf "/%s/%s" $fs.ingestionSourcePvc.mountPath $fs.ingestionSourcePvc.subPath) }} -{{ $sourcesRaw := ternary $tilePath $ingestionSourcePath .Values.isExporter }} +{{ $sources := ternary $tilePath $ingestionSourcePath .Values.isExporter }} apiVersion: apps/v1 From b374f2e4d31c4a2229fcad8eaee8993e152855ea Mon Sep 17 00:00:00 2001 From: almog8k Date: Mon, 26 Jan 2026 13:25:04 +0200 Subject: [PATCH 2/2] fix: update version to 2.1.5 in Chart.yaml --- helm/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index ba90513..08669b9 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: gpkg-merger description: A Helm chart for gpkg-merger service # refers to MergerService type: application -version: 2.1.4 -appVersion: 2.1.4 +version: 2.1.5 +appVersion: 2.1.5 dependencies: - name: mclabels version: 1.0.1