diff --git a/images/web/Dockerfile b/images/web/Dockerfile index 6e4f7db5..0b69e5ec 100644 --- a/images/web/Dockerfile +++ b/images/web/Dockerfile @@ -48,13 +48,13 @@ RUN npm install -g svgo # Install openstreetmap-website RUN rm -rf $workdir/html -ENV OPENHISTORICALMAP_WEBSITE_GITSHA=3f1566224aa8d6b67ee7edc10f3d69f97773b506 +ENV OPENHISTORICALMAP_WEBSITE_GITSHA=39b3d328990143aedd9859c32908c3da5fc192ac RUN git clone -b staging https://github.com/OpenHistoricalMap/ohm-website.git $workdir WORKDIR $workdir RUN git checkout $OPENHISTORICALMAP_WEBSITE_GITSHA # change the echo here with a reason for changing the commithash -RUN echo 'update map embed' +RUN echo 'update map style' RUN git fetch # Install Ruby packages diff --git a/images/web/config/settings.yml b/images/web/config/settings.yml index 90bfae37..173f3db8 100644 --- a/images/web/config/settings.yml +++ b/images/web/config/settings.yml @@ -146,3 +146,4 @@ min_changeset_comments_per_hour: 1 initial_changeset_comments_per_hour: 6 max_changeset_comments_per_hour: 60 moderator_changeset_comments_per_hour: 36000 +embed_server_url: "https://embed.openhistoricalmap.org/" diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 2739f9f3..0ed30bc7 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -567,7 +567,7 @@ osm-seed: # Variables for nominatim api # ==================================================================================================== nominatimApi: - enabled: true + enabled: false serviceAnnotations: service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300" replicaCount: 1 @@ -649,7 +649,7 @@ osm-seed: # Variables for taginfo # ==================================================================================================== taginfo: - enabled: true + enabled: false nodeSelector: enabled: false label_key: nodegroup_type