Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1962884: Bump up etcd to version 3.2.32 #12329

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/etcd/defaults/main.yaml
Expand Up @@ -7,7 +7,7 @@ l_etcd_static_pod: "{{ (inventory_hostname in groups['oo_masters']) | bool }}"
# runc, docker, static pod, host
r_etcd_common_etcd_runtime: "{{ 'static_pod' if l_etcd_static_pod else 'host' }}"

r_etcd_default_version: "3.2.28"
r_etcd_default_version: "3.2.32"
# lib_utils_oo_oreg_image is a custom filter defined in roles/lib_utils/filter_plugins/oo_filters.py
# This filter attempts to combine oreg_url host with project/component from etcd_image_dict.
# "oreg.example.com/openshift3/ose-${component}:${version}"
Expand Down