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

Commit 6d59f99

Browse files
committed
bump influxdb to 1.5.2
1 parent 3cce3e4 commit 6d59f99

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.5.1
16+
image: k8s.gcr.io/heapster-influxdb-amd64:v1.5.2
1717
volumeMounts:
1818
- mountPath: /data
1919
name: influxdb-storage

influxdb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
all: build
2121

22-
VERSION?=v1.5.1
22+
VERSION?=v1.5.2
2323
PREFIX?=staging-k8s.gcr.io
2424
ARCH?=amd64
2525
GOLANG_VERSION=1.10

influxdb/RELEASES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release Notes for the Heapster InfluxDB container.
22

3-
## v1.5.1 (03-27-2018)
4-
- Updated to version 1.5.1; bumped Go build container to 1.10
3+
## v1.5.2 (04-18-2018)
4+
- Updated to version 1.5.2; bumped Go build container to 1.10
55

66
## v1.1.1 (11.1.2016)
77
- Updated to version v1.1.1; bumped Godeps and modified some code in heapster to use the latest schema

0 commit comments

Comments
 (0)