From 815615b454e7ba83fd47ead3c9274ca69398cad5 Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Wed, 27 Jan 2021 16:57:54 +0100 Subject: [PATCH] [meta] add build status and artifact hub badges This commit is adding Artifact Hub badges to main and charts README pages. Also add build status badges to charts README pages (was only present on main README page). --- README.md | 2 +- apm-server/README.md | 2 ++ elasticsearch/README.md | 2 ++ filebeat/README.md | 2 ++ kibana/README.md | 2 ++ logstash/README.md | 2 ++ metricbeat/README.md | 8 +++++--- 7 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 685fc95c3..5aef38ae5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Elastic Stack Kubernetes Helm Charts -[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) diff --git a/apm-server/README.md b/apm-server/README.md index 9f0f0d61c..fa9f82c4a 100644 --- a/apm-server/README.md +++ b/apm-server/README.md @@ -1,5 +1,7 @@ # APM Server Helm Chart +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) + This Helm chart is a lightweight way to configure and run our official [APM Server Docker image][]. diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 1e622a627..3f0442d5d 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -1,5 +1,7 @@ # Elasticsearch Helm Chart +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) + This Helm chart is a lightweight way to configure and run our official [Elasticsearch Docker image][]. diff --git a/filebeat/README.md b/filebeat/README.md index 1249d9e35..f6368b220 100644 --- a/filebeat/README.md +++ b/filebeat/README.md @@ -1,5 +1,7 @@ # Filebeat Helm Chart +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) + This Helm chart is a lightweight way to configure and run our official [Filebeat Docker image][]. diff --git a/kibana/README.md b/kibana/README.md index 882c844b2..99ec1d09c 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -1,5 +1,7 @@ # Kibana Helm Chart +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) + This Helm chart is a lightweight way to configure and run our official [Kibana Docker image][]. diff --git a/logstash/README.md b/logstash/README.md index 813eb545c..5090d49b1 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -1,5 +1,7 @@ # Logstash Helm Chart +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) + This Helm chart is a lightweight way to configure and run our official [Logstash Docker image][]. diff --git a/metricbeat/README.md b/metricbeat/README.md index 1a415820d..cd834659c 100644 --- a/metricbeat/README.md +++ b/metricbeat/README.md @@ -1,5 +1,7 @@ # Metricbeat Helm Chart +[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/elastic)](https://artifacthub.io/packages/search?repo=elastic) + This Helm chart is a lightweight way to configure and run our official [Metricbeat Docker image][]. @@ -206,9 +208,9 @@ same node. ### How do I get multiple beats agents working with hostNetworking enabled? -The default http port for multiple beats agents may be on the same port, for -example, Filebeats and Metricbeats both default to 5066. When `hostNetworking` -is enabled this will cause collisions when standing up the http server. The work +The default http port for multiple beats agents may be on the same port, for +example, Filebeats and Metricbeats both default to 5066. When `hostNetworking` +is enabled this will cause collisions when standing up the http server. The work around for this is to set `http.port` in the config file for one of the beats agent to use a different port.