need to create_ca_pillar for 210 not 220

This commit is contained in:
Josh Patterson
2026-01-20 11:55:57 -05:00
parent 1234cbd04b
commit f6e95c17a0

View File

@@ -680,11 +680,6 @@ post_to_2.4.210() {
POSTVERSION=2.4.210
}
post_to_2.4.220() {
echo "Nothing to apply"
POSTVERSION=2.4.220
}
repo_sync() {
echo "Sync the local repo."
su socore -c '/usr/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync."
@@ -968,14 +963,9 @@ up_to_2.4.201() {
up_to_2.4.210() {
# Elastic Update for this release, so download Elastic Agent files
determine_elastic_agent_upgrade
INSTALLEDVERSION=2.4.210
}
up_to_2.4.220() {
create_ca_pillar
INSTALLEDVERSION=2.4.220
INSTALLEDVERSION=2.4.210
}
add_hydra_pillars() {