Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#783 from vishh/influxdb_v0.9.6
Browse files Browse the repository at this point in the history
Upgrade InfluxDB to v0.9.6
  • Loading branch information
vishh committed Dec 14, 2015
2 parents 12bd4da + 669c5c3 commit 513144a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: influxdb
image: kubernetes/heapster_influxdb:v0.5
image: kubernetes/heapster_influxdb:v0.6
volumeMounts:
- mountPath: /data
name: influxdb-storage
Expand Down
2 changes: 1 addition & 1 deletion influxdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu
MAINTAINER Vishnu kannan "<vishnuk@google.com>"

# Install InfluxDB
ENV INFLUXDB_VERSION 0.9.4.1
ENV INFLUXDB_VERSION 0.9.6

RUN apt-get update && apt-get install -y curl && mkdir /app && curl -s -o /app/influxdb_latest_amd64.deb https://s3.amazonaws.com/influxdb/influxdb_${INFLUXDB_VERSION}_amd64.deb && \
dpkg -i /app/influxdb_latest_amd64.deb && \
Expand Down
3 changes: 3 additions & 0 deletions influxdb/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes for heapster influxdb container.

## 0.6 (12-10-2015)
- updated to v0.9.6

## 0.5 (9-18-2015)
- updated to v0.9.4

Expand Down

0 comments on commit 513144a

Please sign in to comment.