Skip to content

Commit

Permalink
store,boot: fix name of Docker tag name
Browse files Browse the repository at this point in the history
We are in the middle of renaming fleets and this will make it more
robust.

Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Jul 16, 2024
1 parent 749c281 commit 770dad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bootstrap__active_extra_users:
bootstrap__logrotate_frequency: 'hourly'

# Tag dependent on fleet: test
nim_waku_cont_tag: 'deploy-shards-{{ stage }}'
nim_waku_cont_tag: 'deploy-{{ env }}-{{ stage }}'
nim_waku_cont_name: 'nim-waku-boot'
nim_waku_cont_vol: '/docker/{{ nim_waku_cont_name }}'
nim_waku_node_conf_path: '{{ nim_waku_cont_vol }}/conf'
Expand Down
2 changes: 1 addition & 1 deletion ansible/group_vars/store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bootstrap__active_extra_users:
bootstrap__logrotate_frequency: 'hourly'

# Tag dependent on fleet: test
nim_waku_cont_tag: 'deploy-shards-{{ stage }}'
nim_waku_cont_tag: 'deploy-{{ env }}-{{ stage }}'
nim_waku_cont_name: 'nim-waku-store'
nim_waku_cont_vol: '/docker/{{ nim_waku_cont_name }}'
nim_waku_node_conf_path: '{{ nim_waku_cont_vol }}/conf'
Expand Down

0 comments on commit 770dad9

Please sign in to comment.