mirror of https://github.com/k3s-io/k3s
Bump fluentd-gcp image version
parent
70296869e9
commit
aa31f7bc02
|
@ -29,7 +29,7 @@
|
|||
.PHONY: build push
|
||||
|
||||
PREFIX=gcr.io/google_containers
|
||||
TAG = 1.26
|
||||
TAG = 1.27
|
||||
|
||||
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.26
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.27
|
||||
command:
|
||||
- '/bin/sh'
|
||||
- '-c'
|
||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
|||
dnsPolicy: Default
|
||||
containers:
|
||||
- name: fluentd-cloud-logging
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.26
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.27
|
||||
resources:
|
||||
limits:
|
||||
memory: 200Mi
|
||||
|
|
Loading…
Reference in New Issue