diff --git a/docker-compose.yaml b/docker-compose.yaml deleted file mode 100644 index 8b5f057..0000000 --- a/docker-compose.yaml +++ /dev/null @@ -1,18 +0,0 @@ -version: '3' - -services: - grafana: - image: grafana/grafana - ports: - - 3000:3000 - volumes: - - grafana-data:/var/lib/grafana - networks: - - graphite_data-net - -networks: - graphite_data-net: - external: true - -volumes: - grafana-data: \ No newline at end of file diff --git a/helm/templates/deploy.yaml b/helm/templates/deploy.yaml index f779e50..2e23edc 100644 --- a/helm/templates/deploy.yaml +++ b/helm/templates/deploy.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: {{ .Release.Name }} - image: grafana/grafana:7.0.1 + image: grafana/grafana:7.1.0 resources: requests: memory: 256Mi