Skip to content

Commit

Permalink
feat(AHWR-412): service deployment using new pipeline, e2e test3 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendef-24 authored Jan 10, 2025
1 parent c6e2c54 commit ac4d2cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
APPLICATIONDOCCREATIONREQUEST_QUEUE_ADDRESS: ${APPLICATIONDOCCREATIONREQUEST_QUEUE_ADDRESS:-ffc-ahwr-document-request}${MESSAGE_QUEUE_SUFFIX}
AZURE_STORAGE_CONNECTION_STRING: ${AZURE_STORAGE_CONNECTION_STRING:-changeme}
AZURE_STORAGE_ACCOUNT_NAME: ${AZURE_STORAGE_ACCOUNT_NAME:-devstoreaccount1}
AZURE_STORAGE_USE_CONNECTION_STRING: "true"
AZURE_STORAGE_USE_CONNECTION_STRING: ${AZURE_STORAGE_USE_CONNECTION_STRING:-true}
CARBON_COPY_EMAIL_ADDRESS: ${CARBON_COPY_EMAIL_ADDRESS:-test@test.com}
MESSAGE_QUEUE_HOST: ${MESSAGE_QUEUE_HOST}
MESSAGE_QUEUE_PASSWORD: ${MESSAGE_QUEUE_PASSWORD}
Expand Down
2 changes: 1 addition & 1 deletion helm/ffc-ahwr-document-generator/templates/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data:
NOTIFY_TEMPLATE_ID_FARMER_APPLICATION_COMPLETE_NEW_USER: {{ quote .Values.container.notifyTemplateIdFarmerApplicationCompleteNewUser }}
NOTIFY_TEMPLATE_ID_FARMER_APPLICATION_COMPLETE_EXISTING_USER: {{ quote .Values.container.notifyTemplateIdFarmerApplicationCompleteExistingUser }}
POSTGRES_DB: {{ quote .Values.postgresService.postgresDb }}
POSTGRES_HOST: {{ quote .Values.postgresService.postgresExternalName }}
POSTGRES_HOST: {{ quote .Values.postgresService.postgresqlHost }}
POSTGRES_PORT: {{ quote .Values.postgresService.postgresPort }}
POSTGRES_SCHEMA_NAME: {{ quote .Values.postgresService.postgresSchema }}
TERMS_AND_CONDITIONS_URL: {{ quote .Values.container.termsAndConditionsUrl }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffc-ahwr-document-generator",
"version": "1.0.2",
"version": "1.0.3",
"description": "Generate and send documents for AHWR",
"homepage": "https://github.com/DEFRA/ffc-ahwr-document-generator",
"main": "app/index.js",
Expand Down

0 comments on commit ac4d2cf

Please sign in to comment.