Skip to content

Commit

Permalink
Merge pull request #2 from DODAS-TS/vulnerability-CVE-2021-43813
Browse files Browse the repository at this point in the history
Update grafana image
  • Loading branch information
MircoT authored Dec 21, 2021
2 parents bb3566e + 3625c53 commit 6f72cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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: dodasts/monitoring-grafana:v1.0.0-monitoring
image: {{ grafana_image }}
container_name: monitoring_grafana
depends_on:
- prometheus
Expand Down
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ 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 6f72cb3

Please sign in to comment.