From 334c707ff9572b84d1fb0b240d8eee9834ebff04 Mon Sep 17 00:00:00 2001 From: Aashish Sharma Date: Mon, 28 Feb 2022 11:27:14 +0530 Subject: [PATCH] ceph-grafana-trigger: update grafana container image version to 8.2.6 Signed-off-by: Aashish Sharma --- ceph-grafana-trigger/build/build | 2 +- .../config/definitions/ceph-grafana-trigger.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-grafana-trigger/build/build b/ceph-grafana-trigger/build/build index 36384799..987e6377 100644 --- a/ceph-grafana-trigger/build/build +++ b/ceph-grafana-trigger/build/build @@ -1,6 +1,6 @@ #!/bin/bash -ex -CONTAINER_VERSION=${CONTAINER_VERSION:-6.7.4} +CONTAINER_VERSION=${CONTAINER_VERSION:-8.2.6} CONTAINER=ceph/ceph-grafana:${CONTAINER_VERSION} sudo dnf install -y podman sudo podman login docker.io -u ${DOCKER_HUB_USERNAME} -p ${DOCKER_HUB_PASSWORD} diff --git a/ceph-grafana-trigger/config/definitions/ceph-grafana-trigger.yml b/ceph-grafana-trigger/config/definitions/ceph-grafana-trigger.yml index 82263e0c..1cd8923d 100644 --- a/ceph-grafana-trigger/config/definitions/ceph-grafana-trigger.yml +++ b/ceph-grafana-trigger/config/definitions/ceph-grafana-trigger.yml @@ -23,7 +23,7 @@ - string: name: CONTAINER_VERSION description: "The version tag for the containers; will have -ARCH added to it. By convention, the version of Grafana" - default: "6.7.4" + default: "8.2.6" axes: - axis: type: label-expression -- 2.47.3