Skip to content

Commit 151456e

Browse files
committed
update heapster related images
1 parent e3732e2 commit 151456e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

02-path-working-with-clusters/201-cluster-monitoring/templates/heapster/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: gcr.io/google_containers/heapster-grafana-amd64:v4.4.3
16+
image: k8s.gcr.io/heapster-grafana-amd64:v4.4.3
1717
ports:
1818
- containerPort: 3000
1919
protocol: TCP

02-path-working-with-clusters/201-cluster-monitoring/templates/heapster/heapster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
serviceAccountName: heapster
2121
containers:
2222
- name: heapster
23-
image: k8s.gcr.io/heapster-amd64:v1.4.0
23+
image: k8s.gcr.io/heapster-amd64:v1.5.2
2424
imagePullPolicy: IfNotPresent
2525
command:
2626
- /heapster

02-path-working-with-clusters/201-cluster-monitoring/templates/heapster/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: gcr.io/google_containers/heapster-influxdb-amd64:v1.3.3
16+
image: k8s.gcr.io/heapster-influxdb-amd64:v1.3.3
1717
volumeMounts:
1818
- mountPath: /data
1919
name: influxdb-storage

0 commit comments

Comments
 (0)