mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Bump version of the fluentd-gcp image
This commit is contained in:
parent
cc0406ca26
commit
ba19a27974
@ -29,7 +29,7 @@
|
||||
.PHONY: build push
|
||||
|
||||
PREFIX=gcr.io/google_containers
|
||||
TAG = 1.27
|
||||
TAG = 1.28
|
||||
|
||||
build:
|
||||
docker build -t $(PREFIX)/fluentd-gcp:$(TAG) .
|
||||
|
@ -11,7 +11,7 @@ spec:
|
||||
dnsPolicy: Default
|
||||
containers:
|
||||
- name: fluentd-cloud-logging
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.27
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.28
|
||||
command:
|
||||
- '/bin/sh'
|
||||
- '-c'
|
||||
|
@ -11,7 +11,7 @@ spec:
|
||||
dnsPolicy: Default
|
||||
containers:
|
||||
- name: fluentd-cloud-logging
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.27
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.28
|
||||
resources:
|
||||
limits:
|
||||
memory: 200Mi
|
||||
|
Loading…
Reference in New Issue
Block a user