Skip to content

Commit

Permalink
chore(telegraf,grafana,influx): Update to 0.3.4 base
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chauncey committed Sep 26, 2016
1 parent 145ca6a commit 1a10082
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion grafana/rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/deis/base:0.3.1
FROM quay.io/deis/base:v0.3.4

COPY . /

Expand Down
2 changes: 1 addition & 1 deletion influxdb/rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/deis/base:0.3.1
FROM quay.io/deis/base:v0.3.4

RUN adduser --system \
--shell /bin/bash \
Expand Down
2 changes: 0 additions & 2 deletions telegraf/manifests/deis-monitor-telegraf-daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,13 @@ spec:
value: "metrics"
- name: "NSQ_ENDPOINTS"
value: "\"http://$(DEIS_NSQD_SERVICE_HOST):$(DEIS_NSQD_SERVICE_PORT_HTTP)\""
{{- if env "LOGGER_REDIS_LOCATION" | default .logger_redis_location | ne "off-cluster" }}
- name: DEIS_LOGGER_REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: logger-redis-creds
key: password
- name: "REDIS_SERVERS"
value: "\"tcp://:$(DEIS_LOGGER_REDIS_PASSWORD)@$(DEIS_LOGGER_REDIS_SERVICE_HOST):$(DEIS_LOGGER_REDIS_SERVICE_PORT)\""
{{- end }}
volumeMounts:
- mountPath: /var/run/docker.sock
name: docker-socket
Expand Down
2 changes: 1 addition & 1 deletion telegraf/rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/deis/base:0.3.1
FROM quay.io/deis/base:v0.3.4

COPY . /

Expand Down

0 comments on commit 1a10082

Please sign in to comment.