1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F #6658: Update prometheus components to latest releases

This commit is contained in:
Ruben S. Montero 2024-07-31 09:39:08 +02:00
parent 8e67442fe0
commit 97cceac6ec
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -15,11 +15,11 @@
# limitations under the License. #
# -------------------------------------------------------------------------- #
: "${ALERTMANAGER_VERSION:=0.24.0}"
: "${ALERTMANAGER_VERSION:=0.27.0}"
: "${NODE_EXPORTER_VERSION:=1.4.0}"
: "${NODE_EXPORTER_VERSION:=1.8.2}"
: "${PROMETHEUS_VERSION:=2.37.1}"
: "${PROMETHEUS_VERSION:=2.53.1}"
set -o errexit -o nounset -o pipefail