Pull grafyaml from quay.io

The grafyaml image location has moved to quay.io. This change ensures we
are pulling it from the new correct location.

Depends-On: https://review.opendev.org/c/opendev/grafyaml/+/882493
Change-Id: Iee30e90c9b2ab43db8e98bbd0c3207edf00ba479
This commit is contained in:
Clark Boylan 2023-05-08 08:51:18 -07:00 committed by Clark Boylan
parent 7f88fc7d4a
commit f4d4714cee
2 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ load them.
$ docker run --rm -t --network=host \
--env-file ./grafyaml.env \
-v ./project-config/grafana:/grafana:ro \
opendevorg/grafyaml
quay.io/opendevorg/grafyaml
To work on dashboards, update the ``yaml`` files in ``project-config``
and re-run the grafyaml import as above, then reload them in the

View File

@ -1,7 +1,7 @@
#!/bin/bash
docker pull opendevorg/grafyaml && \
docker pull quay.io/opendevorg/grafyaml && \
docker run --rm -t --network=host \
--env-file /etc/grafana/secrets/grafyaml.env \
-v /opt/project-config/grafana:/grafana:ro \
opendevorg/grafyaml
quay.io/opendevorg/grafyaml