robjuz / helm-charts

https://robjuz.github.io/helm-charts/index.yaml
34 stars 30 forks source link

[nominatim][bugfix] User agent for initJob curl, handle non-success response #46

Closed dekzz closed 1 year ago

dekzz commented 1 year ago

Provide user agent on curl, mainly because of this, also added -f (--fail) which changes the return code of curl command if http status is not success. (I've added user agent to all init job curls, althought it is only required by https://nominatim.org/data)

Implements #45.

robjuz commented 1 year ago

Thx. I really appreciate!