Skip to content

Commit

Permalink
Change grafana image name
Browse files Browse the repository at this point in the history
  • Loading branch information
MircoT committed Dec 21, 2021
1 parent 6f72cb3 commit 0a5e84d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ service_grafana_admin_user: ""
service_grafana_admin_password: ""
service_grafana_client_id: "CLIENT_ID"
service_grafana_client_secret: "CLIENT_SECRET"
service_grafana_image: "dodasts/monitoring-grafana:v1.0.1-monitoring"
2 changes: 1 addition & 1 deletion tasks/grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
key_value: "yes"
grafana_service: |
grafana:
image: {{ grafana_image }}
image: {{ service_grafana_image }}
container_name: monitoring_grafana
depends_on:
- prometheus
Expand Down
1 change: 0 additions & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ nvidia_monitoring: ""
nvidia_depends: ""
prometheus_nvidia: ""
grafana_service: ""
grafana_image: "dodasts/monitoring-grafana:v1.0.1-monitoring"
service_grafana_disable_admin_creation: true

0 comments on commit 0a5e84d

Please sign in to comment.