Bump chronograf version

This commit is contained in:
Aliaksei Pilko 2026-01-25 15:55:39 +00:00
parent dfb7fcac10
commit e6cfe41376

View File

@ -37,8 +37,8 @@ msg_ok "Set up InfluxDB Repository"
msg_info "Installing InfluxDB" msg_info "Installing InfluxDB"
$STD apt-get update $STD apt-get update
$STD apt-get install -y influxdb $STD apt-get install -y influxdb
curl -fsSL "https://dl.influxdata.com/chronograf/releases/chronograf_1.10.7_amd64.deb" -o "$(basename "https://dl.influxdata.com/chronograf/releases/chronograf_1.10.7_amd64.deb")" curl -fsSL "https://dl.influxdata.com/chronograf/releases/chronograf_1.10.9_amd64.deb" -o "$(basename "https://dl.influxdata.com/chronograf/releases/chronograf_1.10.9_amd64.deb")"
$STD dpkg -i chronograf_1.10.7_amd64.deb $STD dpkg -i chronograf_1.10.9_amd64.deb
msg_ok "Installed InfluxDB" msg_ok "Installed InfluxDB"
msg_info "Setting up InfluxDB" msg_info "Setting up InfluxDB"