Skip to content

Commit

Permalink
Update the logging images to parse sub-second docker timestamps.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-robinson committed Mar 3, 2016
1 parent df234d8 commit feea376
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.PHONY: build push

IMAGE = fluentd-elasticsearch
TAG = 1.14
TAG = 1.15

build:
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
Expand Down
2 changes: 1 addition & 1 deletion cluster/addons/fluentd-gcp/fluentd-gcp-image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

.PHONY: kbuild kpush

TAG = 1.16
TAG = 1.17

# Rules for building the test image for deployment to Dockerhub with user kubernetes.

Expand Down
2 changes: 1 addition & 1 deletion cluster/saltbase/salt/fluentd-es/fluentd-es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: fluentd-elasticsearch
image: gcr.io/google_containers/fluentd-elasticsearch:1.14
image: gcr.io/google_containers/fluentd-elasticsearch:1.15
resources:
limits:
cpu: 100m
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 @@ -9,7 +9,7 @@ spec:
dnsPolicy: Default
containers:
- name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.16
image: gcr.io/google_containers/fluentd-gcp:1.17
resources:
limits:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started-guides/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ spec:
dnsPolicy: Default
containers:
- name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.16
image: gcr.io/google_containers/fluentd-gcp:1.17
resources:
limits:
cpu: 100m
Expand Down

0 comments on commit feea376

Please sign in to comment.