Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update grafana version to 8.3.5 in docker-compose.yml #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aaSharma14
Copy link
Member

Update grafana version to 8.3.5 in docker-compose.yml
Signed-off-by: Aashish Sharma [email protected]

@@ -96,7 +96,7 @@ services:
- DASHBOARD_URL=${DASHBOARD_URL:-https://ceph2:11000}

grafana:
image: ${GRAFANA_IMAGE:-ceph/ceph-grafana}
image: ${GRAFANA_IMAGE:-quay.io/ceph/ceph-grafana:8.3.5}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aaSharma14 while testing this I realized that I just had to do a docker-compose pull grafana in local to pull the latest grafana image. Because ceph/ceph-grafana should pull the latest image in the repo right? And if we pin the grafana version we'll have to change it again once we push a newer version in ceph/ceph-grafana.

I don't think we need to worry about version pinning here since we are the only ones who is going to push to ceph/ceph-grafana.

The other thing is the quay.io. if we don't provide it, does the docker-compose pull the image from docker or quay?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants