diff --git a/templates/grafana/deployment.yaml b/templates/grafana/deployment.yaml index 974cc9a..6736636 100644 --- a/templates/grafana/deployment.yaml +++ b/templates/grafana/deployment.yaml @@ -24,7 +24,7 @@ spec: type: RuntimeDefault containers: - name: grafana - image: docker.io/grafana/grafana:7.3.4 + image: docker.io/grafana/grafana:7.3.5 env: - name: GF_PATHS_CONFIG value: "/etc/grafana/custom.ini" diff --git a/templates/prometheus/deployment.yaml b/templates/prometheus/deployment.yaml index 0663d26..e72a34a 100644 --- a/templates/prometheus/deployment.yaml +++ b/templates/prometheus/deployment.yaml @@ -21,7 +21,7 @@ spec: serviceAccountName: prometheus containers: - name: prometheus - image: quay.io/prometheus/prometheus:v2.23.0-rc.0 + image: quay.io/prometheus/prometheus:v2.23.0 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml