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:
parent
7f88fc7d4a
commit
f4d4714cee
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user