Skip to content

Commit 1a10082

Browse files
author
Jonathan Chauncey
committed
chore(telegraf,grafana,influx): Update to 0.3.4 base
1 parent 145ca6a commit 1a10082

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

grafana/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/deis/base:0.3.1
1+
FROM quay.io/deis/base:v0.3.4
22

33
COPY . /
44

influxdb/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/deis/base:0.3.1
1+
FROM quay.io/deis/base:v0.3.4
22

33
RUN adduser --system \
44
--shell /bin/bash \

telegraf/manifests/deis-monitor-telegraf-daemon.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,13 @@ spec:
4343
value: "metrics"
4444
- name: "NSQ_ENDPOINTS"
4545
value: "\"http://$(DEIS_NSQD_SERVICE_HOST):$(DEIS_NSQD_SERVICE_PORT_HTTP)\""
46-
{{- if env "LOGGER_REDIS_LOCATION" | default .logger_redis_location | ne "off-cluster" }}
4746
- name: DEIS_LOGGER_REDIS_PASSWORD
4847
valueFrom:
4948
secretKeyRef:
5049
name: logger-redis-creds
5150
key: password
5251
- name: "REDIS_SERVERS"
5352
value: "\"tcp://:$(DEIS_LOGGER_REDIS_PASSWORD)@$(DEIS_LOGGER_REDIS_SERVICE_HOST):$(DEIS_LOGGER_REDIS_SERVICE_PORT)\""
54-
{{- end }}
5553
volumeMounts:
5654
- mountPath: /var/run/docker.sock
5755
name: docker-socket

telegraf/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/deis/base:0.3.1
1+
FROM quay.io/deis/base:v0.3.4
22

33
COPY . /
44

0 commit comments

Comments
 (0)