fluentd-elasticsearch add-on: Upgrade to Elasticsearch/Kibana 5.6.2

This commit is contained in:
Arve Knudsen 2017-10-01 12:00:08 +02:00
parent cd37a28fa5
commit 1f6647d3cd
4 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM docker.elastic.co/elasticsearch/elasticsearch:5.5.1
FROM docker.elastic.co/elasticsearch/elasticsearch:5.6.2
VOLUME ["/data"]
EXPOSE 9200 9300

View File

@ -16,7 +16,7 @@
PREFIX = gcr.io/google-containers
IMAGE = elasticsearch
TAG = v5.5.1-1
TAG = v5.6.2-1
build:
docker build --pull -t $(PREFIX)/$(IMAGE):$(TAG) .

View File

@ -54,7 +54,7 @@ metadata:
namespace: kube-system
labels:
k8s-app: elasticsearch-logging
version: v5.5.1
version: v5.6.2
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile
spec:
@ -63,17 +63,17 @@ spec:
selector:
matchLabels:
k8s-app: elasticsearch-logging
version: v5.5.1
version: v5.6.2
template:
metadata:
labels:
k8s-app: elasticsearch-logging
version: v5.5.1
version: v5.6.2
kubernetes.io/cluster-service: "true"
spec:
serviceAccountName: elasticsearch-logging
containers:
- image: gcr.io/google-containers/elasticsearch:v5.5.1-1
- image: gcr.io/google-containers/elasticsearch:v5.6.2-1
name: elasticsearch-logging
resources:
# need more cpu upon initialization, therefore burstable class

View File

@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: kibana-logging
image: docker.elastic.co/kibana/kibana:5.5.1
image: docker.elastic.co/kibana/kibana:5.6.2
resources:
# need more cpu upon initialization, therefore burstable class
limits: