Skip to content

Commit a184698

Browse files
Story #15326: Upgrade Consul to 1.22.3
1 parent e9d2a18 commit a184698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/roles/consul/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ consul_folder_log: "{{ vitam_defaults.folder.root_path }}/log/consul"
55
consul_folder_data: "{{ vitam_defaults.folder.root_path }}/data/consul"
66

77
consul_service: "{{ consul.service_name | default('vitam-consul') }}"
8-
consul_version: "{{ consul.version | default('1.20.6') }}"
8+
consul_version: "{{ consul.version | default('1.22.3') }}"
99
consul_package: "consul{{ '=' if ansible_os_family == 'Debian' else '-' }}{{ consul_version }}-1"

0 commit comments

Comments
 (0)