update to version 7.3.2

This commit is contained in:
Pat Christopher 2019-11-07 11:29:58 -06:00
parent 67d750bb28
commit daa3065a7e
3 changed files with 8 additions and 6 deletions

View File

@ -17,7 +17,7 @@ COPY elasticsearch_logging_discovery.go go.mod go.sum /
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -ldflags "-w" -o /elasticsearch_logging_discovery /elasticsearch_logging_discovery.go
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:7.2.0
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:7.3.2
VOLUME ["/data"]
EXPOSE 9200 9300

View File

@ -16,7 +16,7 @@
PREFIX = quay.io/fluentd_elasticsearch
IMAGE = elasticsearch
TAG = v7.2.0
TAG = v7.3.2
build:
docker build --tag ${PREFIX}/${IMAGE}:${TAG} .

View File

@ -51,7 +51,7 @@ metadata:
namespace: kube-system
labels:
k8s-app: elasticsearch-logging
version: v7.2.0
version: v7.3.2
addonmanager.kubernetes.io/mode: Reconcile
spec:
serviceName: elasticsearch-logging
@ -59,24 +59,26 @@ spec:
selector:
matchLabels:
k8s-app: elasticsearch-logging
version: v7.2.0
version: v7.3.2
template:
metadata:
labels:
k8s-app: elasticsearch-logging
version: v7.2.0
version: v7.3.2
spec:
serviceAccountName: elasticsearch-logging
containers:
- image: quay.io/fluentd_elasticsearch/elasticsearch:v7.2.0
- image: quay.io/fluentd_elasticsearch/elasticsearch:v7.3.2
name: elasticsearch-logging
imagePullPolicy: Always
resources:
# need more cpu upon initialization, therefore burstable class
limits:
cpu: 1000m
memory: 3Gi
requests:
cpu: 100m
memory: 3Gi
ports:
- containerPort: 9200
name: db