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:
committed by
Ta-Ching Chen
parent
986b300b8c
commit
7d83859cfb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user