File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.0
6- appVersion : 2.1.0
5+ version : 2.1.1
6+ appVersion : 2.1.1
77dependencies :
88 - name : mclabels
99 version : 1.0.1
Original file line number Diff line number Diff line change 1010{{- $s3 := (include "common.s3.merged" .) | fromYaml }}
1111{{- $fs := (include "common.fs.merged" .) | fromYaml }}
1212{{- $storage := (include "common.storage.merged" .) | fromYaml }}
13- {{ $gpkgPath := (printf "%s%s" $fs.internalPvc.mountPath $fs.ingestionSourcePvc.gpkgSubPath) }}
14- {{ $tilePath := (printf "%s%s" $fs.internalPvc.mountPath $fs.internalPvc.tilesSubPath) }}
13+ {{ $gpkgPath := clean (printf "%s/ %s" $fs.internalPvc.mountPath $fs.ingestionSourcePvc.gpkgSubPath) }}
14+ {{ $tilePath := clean (printf "%s/ %s" $fs.internalPvc.mountPath $fs.internalPvc.tilesSubPath) }}
1515{{ $sources := (ternary $tilePath (printf "%s%s" $fs.ingestionSourcePvc.mountPath $fs.ingestionSourcePvc.subPath) .Values.isExporter ) }}
1616
1717apiVersion : apps/v1
You can’t perform that action at this time.
0 commit comments