Build and push fluentd image on release; update chart to use that image (#462)

* build and push logger image during release
* Update chart to get the right fluentd image
This commit is contained in:
Soam Vasani
2018-01-30 21:35:13 +08:00
committed by Ta-Ching Chen
parent 986b300b8c
commit 7d83859cfb
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ spec:
spec:
containers:
- name: fluentd
image: {{ .Values.logger.fluentdImage }}
image: "{{ .Values.logger.fluentdImage }}:{{ .Values.imageTag }}"
imagePullPolicy: {{ .Values.pullPolicy }}
env:
- name: INFLUXDB_ADDRESS