Unverified Commit dca74f17 authored by Daniel Kłobuszewski's avatar Daniel Kłobuszewski Committed by GitHub

Bump fluentd-gcp image used to 2.0.13

parent 2eded687
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: fluentd-gcp-v2.0.12
name: fluentd-gcp-v2.0.13
namespace: kube-system
labels:
k8s-app: fluentd-gcp
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile
version: v2.0.12
version: v2.0.13
spec:
updateStrategy:
type: RollingUpdate
......@@ -16,7 +16,7 @@ spec:
labels:
k8s-app: fluentd-gcp
kubernetes.io/cluster-service: "true"
version: v2.0.12
version: v2.0.13
# This annotation ensures that fluentd does not get evicted if the node
# supports critical pod annotation based priority scheme.
# Note that this does not guarantee admission on the nodes (#40573).
......@@ -27,7 +27,7 @@ spec:
dnsPolicy: Default
containers:
- name: fluentd-gcp
image: gcr.io/google-containers/fluentd-gcp:2.0.12
image: gcr.io/google-containers/fluentd-gcp:2.0.13
env:
- name: FLUENTD_ARGS
value: --no-supervisor -q
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment