Skip to content

Commit

Permalink
MAP-1602 (#711)
Browse files Browse the repository at this point in the history
* MAP-1602

* MAP-1602 library update

* MAP-1602 allow list

* MAP-1602 fixing merge issue
  • Loading branch information
michalnawrockidj authored Sep 18, 2024
1 parent b3bd41a commit c0d8ee5
Show file tree
Hide file tree
Showing 15 changed files with 137 additions and 598 deletions.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
hmpps: ministryofjustice/hmpps@6
hmpps: ministryofjustice/hmpps@9.5.0

parameters:
alerts-slack-channel:
Expand Down Expand Up @@ -154,6 +154,8 @@ workflows:
- hmpps/deploy_env:
name: deploy_dev
env: "dev"
pipeline_id: <<pipeline.id>>
pipeline_number: <<pipeline.number>>
context: hmpps-common-vars
filters:
branches:
Expand All @@ -171,6 +173,8 @@ workflows:
- hmpps/deploy_env:
name: deploy_preprod
env: "preprod"
pipeline_id: <<pipeline.id>>
pipeline_number: <<pipeline.number>>
context:
- hmpps-common-vars
- use-of-force-preprod
Expand All @@ -183,6 +187,8 @@ workflows:
- hmpps/deploy_env:
name: deploy_prod
env: "prod"
pipeline_id: <<pipeline.id>>
pipeline_number: <<pipeline.number>>
slack_notification: true
slack_channel_name: << pipeline.parameters.releases-slack-channel >>
context:
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ COPY --from=builder --chown=appuser:appgroup \
ENV PORT=3000

EXPOSE 3000
ENV NODE_ENV='production'
USER 2000

CMD [ "npm", "start" ]
7 changes: 5 additions & 2 deletions helm_deploy/use-of-force/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ name: use-of-force
version: 0.1.1

dependencies:
- name: generic-service
version: 3.5
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-prometheus-alerts
version: 1.1.0
version: 1.8
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-data-analytics-extractor
version: 1.1.0
version: 1.1.1
repository: https://ministryofjustice.github.io/hmpps-helm-charts
4 changes: 0 additions & 4 deletions helm_deploy/use-of-force/templates/NOTES.txt

This file was deleted.

157 changes: 0 additions & 157 deletions helm_deploy/use-of-force/templates/_envs.tpl

This file was deleted.

61 changes: 0 additions & 61 deletions helm_deploy/use-of-force/templates/_helpers.tpl

This file was deleted.

59 changes: 0 additions & 59 deletions helm_deploy/use-of-force/templates/deployment.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions helm_deploy/use-of-force/templates/ingress_v1_2.yaml

This file was deleted.

Loading

0 comments on commit c0d8ee5

Please sign in to comment.