Skip to content

Commit d781fca

Browse files
naftisadskyiprogerNil20tumbledwyer
authored
pull country-config develop (#1827)
* fix: Missed conditions on key * Update declaration payload to match `FieldValue` (#1138) * update toolkit * fix: update test data * fix: update toolkit * update toolkit * update toolkit(#a29215b) * fix: add admin area in test data address * Upgrade traefik to 2.11 Fixed Docker API version issue --------- Co-authored-by: Vadym Mudryi <[email protected]> Co-authored-by: Md. Ashikul Alam <[email protected]> Co-authored-by: Barry Dwyer <[email protected]> Co-authored-by: Barry Dwyer <[email protected]>
1 parent 5e4e367 commit d781fca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

infrastructure/docker-compose.deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
# Note: these published port will override UFW rules as Docker manages it's own iptables
1212
# Only publish the exact ports that are required for OpenCRVS to work
1313
traefik:
14-
image: 'traefik:v2.10'
14+
image: 'traefik:v2.11'
1515
ports:
1616
- target: 80
1717
published: 80

infrastructure/server-setup/tasks/decrypt-on-boot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
ansible.builtin.fail:
3030
msg: "Disk encryption key on disk does not match ansible variable! GitHub secret ENCRYPTION_KEY was updated!"
3131
when:
32+
- disk_encryption_key is defined
3233
- encryption_keyfile_stat.stat.exists
3334
- existing_disk_encryption_key['content'] | b64decode != ("DISK_ENCRYPTION_KEY=" ~ disk_encryption_key ~ "\n")
3435

0 commit comments

Comments
 (0)