Skip to content

Commit

Permalink
Update ETCD to v3.5.11 (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Jan 5, 2024
1 parent 9dcd390 commit f3d55bd
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 @@ -60,7 +60,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.9" # version for deploy etcd cluster
etcd_version: "3.5.11" # 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 f3d55bd

Please sign in to comment.