Skip to content

Commit 2920833

Browse files
committed
Bump version to 0.5.10 and add overwrite option to osmium command in configmap
1 parent 164589b commit 2920833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/overpass-api-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ keywords:
1414
- api
1515

1616
type: application
17-
version: 0.5.9
17+
version: 0.5.10
1818
appVersion: "0.7.62.6" # The last number is the Dockerfile version for that overpass-api version

charts/overpass-api-chart/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ data:
7474
exit 1
7575
fi
7676
77-
osmium cat "${planet_file}" -o "${osm_file}" --verbose
77+
osmium cat "${planet_file}" -o "${osm_file}" --verbose --overwrite
7878
7979
if [ ! -f "${osm_file}" ]; then
8080
log "ERROR" "OSM file not created: ${osm_file}"

0 commit comments

Comments
 (0)