mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #37281 from Crassirostris/fluentd-image-bump
Automatic merge from submit-queue Bump version of the fluentd-gcp image Fix https://github.com/kubernetes/kubernetes/issues/37107 Follow-up of https://github.com/kubernetes/kubernetes/pull/37123 @piosz
This commit is contained in:
commit
bc331ad3fc
@ -29,7 +29,7 @@
|
|||||||
.PHONY: build push
|
.PHONY: build push
|
||||||
|
|
||||||
PREFIX=gcr.io/google_containers
|
PREFIX=gcr.io/google_containers
|
||||||
TAG = 1.27
|
TAG = 1.28
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker build -t $(PREFIX)/fluentd-gcp:$(TAG) .
|
docker build -t $(PREFIX)/fluentd-gcp:$(TAG) .
|
||||||
|
@ -11,7 +11,7 @@ spec:
|
|||||||
dnsPolicy: Default
|
dnsPolicy: Default
|
||||||
containers:
|
containers:
|
||||||
- name: fluentd-cloud-logging
|
- name: fluentd-cloud-logging
|
||||||
image: gcr.io/google_containers/fluentd-gcp:1.27
|
image: gcr.io/google_containers/fluentd-gcp:1.28
|
||||||
command:
|
command:
|
||||||
- '/bin/sh'
|
- '/bin/sh'
|
||||||
- '-c'
|
- '-c'
|
||||||
|
@ -11,7 +11,7 @@ spec:
|
|||||||
dnsPolicy: Default
|
dnsPolicy: Default
|
||||||
containers:
|
containers:
|
||||||
- name: fluentd-cloud-logging
|
- name: fluentd-cloud-logging
|
||||||
image: gcr.io/google_containers/fluentd-gcp:1.27
|
image: gcr.io/google_containers/fluentd-gcp:1.28
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 200Mi
|
memory: 200Mi
|
||||||
|
Loading…
Reference in New Issue
Block a user