Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit 3cce3e4

Browse files
committed
use new versions in kube deploy
1 parent fe4b44d commit 3cce3e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/kube-config/influxdb/grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
spec:
1414
containers:
1515
- name: grafana
16-
image: k8s.gcr.io/heapster-grafana-amd64:v4.4.3
16+
image: k8s.gcr.io/heapster-grafana-amd64:v4.6.3
1717
ports:
1818
- containerPort: 3000
1919
protocol: TCP

deploy/kube-config/influxdb/influxdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
spec:
1414
containers:
1515
- name: influxdb
16-
image: k8s.gcr.io/heapster-influxdb-amd64:v1.3.3
16+
image: k8s.gcr.io/heapster-influxdb-amd64:v1.5.1
1717
volumeMounts:
1818
- mountPath: /data
1919
name: influxdb-storage

0 commit comments

Comments
 (0)