diff --git a/kubernetes/infrastructure/prometheus/app/deployment.yaml b/kubernetes/infrastructure/prometheus/app/deployment.yaml index f915fb6..e971d03 100644 --- a/kubernetes/infrastructure/prometheus/app/deployment.yaml +++ b/kubernetes/infrastructure/prometheus/app/deployment.yaml @@ -42,7 +42,7 @@ spec: - name: prometheus-storage-volume mountPath: /prometheus/ - name: grafana - image: grafana/grafana + image: grafana/grafana:11.0.1 ports: - containerPort: 3000 volumeMounts: