Skip to content

Commit

Permalink
Using Grafana image instead of building it!
Browse files Browse the repository at this point in the history
  • Loading branch information
B3c3ll committed Oct 24, 2024
1 parent 5f6da8f commit 04a09e8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
- image: docker_metrics
context: metrics
file: Dockerfile
- image: docker_grafana
context: grafana
file: Dockerfile
- image: docker_rtpengine
context: rtpengine
file: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion 4g-external-ims-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ services:
default:
ipv4_address: ${METRICS_IP}
grafana:
image: grafana/grafana:10.1.5
image: grafana/grafana:11.3.0
container_name: grafana
env_file:
- .env
Expand Down
2 changes: 1 addition & 1 deletion 4g-volte-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ services:
default:
ipv4_address: ${METRICS_IP}
grafana:
image: grafana/grafana:10.1.5
image: grafana/grafana:11.3.0
container_name: grafana
env_file:
- .env
Expand Down
2 changes: 1 addition & 1 deletion deploy-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ services:
default:
ipv4_address: ${METRICS_IP}
grafana:
image: grafana/grafana:10.1.5
image: grafana/grafana:11.3.0
container_name: grafana
env_file:
- .env
Expand Down
2 changes: 1 addition & 1 deletion sa-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ services:
default:
ipv4_address: ${METRICS_IP}
grafana:
image: grafana/grafana:10.1.5
image: grafana/grafana:11.3.0
container_name: grafana
env_file:
- .env
Expand Down
2 changes: 1 addition & 1 deletion sa-vonr-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ services:
default:
ipv4_address: ${SMSC_IP}
grafana:
image: grafana/grafana:10.1.5
image: grafana/grafana:11.3.0
container_name: grafana
env_file:
- .env
Expand Down

0 comments on commit 04a09e8

Please sign in to comment.