mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
fluentd-elasticsearch add-on: Rename Elasticsearch Docker image tag
This commit is contained in:
parent
566364da49
commit
e04773a43d
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
PREFIX = gcr.io/google-containers
|
PREFIX = gcr.io/google-containers
|
||||||
IMAGE = elasticsearch
|
IMAGE = elasticsearch
|
||||||
TAG = v5.6.2-1
|
TAG = v5.6.2
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker build --pull -t $(PREFIX)/$(IMAGE):$(TAG) .
|
docker build --pull -t $(PREFIX)/$(IMAGE):$(TAG) .
|
||||||
|
@ -73,7 +73,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
serviceAccountName: elasticsearch-logging
|
serviceAccountName: elasticsearch-logging
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google-containers/elasticsearch:v5.6.2-1
|
- image: gcr.io/google-containers/elasticsearch:v5.6.2
|
||||||
name: elasticsearch-logging
|
name: elasticsearch-logging
|
||||||
resources:
|
resources:
|
||||||
# need more cpu upon initialization, therefore burstable class
|
# need more cpu upon initialization, therefore burstable class
|
||||||
|
Loading…
Reference in New Issue
Block a user