Skip to content

Commit

Permalink
changing the hour of downtime (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalnawrockidj authored Nov 1, 2024
1 parent cc6954d commit dcf4aa4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ generic-service:
ENVIRONMENT_NAME: 'PRE-PRODUCTION'
HMPPS_MANAGE_USERS_API_URL: https://manage-users-api-preprod.hmpps.service.justice.gov.uk
INGRESS_URL: https://preprod.use-of-force.service.justice.gov.uk
FEATURE_FLAG_OUTAGE_BANNER_ENABLED: false
FEATURE_FLAG_OUTAGE_BANNER_ENABLED: true

generic-data-analytics-extractor:
serviceAccountName: use-of-force-preprod-to-ap-s3
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ generic-service:
ENVIRONMENT_NAME: ''
HMPPS_MANAGE_USERS_API_URL: https://manage-users-api.hmpps.service.justice.gov.uk
INGRESS_URL: https://use-of-force.service.justice.gov.uk
FEATURE_FLAG_OUTAGE_BANNER_ENABLED: false
FEATURE_FLAG_OUTAGE_BANNER_ENABLED: true

allowlist:
groups:
Expand Down
2 changes: 1 addition & 1 deletion server/views/pages/report-use-of-force.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

{% set html %}
<p class="govuk-notification-banner__heading">
Maintenance work is planned for 08:00 on Tuesday 5 November.
Maintenance work is planned for 14:00 on Tuesday 5 November.
Use of force may be temporarily unavailable.
</p>
{% endset %}
Expand Down
2 changes: 1 addition & 1 deletion server/views/partials/incidentPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

{% set html %}
<p class="govuk-notification-banner__heading">
Maintenance work is planned for 08:00 on Tuesday 5 November.
Maintenance work is planned for 14:00 on Tuesday 5 November.
Use of force may be temporarily unavailable.
</p>
{% endset %}
Expand Down

0 comments on commit dcf4aa4

Please sign in to comment.