]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
grafana/trigger: remove docker references 1985/head
authorErnesto Puerta <epuertat@redhat.com>
Fri, 1 Apr 2022 09:49:33 +0000 (11:49 +0200)
committerErnesto Puerta <epuertat@redhat.com>
Fri, 1 Apr 2022 09:49:33 +0000 (11:49 +0200)
And upgrade Grafana default version to 8.3.5

Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
ceph-grafana-trigger/build/build
ceph-grafana-trigger/config/definitions/ceph-grafana-trigger.yml

index 987e63776758aa6da9a7ad5295146dee5dd13020..65a84fd42eefc727850ccef3b139d9a5f91badf0 100644 (file)
@@ -1,12 +1,11 @@
 #!/bin/bash -ex
 
-CONTAINER_VERSION=${CONTAINER_VERSION:-8.2.6}
+CONTAINER_VERSION=${CONTAINER_VERSION:-8.3.5}
 CONTAINER=ceph/ceph-grafana:${CONTAINER_VERSION}
 sudo dnf install -y podman
-sudo podman login docker.io -u ${DOCKER_HUB_USERNAME} -p ${DOCKER_HUB_PASSWORD}
 sudo podman login quay.io -u ${CONTAINER_REPO_USERNAME} -p ${CONTAINER_REPO_PASSWORD}
 
-for repohost in quay.io docker.io; do
+for repohost in quay.io; do
         sudo podman rmi -f grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}-x86_64 ${repohost}/${CONTAINER}-aarch64  || true
 
         sudo podman pull ${repohost}/${CONTAINER}-x86_64
index 1cd8923d8cab66ea26ee2fa6701a40debc46d6ae..ee7ebf1ae2f1c16e71b623006fad45bcf0db8205 100644 (file)
@@ -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: "8.2.6"
+          default: "8.3.5"
     axes:
         - axis:
             type: label-expression
           global: true
           mask-password-params: true
       - credentials-binding:
-          - username-password-separated:
-              credential-id: docker-hub-leseb
-              username: DOCKER_HUB_USERNAME
-              password: DOCKER_HUB_PASSWORD
           - username-password-separated:
               credential-id: dmick-quay
               username: CONTAINER_REPO_USERNAME