Skip to content

Commit

Permalink
Merge pull request kubernetes#39705 from ixdy/fluentd-gcp-1.4
Browse files Browse the repository at this point in the history
Update fluentd-gcp addon to 1.21.1/1.25.1.
  • Loading branch information
jessfraz authored Jan 11, 2017
2 parents 64dcab3 + d486085 commit 6f80bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/addons/gci/fluentd-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
dnsPolicy: Default
containers:
- name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.21
image: gcr.io/google_containers/fluentd-gcp:1.21.1
command:
- '/bin/sh'
- '-c'
Expand Down
2 changes: 1 addition & 1 deletion cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
dnsPolicy: Default
containers:
- name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.25
image: gcr.io/google_containers/fluentd-gcp:1.25.1
resources:
limits:
memory: 200Mi
Expand Down

0 comments on commit 6f80bba

Please sign in to comment.