Skip to content

Commit

Permalink
update etcd version to latest 3.4 patch release (#5497)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Jul 23, 2024
1 parent 2aa046e commit 4e8562f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ zeroDowntimeDeployment:
enabled: "{{ zerodowntime_deployment_switch | default(false) }}"

etcd:
version: "{{ etcd_version | default('v3.4.0') }}"
version: "{{ etcd_version | default('v3.4.33') }}"
client:
port: 2379
server:
Expand Down

0 comments on commit 4e8562f

Please sign in to comment.