update to 7.1.0

This commit is contained in:
ducoterra
2020-07-18 11:02:21 -04:00
parent b07d544b8c
commit f8d5bcd887
2 changed files with 1 additions and 19 deletions

View File

@@ -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:

View File

@@ -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