From f8d5bcd8871d0b6af7433224c11e766e479bca17 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 18 Jul 2020 11:02:21 -0400 Subject: [PATCH] update to 7.1.0 --- docker-compose.yaml | 18 ------------------ helm/templates/deploy.yaml | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 docker-compose.yaml 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