We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164589b commit 2920833Copy full SHA for 2920833
charts/overpass-api-chart/Chart.yaml
@@ -14,5 +14,5 @@ keywords:
14
- api
15
16
type: application
17
-version: 0.5.9
+version: 0.5.10
18
appVersion: "0.7.62.6" # The last number is the Dockerfile version for that overpass-api version
charts/overpass-api-chart/templates/configmap.yaml
@@ -74,7 +74,7 @@ data:
74
exit 1
75
fi
76
77
- osmium cat "${planet_file}" -o "${osm_file}" --verbose
+ osmium cat "${planet_file}" -o "${osm_file}" --verbose --overwrite
78
79
if [ ! -f "${osm_file}" ]; then
80
log "ERROR" "OSM file not created: ${osm_file}"
0 commit comments