diff --git a/templates/grafana/deployment.yaml b/templates/grafana/deployment.yaml index 197e535..8047f5f 100644 --- a/templates/grafana/deployment.yaml +++ b/templates/grafana/deployment.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: grafana - image: docker.io/grafana/grafana:7.0.3 + image: docker.io/grafana/grafana:7.0.4 env: - name: GF_PATHS_CONFIG value: "/etc/grafana/custom.ini" diff --git a/templates/prometheus/deployment.yaml b/templates/prometheus/deployment.yaml index 80acb9b..48a798d 100644 --- a/templates/prometheus/deployment.yaml +++ b/templates/prometheus/deployment.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: prometheus containers: - name: prometheus - image: quay.io/prometheus/prometheus:v2.19.0 + image: quay.io/prometheus/prometheus:v2.19.1 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml