Skip to content

Commit

Permalink
Update etcd to v3.5.15 (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Jul 30, 2024
1 parent 62302d2 commit 69a2c44
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 @@ -93,7 +93,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.11" # version for deploy etcd cluster
etcd_version: "3.5.15" # 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 69a2c44

Please sign in to comment.