File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : gpkg-merger
33description : A Helm chart for gpkg-merger service # refers to MergerService
44type : application
5- version : 2.1.6
6- appVersion : 2.1.6
5+ version : 2.1.7
6+ appVersion : 2.1.7
77dependencies :
88 - name : mclabels
99 version : 1.0.1
Original file line number Diff line number Diff line change 1515{{- $samePvc := and $fs.ingestionSourcePvc.enabled $fs.internalPvc.enabled (eq $fs.internalPvc.name $fs.ingestionSourcePvc.name) }}
1616{{- $internalVolumeName := ternary "ingestion-storage" "internal-storage" $samePvc }}
1717
18- {{ $gpkgPath := clean (printf "/%s/%s" $fs.internalPvc.mountPath $fs.ingestionSourcePvc .gpkgSubPath) }}
18+ {{ $gpkgPath := clean (printf "/%s/%s" $fs.internalPvc.mountPath $fs.internalPvc .gpkgSubPath) }}
1919{{ $tilePath := clean (printf "/%s/%s" $fs.internalPvc.mountPath $fs.internalPvc.tilesSubPath) }}
2020{{ $ingestionSourcePath := clean (printf "/%s/%s" $fs.ingestionSourcePvc.mountPath $fs.ingestionSourcePvc.subPath) }}
2121{{ $sources := ternary $tilePath $ingestionSourcePath .Values.isExporter }}
You can’t perform that action at this time.
0 commit comments