mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #35435 from Crassirostris/grafana-usage-update
Automatic merge from submit-queue Update grafana in kubernetes to version 3.1.1 Fix #33775 ```release-note Update grafana version used by default in kubernetes to 3.1.1 ``` @piosz
This commit is contained in:
		@@ -36,7 +36,7 @@ spec:
 | 
			
		||||
          volumeMounts:
 | 
			
		||||
          - name: influxdb-persistent-storage
 | 
			
		||||
            mountPath: /data
 | 
			
		||||
        - image: gcr.io/google_containers/heapster_grafana:v2.6.0-2
 | 
			
		||||
        - image: gcr.io/google_containers/heapster_grafana:v3.1.1
 | 
			
		||||
          name: grafana
 | 
			
		||||
          env:
 | 
			
		||||
          resources:
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ spec:
 | 
			
		||||
        kubernetes.io/cluster-service: "true"
 | 
			
		||||
    spec: 
 | 
			
		||||
      containers: 
 | 
			
		||||
        - image: gcr.io/google_containers/heapster_influxdb:v0.5
 | 
			
		||||
        - image: gcr.io/google_containers/heapster_influxdb:v0.7
 | 
			
		||||
          name: influxdb
 | 
			
		||||
          resources:
 | 
			
		||||
            # keep request = limit to keep this container in guaranteed class
 | 
			
		||||
@@ -36,7 +36,7 @@ spec:
 | 
			
		||||
          volumeMounts:
 | 
			
		||||
          - name: influxdb-persistent-storage
 | 
			
		||||
            mountPath: /data
 | 
			
		||||
        - image: gcr.io/google_containers/heapster_grafana:v2.6.0-2
 | 
			
		||||
        - image: gcr.io/google_containers/heapster_grafana:v3.1.1
 | 
			
		||||
          name: grafana
 | 
			
		||||
          env:
 | 
			
		||||
          resources:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user