Skip to content

Commit

Permalink
Update etcd to version 3.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Jun 23, 2023
1 parent 58cd484 commit 2d96cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dcs_exists: false # or 'true' if you don't want to deploy a new etcd cluster
dcs_type: "etcd" # or 'consul'

# if dcs_type: "etcd" and dcs_exists: false
etcd_version: "3.5.7" # version for deploy etcd cluster
etcd_version: "3.5.9" # version for deploy etcd cluster
etcd_data_dir: "/var/lib/etcd"
etcd_cluster_name: "etcd-{{ patroni_cluster_name }}" # ETCD_INITIAL_CLUSTER_TOKEN

Expand Down

0 comments on commit 2d96cf6

Please sign in to comment.