Skip to content

Commit

Permalink
nominatim - updated initJob wait-for-db image for arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hw-rjuzak committed May 5, 2024
1 parent 5fa23f1 commit c679313
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/nominatim/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.12.0
version: 3.12.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
7 changes: 5 additions & 2 deletions charts/nominatim/templates/initJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ spec:
fsGroup: 2000
initContainers:
- name: wait-for-db
image: willwill/wait-for-it
image: chainguard/wait-for-it:latest
args:
- {{ include "nominatim.databaseHost" . }}:{{ include "nominatim.databasePort" . }}
- -h
- {{ include "nominatim.databaseHost" . | quote}}
- -p
- {{ include "nominatim.databasePort" . | quote }}

{{- if .Values.nominatimInitialize.customStyleUrl }}
- name: download-custom-style
Expand Down

0 comments on commit c679313

Please sign in to comment.