From 3139741cc7fbccc909d46257d3dd08fdcd9c2240 Mon Sep 17 00:00:00 2001 From: almog8k Date: Tue, 27 Jan 2026 13:40:51 +0200 Subject: [PATCH 1/2] fix: update gpkgPath formatting in deployment template to use internalPvc.gpkgSubPath --- 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 6ad96d4..54555aa 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -15,7 +15,7 @@ {{- $samePvc := and $fs.ingestionSourcePvc.enabled $fs.internalPvc.enabled (eq $fs.internalPvc.name $fs.ingestionSourcePvc.name) }} {{- $internalVolumeName := ternary "ingestion-storage" "internal-storage" $samePvc }} -{{ $gpkgPath := clean (printf "/%s/%s" $fs.internalPvc.mountPath $fs.ingestionSourcePvc.gpkgSubPath) }} +{{ $gpkgPath := clean (printf "/%s/%s" $fs.internalPvc.mountPath $fs.internalPvc.gpkgSubPath) }} {{ $tilePath := clean (printf "/%s/%s" $fs.internalPvc.mountPath $fs.internalPvc.tilesSubPath) }} {{ $ingestionSourcePath := clean (printf "/%s/%s" $fs.ingestionSourcePvc.mountPath $fs.ingestionSourcePvc.subPath) }} {{ $sources := ternary $tilePath $ingestionSourcePath .Values.isExporter }} From ed0dade44dd344dcdf8bc066937ab7d8667474e6 Mon Sep 17 00:00:00 2001 From: almog8k Date: Tue, 27 Jan 2026 13:42:59 +0200 Subject: [PATCH 2/2] fix: update version to 2.1.7 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 6d576c0..47ff8f8 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.6 -appVersion: 2.1.6 +version: 2.1.7 +appVersion: 2.1.7 dependencies: - name: mclabels version: 1.0.1