use new fluentd image in daemonset
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
		| @@ -45,22 +45,22 @@ roleRef: | |||||||
| apiVersion: apps/v1 | apiVersion: apps/v1 | ||||||
| kind: DaemonSet | kind: DaemonSet | ||||||
| metadata: | metadata: | ||||||
|   name: fluentd-es-v3.0.2 |   name: fluentd-es-v3.0.5 | ||||||
|   namespace: kube-system |   namespace: kube-system | ||||||
|   labels: |   labels: | ||||||
|     k8s-app: fluentd-es |     k8s-app: fluentd-es | ||||||
|     version: v3.0.2 |     version: v3.0.5 | ||||||
|     addonmanager.kubernetes.io/mode: Reconcile |     addonmanager.kubernetes.io/mode: Reconcile | ||||||
| spec: | spec: | ||||||
|   selector: |   selector: | ||||||
|     matchLabels: |     matchLabels: | ||||||
|       k8s-app: fluentd-es |       k8s-app: fluentd-es | ||||||
|       version: v3.0.2 |       version: v3.0.5 | ||||||
|   template: |   template: | ||||||
|     metadata: |     metadata: | ||||||
|       labels: |       labels: | ||||||
|         k8s-app: fluentd-es |         k8s-app: fluentd-es | ||||||
|         version: v3.0.2 |         version: v3.0.5 | ||||||
|     spec: |     spec: | ||||||
|       securityContext: |       securityContext: | ||||||
|         seccompProfile: |         seccompProfile: | ||||||
| @@ -69,7 +69,7 @@ spec: | |||||||
|       serviceAccountName: fluentd-es |       serviceAccountName: fluentd-es | ||||||
|       containers: |       containers: | ||||||
|       - name: fluentd-es |       - name: fluentd-es | ||||||
|         image: quay.io/fluentd_elasticsearch/fluentd:v3.0.2 |         image: quay.io/fluentd_elasticsearch/fluentd:v3.0.5 | ||||||
|         env: |         env: | ||||||
|         - name: FLUENTD_ARGS |         - name: FLUENTD_ARGS | ||||||
|           value: --no-supervisor -q |           value: --no-supervisor -q | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 André Bauer
					André Bauer