diff --git a/apm-server/Chart.yaml b/apm-server/Chart.yaml index 4cd308e66..a722f23f5 100755 --- a/apm-server/Chart.yaml +++ b/apm-server/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: apm-server -version: 6.8.13 -appVersion: 6.8.13 +version: 6.8.14-SNAPSHOT +appVersion: 6.8.14-SNAPSHOT sources: - https://github.com/elastic/apm icon: https://helm.elastic.co/icons/apm.png diff --git a/apm-server/README.md b/apm-server/README.md index 6cce1d08c..42715830e 100644 --- a/apm-server/README.md +++ b/apm-server/README.md @@ -8,6 +8,7 @@ The design and code is less mature than official GA features and is being provided as-is with no warranties. Alpha features are not subject to the support SLA of official GA features (see [supported configurations][] for more details). +**Warning**: This branch is used for development, please use the latest [6.x][] release for released version. @@ -15,7 +16,7 @@ SLA of official GA features (see [supported configurations][] for more details). - [Requirements](#requirements) - [Installing](#installing) - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using 6.8 branch and 6.8.13 versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) + - [Install development version using 6.8 branch and 6.8.14-SNAPSHOT versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -39,7 +40,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 6.8.13 version. +This chart is tested with the latest 6.8.14-SNAPSHOT version. ### Install released version using Helm repository @@ -50,15 +51,15 @@ This chart is tested with the latest 6.8.13 version. - with Helm 2: `helm install --name apm-server --version elastic/apm-server` - with [Helm 3 (beta)][]: `helm install apm-server --version elastic/apm-server` -### Install development version using 6.8 branch and 6.8.13 versions +### Install development version using 6.8 branch and 6.8.14-SNAPSHOT versions * Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` * Checkout the branch : git checkout 6.8 * Install it: - - with Helm 2: `helm install --name apm-server --version 6.8.13 ./helm-charts/apm-server` - - with [Helm 3 (beta)][]: `helm install apm-server --version 6.8.13 ./helm-charts/apm-server` + - with Helm 2: `helm install --name apm-server --version 6.8.14-SNAPSHOT ./helm-charts/apm-server` + - with [Helm 3 (beta)][]: `helm install apm-server --version 6.8.14-SNAPSHOT ./helm-charts/apm-server` ## Upgrading @@ -96,7 +97,7 @@ as a reference. They are also used in the automated testing of this chart. | `fullnameOverride` | Overrides the full name of the resources. If not set the name will default to `.Release.Name` - `.Values.nameOverride` or `.Chart.Name` | `""` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The APM Server Docker image tag | `6.8.13` | +| `imageTag` | The APM Server Docker image tag | `6.8.14-SNAPSHOT` | | `image` | The APM Server Docker image | `docker.elastic.co/apm/apm-server` | | `ingress` | Configurable [ingress][] to expose the APM Server service | see [values.yaml][] | | `labels` | Configurable [labels][] applied to all APM server pods | `{}` | @@ -145,7 +146,7 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions about our development and testing process. [6.x]: https://github.com/elastic/helm-charts/releases -[6.8.13]: https://github.com/elastic/helm-charts/blob/6.8.13/apm-server/README.md +[6.8.14-SNAPSHOT]: https://github.com/elastic/helm-charts/blob/6.8.14-SNAPSHOT/apm-server/README.md [BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md [CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md [CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md diff --git a/apm-server/examples/default/README.md b/apm-server/examples/default/README.md index 78a081227..d480dfbb0 100644 --- a/apm-server/examples/default/README.md +++ b/apm-server/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy APM Server 6.8.13 using [default values][]. +This example deploy APM Server 6.8.14-SNAPSHOT using [default values][]. ## Usage diff --git a/apm-server/examples/default/test/goss.yaml b/apm-server/examples/default/test/goss.yaml index bda8918fd..a9c4ab5c4 100644 --- a/apm-server/examples/default/test/goss.yaml +++ b/apm-server/examples/default/test/goss.yaml @@ -3,4 +3,4 @@ http: status: 200 timeout: 2000 body: - - '6.8.13' + - '6.8.14' diff --git a/apm-server/examples/oss/README.md b/apm-server/examples/oss/README.md index b612c4447..a31c2716c 100644 --- a/apm-server/examples/oss/README.md +++ b/apm-server/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy APM Server 6.8.13 using [APM Server OSS][] version. +This example deploy APM Server 6.8.14-SNAPSHOT using [APM Server OSS][] version. ## Usage diff --git a/apm-server/examples/oss/test/goss.yaml b/apm-server/examples/oss/test/goss.yaml index bda8918fd..a9c4ab5c4 100644 --- a/apm-server/examples/oss/test/goss.yaml +++ b/apm-server/examples/oss/test/goss.yaml @@ -3,4 +3,4 @@ http: status: 200 timeout: 2000 body: - - '6.8.13' + - '6.8.14' diff --git a/apm-server/examples/security/README.md b/apm-server/examples/security/README.md index d324704e1..c6fd717c0 100644 --- a/apm-server/examples/security/README.md +++ b/apm-server/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy APM Server 6.8.13 using authentication and TLS to connect to +This example deploy APM Server 6.8.14-SNAPSHOT using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/apm-server/examples/security/test/goss.yaml b/apm-server/examples/security/test/goss.yaml index bda8918fd..a9c4ab5c4 100644 --- a/apm-server/examples/security/test/goss.yaml +++ b/apm-server/examples/security/test/goss.yaml @@ -3,4 +3,4 @@ http: status: 200 timeout: 2000 body: - - '6.8.13' + - '6.8.14' diff --git a/apm-server/values.yaml b/apm-server/values.yaml index 53acbe1c0..e8ec6047b 100755 --- a/apm-server/values.yaml +++ b/apm-server/values.yaml @@ -62,7 +62,7 @@ extraVolumes: [] # emptyDir: {} image: "docker.elastic.co/apm/apm-server" -imageTag: "6.8.13" +imageTag: "6.8.14-SNAPSHOT" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/elasticsearch/Chart.yaml b/elasticsearch/Chart.yaml index 465ed4fab..68393b83b 100755 --- a/elasticsearch/Chart.yaml +++ b/elasticsearch/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: elasticsearch -version: 6.8.13 -appVersion: 6.8.13 +version: 6.8.14-SNAPSHOT +appVersion: 6.8.14-SNAPSHOT sources: - https://github.com/elastic/elasticsearch icon: https://helm.elastic.co/icons/elasticsearch.png diff --git a/elasticsearch/README.md b/elasticsearch/README.md index ea326363d..5067fd47a 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -3,6 +3,7 @@ This Helm chart is a lightweight way to configure and run our official [Elasticsearch Docker image][]. +**Warning**: This branch is used for development, please use the latest [6.x][] release for released version. @@ -10,7 +11,7 @@ This Helm chart is a lightweight way to configure and run our official - [Requirements](#requirements) - [Installing](#installing) - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using 6.8 branch and 6.8.13 versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) + - [Install development version using 6.8 branch and 6.8.14-SNAPSHOT versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -50,7 +51,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 6.8.13 version. +This chart is tested with the latest 6.8.14-SNAPSHOT version. ### Install released version using Helm repository @@ -61,15 +62,15 @@ This chart is tested with the latest 6.8.13 version. - with Helm 2: `helm install --name elasticsearch --version elastic/elasticsearch` - with [Helm 3 (beta)][]: `helm install elasticsearch --version elastic/elasticsearch` -### Install development version using 6.8 branch and 6.8.13 versions +### Install development version using 6.8 branch and 6.8.14-SNAPSHOT versions * Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` * Checkout the branch : git checkout 6.8 * Install it: - - with Helm 2: `helm install --name elasticsearch --version 6.8.13 ./helm-charts/elasticsearch` - - with [Helm 3 (beta)][]: `helm install elasticsearch --version 6.8.13 ./helm-charts/elasticsearch` + - with Helm 2: `helm install --name elasticsearch --version 6.8.14-SNAPSHOT ./helm-charts/elasticsearch` + - with [Helm 3 (beta)][]: `helm install elasticsearch --version 6.8.14-SNAPSHOT ./helm-charts/elasticsearch` ## Upgrading @@ -124,7 +125,7 @@ support multiple versions with minimal changes. | `httpPort` | The http port that Kubernetes will use for the healthchecks and the service. If you change this you will also need to set [http.port][] in `extraEnvs` | `9200` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The Elasticsearch Docker image tag | `6.8.13` | +| `imageTag` | The Elasticsearch Docker image tag | `6.8.14-SNAPSHOT` | | `image` | The Elasticsearch Docker image | `docker.elastic.co/elasticsearch/elasticsearch` | | `ingress` | Configurable [ingress][] to expose the Elasticsearch service. See [values.yaml][] for an example | see [values.yaml][] | | `initResources` | Allows you to set the [resources][] for the `initContainer` in the StatefulSet | `{}` | @@ -387,7 +388,7 @@ about our development and testing process. [6.x]: https://github.com/elastic/helm-charts/releases [#63]: https://github.com/elastic/helm-charts/issues/63 -[6.8.13]: https://github.com/elastic/helm-charts/blob/6.8.13/elasticsearch/README.md +[6.8.14-SNAPSHOT]: https://github.com/elastic/helm-charts/blob/6.8.14-SNAPSHOT/elasticsearch/README.md [BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md [CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md [CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md diff --git a/elasticsearch/examples/config/README.md b/elasticsearch/examples/config/README.md index 0131bdb7c..da145362d 100644 --- a/elasticsearch/examples/config/README.md +++ b/elasticsearch/examples/config/README.md @@ -1,6 +1,6 @@ # Config -This example deploy a single node Elasticsearch 6.8.13 with authentication and +This example deploy a single node Elasticsearch 6.8.14-SNAPSHOT with authentication and custom [values][]. diff --git a/elasticsearch/examples/default/README.md b/elasticsearch/examples/default/README.md index 1abb645bd..299901a82 100644 --- a/elasticsearch/examples/default/README.md +++ b/elasticsearch/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy a 3 nodes Elasticsearch 6.8.13 cluster using +This example deploy a 3 nodes Elasticsearch 6.8.14-SNAPSHOT cluster using [default values][]. diff --git a/elasticsearch/examples/default/test/goss.yaml b/elasticsearch/examples/default/test/goss.yaml index 11adc54b9..0fb8916f6 100644 --- a/elasticsearch/examples/default/test/goss.yaml +++ b/elasticsearch/examples/default/test/goss.yaml @@ -15,7 +15,7 @@ http: status: 200 timeout: 2000 body: - - '"number" : "6.8.13"' + - '"number" : "6.8.14"' - '"cluster_name" : "elasticsearch"' - '"name" : "elasticsearch-master-0"' - 'You Know, for Search' diff --git a/elasticsearch/examples/docker-for-mac/README.md b/elasticsearch/examples/docker-for-mac/README.md index 65b5d2cee..2c0fca636 100644 --- a/elasticsearch/examples/docker-for-mac/README.md +++ b/elasticsearch/examples/docker-for-mac/README.md @@ -1,6 +1,6 @@ # Docker for Mac -This example deploy a 3 nodes Elasticsearch 6.8.13 cluster on [Docker for Mac][] +This example deploy a 3 nodes Elasticsearch 6.8.14-SNAPSHOT cluster on [Docker for Mac][] using [custom values][]. Note that this configuration should be used for test only and isn't recommended diff --git a/elasticsearch/examples/kubernetes-kind/README.md b/elasticsearch/examples/kubernetes-kind/README.md index 12151729b..6f11d8256 100644 --- a/elasticsearch/examples/kubernetes-kind/README.md +++ b/elasticsearch/examples/kubernetes-kind/README.md @@ -1,6 +1,6 @@ # KIND -This example deploy a 3 nodes Elasticsearch 6.8.13 cluster on [Kind][] +This example deploy a 3 nodes Elasticsearch 6.8.14-SNAPSHOT cluster on [Kind][] using [custom values][]. Note that this configuration should be used for test only and isn't recommended diff --git a/elasticsearch/examples/microk8s/README.md b/elasticsearch/examples/microk8s/README.md index 50eee66bb..69df1e5ef 100644 --- a/elasticsearch/examples/microk8s/README.md +++ b/elasticsearch/examples/microk8s/README.md @@ -1,6 +1,6 @@ # MicroK8S -This example deploy a 3 nodes Elasticsearch 6.8.13 cluster on [MicroK8S][] +This example deploy a 3 nodes Elasticsearch 6.8.14-SNAPSHOT cluster on [MicroK8S][] using [custom values][]. Note that this configuration should be used for test only and isn't recommended diff --git a/elasticsearch/examples/minikube/README.md b/elasticsearch/examples/minikube/README.md index ebc85b1ab..2a939150c 100644 --- a/elasticsearch/examples/minikube/README.md +++ b/elasticsearch/examples/minikube/README.md @@ -1,6 +1,6 @@ # Minikube -This example deploy a 3 nodes Elasticsearch 6.8.13 cluster on [Minikube][] +This example deploy a 3 nodes Elasticsearch 6.8.14-SNAPSHOT cluster on [Minikube][] using [custom values][]. If helm or kubectl timeouts occur, you may consider creating a minikube VM with diff --git a/elasticsearch/examples/multi/README.md b/elasticsearch/examples/multi/README.md index 229b29fa7..750439b94 100644 --- a/elasticsearch/examples/multi/README.md +++ b/elasticsearch/examples/multi/README.md @@ -1,6 +1,6 @@ # Multi -This example deploy an Elasticsearch 6.8.13 cluster composed of 2 different Helm +This example deploy an Elasticsearch 6.8.14-SNAPSHOT cluster composed of 2 different Helm releases: - `helm-es-multi-master` for the 3 master nodes using [master values][] diff --git a/elasticsearch/examples/openshift/README.md b/elasticsearch/examples/openshift/README.md index 91f2be4e2..46455a141 100644 --- a/elasticsearch/examples/openshift/README.md +++ b/elasticsearch/examples/openshift/README.md @@ -1,6 +1,6 @@ # OpenShift -This example deploy a 3 nodes Elasticsearch 6.8.13 cluster on [OpenShift][] +This example deploy a 3 nodes Elasticsearch 6.8.14-SNAPSHOT cluster on [OpenShift][] using [custom values][]. ## Usage diff --git a/elasticsearch/examples/openshift/test/goss.yaml b/elasticsearch/examples/openshift/test/goss.yaml index 57b7abb00..b1853e8f7 100644 --- a/elasticsearch/examples/openshift/test/goss.yaml +++ b/elasticsearch/examples/openshift/test/goss.yaml @@ -11,7 +11,7 @@ http: status: 200 timeout: 2000 body: - - '"number" : "6.8.13"' + - '"number" : "6.8.14"' - '"cluster_name" : "elasticsearch"' - '"name" : "elasticsearch-master-0"' - 'You Know, for Search' diff --git a/elasticsearch/examples/oss/README.md b/elasticsearch/examples/oss/README.md index 39dbb34ea..8c54a32d8 100644 --- a/elasticsearch/examples/oss/README.md +++ b/elasticsearch/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy a 3 nodes Elasticsearch 6.8.13 cluster using +This example deploy a 3 nodes Elasticsearch 6.8.14-SNAPSHOT cluster using [Elasticsearch OSS][] version. ## Usage diff --git a/elasticsearch/examples/oss/test/goss.yaml b/elasticsearch/examples/oss/test/goss.yaml index f9fda4d94..a4c6ba56b 100644 --- a/elasticsearch/examples/oss/test/goss.yaml +++ b/elasticsearch/examples/oss/test/goss.yaml @@ -11,7 +11,7 @@ http: status: 200 timeout: 2000 body: - - '"number" : "6.8.13"' + - '"number" : "6.8.14"' - '"cluster_name" : "oss"' - '"name" : "oss-master-0"' - 'You Know, for Search' diff --git a/elasticsearch/examples/security/README.md b/elasticsearch/examples/security/README.md index eb3c0f43c..7ad74d338 100644 --- a/elasticsearch/examples/security/README.md +++ b/elasticsearch/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy a 3 nodes Elasticsearch 6.8.13 with authentication and +This example deploy a 3 nodes Elasticsearch 6.8.14-SNAPSHOT with authentication and autogenerated certificates for TLS (see [values][]). Note that this configuration should be used for test only. For a production diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index 879566531..59a873015 100755 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -51,7 +51,7 @@ secretMounts: [] # defaultMode: 0755 image: "docker.elastic.co/elasticsearch/elasticsearch" -imageTag: "6.8.13" +imageTag: "6.8.14-SNAPSHOT" imagePullPolicy: "IfNotPresent" podAnnotations: {} diff --git a/filebeat/Chart.yaml b/filebeat/Chart.yaml index 3593489e3..ce4859f79 100755 --- a/filebeat/Chart.yaml +++ b/filebeat/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: filebeat -version: 6.8.13 -appVersion: 6.8.13 +version: 6.8.14-SNAPSHOT +appVersion: 6.8.14-SNAPSHOT sources: - https://github.com/elastic/beats icon: https://helm.elastic.co/icons/beats.png diff --git a/filebeat/README.md b/filebeat/README.md index 25353c02d..9f1508749 100644 --- a/filebeat/README.md +++ b/filebeat/README.md @@ -3,6 +3,7 @@ This Helm chart is a lightweight way to configure and run our official [Filebeat Docker image][]. +**Warning**: This branch is used for development, please use the latest [6.x][] release for released version. @@ -10,7 +11,7 @@ This Helm chart is a lightweight way to configure and run our official - [Requirements](#requirements) - [Installing](#installing) - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using 6.8 branch and 6.8.13 versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) + - [Install development version using 6.8 branch and 6.8.14-SNAPSHOT versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -36,7 +37,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 6.8.13 version. +This chart is tested with the latest 6.8.14-SNAPSHOT version. ### Install released version using Helm repository @@ -47,15 +48,15 @@ This chart is tested with the latest 6.8.13 version. - with Helm 2: `helm install --name filebeat --version elastic/filebeat` - with [Helm 3 (beta)][]: `helm install filebeat --version elastic/filebeat` -### Install development version using 6.8 branch and 6.8.13 versions +### Install development version using 6.8 branch and 6.8.14-SNAPSHOT versions * Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` * Checkout the branch : git checkout 6.8 * Install it: - - with Helm 2: `helm install --name filebeat --version 6.8.13 ./helm-charts/filebeat` - - with [Helm 3 (beta)][]: `helm install filebeat --version 6.8.13 ./helm-charts/filebeat` + - with Helm 2: `helm install --name filebeat --version 6.8.14-SNAPSHOT ./helm-charts/filebeat` + - with [Helm 3 (beta)][]: `helm install filebeat --version 6.8.14-SNAPSHOT ./helm-charts/filebeat` ## Upgrading @@ -104,7 +105,7 @@ as a reference. They are also used in the automated testing of this chart. | `hostPathRoot` | Fully-qualified [hostPath][] that will be used to persist Filebeat registry data | `/var/lib` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The Filebeat Docker image tag | `6.8.13` | +| `imageTag` | The Filebeat Docker image tag | `6.8.14-SNAPSHOT` | | `image` | The Filebeat Docker image | `docker.elastic.co/beats/filebeat` | | `labels` | Configurable [labels][] applied to all Filebeat pods | `{}` | | `livenessProbe` | Parameters to pass to liveness [probe][] checks for values such as timeouts and thresholds | see [values.yaml][] | @@ -184,7 +185,7 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions about our development and testing process. [6.x]: https://github.com/elastic/helm-charts/releases -[6.8.13]: https://github.com/elastic/helm-charts/blob/6.8.13/filebeat/README.md +[6.8.14-SNAPSHOT]: https://github.com/elastic/helm-charts/blob/6.8.14-SNAPSHOT/filebeat/README.md [BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md [CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md [CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md diff --git a/filebeat/examples/default/README.md b/filebeat/examples/default/README.md index 501b8338f..35e417b0e 100644 --- a/filebeat/examples/default/README.md +++ b/filebeat/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Filebeat 6.8.13 using [default values][]. +This example deploy Filebeat 6.8.14-SNAPSHOT using [default values][]. ## Usage diff --git a/filebeat/examples/default/test/goss.yaml b/filebeat/examples/default/test/goss.yaml index 7eabd8393..34bed762c 100644 --- a/filebeat/examples/default/test/goss.yaml +++ b/filebeat/examples/default/test/goss.yaml @@ -29,7 +29,7 @@ http: status: 200 timeout: 2000 body: - - 'filebeat-6.8.13' + - 'filebeat-6.8.14' file: /usr/share/filebeat/filebeat.yml: @@ -44,4 +44,4 @@ command: exit-status: 0 stdout: - 'elasticsearch: http://elasticsearch-master:9200' - - 'version: 6.8.13' + - 'version: 6.8.14' diff --git a/filebeat/examples/oss/README.md b/filebeat/examples/oss/README.md index bfdf991b7..5ef5c7e42 100644 --- a/filebeat/examples/oss/README.md +++ b/filebeat/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Filebeat 6.8.13 using [Filebeat OSS][] version. +This example deploy Filebeat 6.8.14-SNAPSHOT using [Filebeat OSS][] version. ## Usage diff --git a/filebeat/examples/oss/test/goss.yaml b/filebeat/examples/oss/test/goss.yaml index 69eaf054b..1d71c1e8d 100644 --- a/filebeat/examples/oss/test/goss.yaml +++ b/filebeat/examples/oss/test/goss.yaml @@ -19,4 +19,4 @@ http: status: 200 timeout: 2000 body: - - 'filebeat-6.8.13' + - 'filebeat-6.8.14' diff --git a/filebeat/examples/security/README.md b/filebeat/examples/security/README.md index eda6a4ff0..756d55697 100644 --- a/filebeat/examples/security/README.md +++ b/filebeat/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Filebeat 6.8.13 using authentication and TLS to connect to +This example deploy Filebeat 6.8.14-SNAPSHOT using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/filebeat/examples/security/test/goss.yaml b/filebeat/examples/security/test/goss.yaml index 65e659fc8..fa2807070 100644 --- a/filebeat/examples/security/test/goss.yaml +++ b/filebeat/examples/security/test/goss.yaml @@ -3,7 +3,7 @@ http: status: 200 timeout: 2000 body: - - 'filebeat-6.8.13' + - 'filebeat-6.8.14' allow-insecure: true username: '{{ .Env.ELASTICSEARCH_USERNAME }}' password: '{{ .Env.ELASTICSEARCH_PASSWORD }}' diff --git a/filebeat/values.yaml b/filebeat/values.yaml index ff7dd892e..372dbef03 100755 --- a/filebeat/values.yaml +++ b/filebeat/values.yaml @@ -52,7 +52,7 @@ dnsConfig: {} # - name: ndots # value: "2" image: "docker.elastic.co/beats/filebeat" -imageTag: "6.8.13" +imageTag: "6.8.14-SNAPSHOT" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/helpers/examples.mk b/helpers/examples.mk index 00a720f22..46c4e000b 100644 --- a/helpers/examples.mk +++ b/helpers/examples.mk @@ -1,7 +1,7 @@ GOSS_VERSION := v0.3.6 GOSS_FILE ?= goss.yaml GOSS_SELECTOR ?= release=$(RELEASE) -STACK_VERSION := 6.8.13 +STACK_VERSION := 6.8.14-SNAPSHOT .PHONY: help help: ## Display this help diff --git a/kibana/Chart.yaml b/kibana/Chart.yaml index f287264ae..0259124aa 100755 --- a/kibana/Chart.yaml +++ b/kibana/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: kibana -version: 6.8.13 -appVersion: 6.8.13 +version: 6.8.14-SNAPSHOT +appVersion: 6.8.14-SNAPSHOT sources: - https://github.com/elastic/kibana icon: https://helm.elastic.co/icons/kibana.png diff --git a/kibana/README.md b/kibana/README.md index ef70361d4..54105ae24 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -3,6 +3,7 @@ This Helm chart is a lightweight way to configure and run our official [Kibana Docker image][]. +**Warning**: This branch is used for development, please use the latest [6.x][] release for released version. @@ -10,7 +11,7 @@ This Helm chart is a lightweight way to configure and run our official - [Requirements](#requirements) - [Installing](#installing) - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using 6.8 branch and 6.8.13 versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) + - [Install development version using 6.8 branch and 6.8.14-SNAPSHOT versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -37,7 +38,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 6.8.13 version. +This chart is tested with the latest 6.8.14-SNAPSHOT version. ### Install released version using Helm repository @@ -48,15 +49,15 @@ This chart is tested with the latest 6.8.13 version. - with Helm 2: `helm install --name kibana --version elastic/kibana` - with [Helm 3 (beta)][]: `helm install kibana --version elastic/kibana` -### Install development version using 6.8 branch and 6.8.13 versions +### Install development version using 6.8 branch and 6.8.14-SNAPSHOT versions * Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` * Checkout the branch : git checkout 6.8 * Install it: - - with Helm 2: `helm install --name kibana --version 6.8.13 ./helm-charts/kibana` - - with [Helm 3 (beta)][]: `helm install kibana --version 6.8.13 ./helm-charts/kibana` + - with Helm 2: `helm install --name kibana --version 6.8.14-SNAPSHOT ./helm-charts/kibana` + - with [Helm 3 (beta)][]: `helm install kibana --version 6.8.14-SNAPSHOT ./helm-charts/kibana` ## Upgrading @@ -89,7 +90,7 @@ as a reference. They are also used in the automated testing of this chart. | `httpPort` | The http port that Kubernetes will use for the healthchecks and the service | `5601` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][]value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The Kibana Docker image tag | `6.8.13` | +| `imageTag` | The Kibana Docker image tag | `6.8.14-SNAPSHOT` | | `image` | The Kibana Docker image | `docker.elastic.co/kibana/kibana` | | `ingress` | Configurable [ingress][] to expose the Kibana service. | see [values.yaml][] | | `kibanaConfig` | Allows you to add any config files in `/usr/share/kibana/config/` such as `kibana.yml` See [values.yaml][] for an example of the formatting | `{}` | @@ -201,7 +202,7 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions about our development and testing process. [6.x]: https://github.com/elastic/helm-charts/releases -[6.8.13]: https://github.com/elastic/helm-charts/blob/6.8.13/kibana/README.md +[6.8.14-SNAPSHOT]: https://github.com/elastic/helm-charts/blob/6.8.14-SNAPSHOT/kibana/README.md [BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md [CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md [CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md diff --git a/kibana/examples/default/README.md b/kibana/examples/default/README.md index 22b2f3209..eb4fdf9e4 100644 --- a/kibana/examples/default/README.md +++ b/kibana/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Kibana 6.8.13 using [default values][]. +This example deploy Kibana 6.8.14-SNAPSHOT using [default values][]. ## Usage diff --git a/kibana/examples/default/test/goss.yaml b/kibana/examples/default/test/goss.yaml index dca23fc68..f32643bfa 100644 --- a/kibana/examples/default/test/goss.yaml +++ b/kibana/examples/default/test/goss.yaml @@ -3,7 +3,7 @@ http: status: 200 timeout: 2000 body: - - '"number":"6.8.13"' + - '"number":"6.8.14"' http://localhost:5601/app/kibana: status: 200 diff --git a/kibana/examples/openshift/README.md b/kibana/examples/openshift/README.md index c3716f926..5ee0e9309 100644 --- a/kibana/examples/openshift/README.md +++ b/kibana/examples/openshift/README.md @@ -1,6 +1,6 @@ # OpenShift -This example deploy Kibana 6.8.13 on [OpenShift][] using [custom values][]. +This example deploy Kibana 6.8.14-SNAPSHOT on [OpenShift][] using [custom values][]. ## Usage diff --git a/kibana/examples/oss/README.md b/kibana/examples/oss/README.md index 65455480d..54c9974fc 100644 --- a/kibana/examples/oss/README.md +++ b/kibana/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Kibana 6.8.13 using [Kibana OSS][] version. +This example deploy Kibana 6.8.14-SNAPSHOT using [Kibana OSS][] version. ## Usage diff --git a/kibana/examples/security/README.md b/kibana/examples/security/README.md index 20f2f0a4f..ff34e9b1b 100644 --- a/kibana/examples/security/README.md +++ b/kibana/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Kibana 6.8.13 using authentication and TLS to connect to +This example deploy Kibana 6.8.14-SNAPSHOT using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/kibana/values.yaml b/kibana/values.yaml index 321994ace..53ba34e8b 100755 --- a/kibana/values.yaml +++ b/kibana/values.yaml @@ -29,7 +29,7 @@ secretMounts: [] # subPath: kibana.keystore # optional image: "docker.elastic.co/kibana/kibana" -imageTag: "6.8.13" +imageTag: "6.8.14-SNAPSHOT" imagePullPolicy: "IfNotPresent" # additionals labels diff --git a/logstash/Chart.yaml b/logstash/Chart.yaml index d3d73123c..ed8c4a4c9 100755 --- a/logstash/Chart.yaml +++ b/logstash/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: logstash -version: 6.8.13 -appVersion: 6.8.13 +version: 6.8.14-SNAPSHOT +appVersion: 6.8.14-SNAPSHOT sources: - https://github.com/elastic/logstash icon: https://helm.elastic.co/icons/logstash.png diff --git a/logstash/README.md b/logstash/README.md index 8e7b3dc6f..a954a7c77 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -8,6 +8,7 @@ The design and code is less mature than official GA features and is being provided as-is with no warranties. Alpha features are not subject to the support SLA of official GA features (see [supported configurations][] for more details). +**Warning**: This branch is used for development, please use the latest [6.x][] release for released version. @@ -15,7 +16,7 @@ SLA of official GA features (see [supported configurations][] for more details). - [Requirements](#requirements) - [Installing](#installing) - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using 6.8 branch and 6.8.13 versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) + - [Install development version using 6.8 branch and 6.8.14-SNAPSHOT versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -38,7 +39,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 6.8.13 version. +This chart is tested with the latest 6.8.14-SNAPSHOT version. ### Install released version using Helm repository @@ -49,15 +50,15 @@ This chart is tested with the latest 6.8.13 version. - with Helm 2: `helm install --name logstash --version elastic/logstash` - with [Helm 3 (beta)][]: `helm install logstash --version elastic/logstash` -### Install development version using 6.8 branch and 6.8.13 versions +### Install development version using 6.8 branch and 6.8.14-SNAPSHOT versions * Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` * Checkout the branch : git checkout 6.8 * Install it: - - with Helm 2: `helm install --name logstash --version 6.8.13 ./helm-charts/logstash` - - with [Helm 3 (beta)][]: `helm install logstash --version 6.8.13 ./helm-charts/logstash` + - with Helm 2: `helm install --name logstash --version 6.8.14-SNAPSHOT ./helm-charts/logstash` + - with [Helm 3 (beta)][]: `helm install logstash --version 6.8.14-SNAPSHOT ./helm-charts/logstash` ## Upgrading @@ -113,7 +114,7 @@ useful for the [http input plugin][], for instance. | `httpPort` | The http port that Kubernetes will use for the healthchecks and the service | `9600` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The Logstash Docker image tag | `6.8.13` | +| `imageTag` | The Logstash Docker image tag | `6.8.14-SNAPSHOT` | | `image` | The Logstash Docker image | `docker.elastic.co/logstash/logstash` | | `labels` | Configurable [labels][] applied to all Logstash pods | `{}` | | `ingress` | Configurable [ingress][] for external access to Logstash HTTP port. | see [values.yaml][] | @@ -188,7 +189,7 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions about our development and testing process. [6.x]: https://github.com/elastic/helm-charts/releases -[6.8.13]: https://github.com/elastic/helm-charts/blob/6.8.13/logstash/README.md +[6.8.14-SNAPSHOT]: https://github.com/elastic/helm-charts/blob/6.8.14-SNAPSHOT/logstash/README.md [BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md [CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md [CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md diff --git a/logstash/examples/default/README.md b/logstash/examples/default/README.md index 768cb4b0c..a62deb3fd 100644 --- a/logstash/examples/default/README.md +++ b/logstash/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Logstash 6.8.13 using [default values][]. +This example deploy Logstash 6.8.14-SNAPSHOT using [default values][]. ## Usage diff --git a/logstash/examples/default/test/goss.yaml b/logstash/examples/default/test/goss.yaml index 2162769da..d06e6e34d 100644 --- a/logstash/examples/default/test/goss.yaml +++ b/logstash/examples/default/test/goss.yaml @@ -9,7 +9,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "6.8.13"' + - '"version" : "6.8.14"' - '"http_address" : "0.0.0.0:9600"' file: diff --git a/logstash/examples/elasticsearch/README.md b/logstash/examples/elasticsearch/README.md index 69ba67c65..aad50192d 100644 --- a/logstash/examples/elasticsearch/README.md +++ b/logstash/examples/elasticsearch/README.md @@ -1,6 +1,6 @@ # Elasticsearch -This example deploy Logstash 6.8.13 which connects to Elasticsearch (see +This example deploy Logstash 6.8.14-SNAPSHOT which connects to Elasticsearch (see [values][]). diff --git a/logstash/examples/elasticsearch/test/goss.yaml b/logstash/examples/elasticsearch/test/goss.yaml index 6486735e8..09f22bb34 100644 --- a/logstash/examples/elasticsearch/test/goss.yaml +++ b/logstash/examples/elasticsearch/test/goss.yaml @@ -21,7 +21,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "6.8.13"' + - '"version" : "6.8.14"' - '"http_address" : "0.0.0.0:9600"' http://elasticsearch-master:9200/_cat/indices: status: 200 diff --git a/logstash/examples/oss/README.md b/logstash/examples/oss/README.md index 7f4b1b08d..d0af5a2bd 100644 --- a/logstash/examples/oss/README.md +++ b/logstash/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Logstash 6.8.13 using [Logstash OSS][] version. +This example deploy Logstash 6.8.14-SNAPSHOT using [Logstash OSS][] version. ## Usage diff --git a/logstash/examples/oss/test/goss.yaml b/logstash/examples/oss/test/goss.yaml index f5bab683d..42cbf538c 100644 --- a/logstash/examples/oss/test/goss.yaml +++ b/logstash/examples/oss/test/goss.yaml @@ -9,7 +9,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "6.8.13"' + - '"version" : "6.8.14"' - '"http_address" : "0.0.0.0:9600"' file: diff --git a/logstash/examples/security/test/goss.yaml b/logstash/examples/security/test/goss.yaml index 128669dee..5cd5dffeb 100644 --- a/logstash/examples/security/test/goss.yaml +++ b/logstash/examples/security/test/goss.yaml @@ -21,7 +21,7 @@ http: status: 200 timeout: 2000 body: - - '"version" : "6.8.13"' + - '"version" : "6.8.14"' - '"http_address" : "0.0.0.0:9600"' https://security-master:9200/_cat/indices: status: 200 diff --git a/logstash/values.yaml b/logstash/values.yaml index 0f7500d0a..d5166588b 100755 --- a/logstash/values.yaml +++ b/logstash/values.yaml @@ -60,7 +60,7 @@ secrets: [] secretMounts: [] image: "docker.elastic.co/logstash/logstash" -imageTag: "6.8.13" +imageTag: "6.8.14-SNAPSHOT" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/metricbeat/Chart.yaml b/metricbeat/Chart.yaml index 3f3a29634..7011ae763 100755 --- a/metricbeat/Chart.yaml +++ b/metricbeat/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: metricbeat -version: 6.8.13 -appVersion: 6.8.13 +version: 6.8.14-SNAPSHOT +appVersion: 6.8.14-SNAPSHOT sources: - https://github.com/elastic/beats icon: https://helm.elastic.co/icons/beats.png diff --git a/metricbeat/README.md b/metricbeat/README.md index c82863e88..d784fd7a5 100644 --- a/metricbeat/README.md +++ b/metricbeat/README.md @@ -3,6 +3,7 @@ This Helm chart is a lightweight way to configure and run our official [Metricbeat Docker image][]. +**Warning**: This branch is used for development, please use the latest [6.x][] release for released version. @@ -10,7 +11,7 @@ This Helm chart is a lightweight way to configure and run our official - [Requirements](#requirements) - [Installing](#installing) - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using 6.8 branch and 6.8.13 versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) + - [Install development version using 6.8 branch and 6.8.14-SNAPSHOT versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -36,7 +37,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 6.8.13 version. +This chart is tested with the latest 6.8.14-SNAPSHOT version. ### Install released version using Helm repository @@ -47,15 +48,15 @@ This chart is tested with the latest 6.8.13 version. - with Helm 2: `helm install --name metricbeat --version elastic/metricbeat` - with [Helm 3 (beta)][]: `helm install metricbeat --version elastic/metricbeat` -### Install development version using 6.8 branch and 6.8.13 versions +### Install development version using 6.8 branch and 6.8.14-SNAPSHOT versions * Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` * Checkout the branch : git checkout 6.8 * Install it: - - with Helm 2: `helm install --name metricbeat --version 6.8.13 ./helm-charts/metricbeat` - - with [Helm 3 (beta)][]: `helm install metricbeat --version 6.8.13 ./helm-charts/metricbeat` + - with Helm 2: `helm install --name metricbeat --version 6.8.14-SNAPSHOT ./helm-charts/metricbeat` + - with [Helm 3 (beta)][]: `helm install metricbeat --version 6.8.14-SNAPSHOT ./helm-charts/metricbeat` ## Upgrading @@ -123,7 +124,7 @@ as a reference. They are also used in the automated testing of this chart. | `hostPathRoot` | Fully-qualified [hostPath][] that will be used to persist Metricbeat registry data | `/var/lib` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The Metricbeat Docker image tag | `6.8.13` | +| `imageTag` | The Metricbeat Docker image tag | `6.8.14-SNAPSHOT` | | `image` | The Metricbeat Docker image | `docker.elastic.co/beats/metricbeat` | | `kube_state_metrics.enabled` | Install [kube-state-metrics](https://github.com/helm/charts/tree/master/stable/kube-state-metrics) as a dependency | `true` | | `kube_state_metrics.host` | Define kube-state-metrics endpoint for an existing deployment. Works only if `kube_state_metrics.enabled: false` | `""` | @@ -209,7 +210,7 @@ about our development and testing process. [6.x]: https://github.com/elastic/helm-charts/releases [#471]: https://github.com/elastic/helm-charts/pull/471 -[6.8.13]: https://github.com/elastic/helm-charts/blob/6.8.13/metricbeat/README.md +[6.8.14-SNAPSHOT]: https://github.com/elastic/helm-charts/blob/6.8.14-SNAPSHOT/metricbeat/README.md [BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md [CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md [CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md diff --git a/metricbeat/examples/default/README.md b/metricbeat/examples/default/README.md index 5697233fa..decbb7a40 100644 --- a/metricbeat/examples/default/README.md +++ b/metricbeat/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Metricbeat 6.8.13 using [default values][]. +This example deploy Metricbeat 6.8.14-SNAPSHOT using [default values][]. ## Usage diff --git a/metricbeat/examples/default/test/goss-metrics.yaml b/metricbeat/examples/default/test/goss-metrics.yaml index ec5ddc940..a2aff34c5 100644 --- a/metricbeat/examples/default/test/goss-metrics.yaml +++ b/metricbeat/examples/default/test/goss-metrics.yaml @@ -21,13 +21,13 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-6.8.13' + - 'metricbeat-6.8.14' 'http://elasticsearch-master:9200/_search?q=metricset.name:state_container%20AND%20kubernetes.container.name:metricbeat': status: 200 timeout: 2000 body: - - 'metricbeat-6.8.13' + - 'metricbeat-6.8.14' file: /usr/share/metricbeat/metricbeat.yml: @@ -41,4 +41,4 @@ command: exit-status: 0 stdout: - 'elasticsearch: http://elasticsearch-master:9200' - - 'version: 6.8.13' + - 'version: 6.8.14' diff --git a/metricbeat/examples/default/test/goss.yaml b/metricbeat/examples/default/test/goss.yaml index f4b2b2aa4..e8d6b93c6 100644 --- a/metricbeat/examples/default/test/goss.yaml +++ b/metricbeat/examples/default/test/goss.yaml @@ -25,12 +25,12 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-6.8.13' + - 'metricbeat-6.8.14' 'http://elasticsearch-master:9200/_search?q=metricset.name:container%20AND%20kubernetes.container.name:metricbeat': status: 200 timeout: 2000 body: - - 'metricbeat-6.8.13' + - 'metricbeat-6.8.14' file: /usr/share/metricbeat/metricbeat.yml: @@ -45,4 +45,4 @@ command: exit-status: 0 stdout: - 'elasticsearch: http://elasticsearch-master:9200' - - 'version: 6.8.13' + - 'version: 6.8.14' diff --git a/metricbeat/examples/oss/README.md b/metricbeat/examples/oss/README.md index 25c85063b..0e0f35889 100644 --- a/metricbeat/examples/oss/README.md +++ b/metricbeat/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Metricbeat 6.8.13 using [Metricbeat OSS][] version. +This example deploy Metricbeat 6.8.14-SNAPSHOT using [Metricbeat OSS][] version. ## Usage diff --git a/metricbeat/examples/oss/test/goss-metrics.yaml b/metricbeat/examples/oss/test/goss-metrics.yaml index fb95c1a11..894a7f1c0 100644 --- a/metricbeat/examples/oss/test/goss-metrics.yaml +++ b/metricbeat/examples/oss/test/goss-metrics.yaml @@ -21,12 +21,12 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-6.8.13' + - 'metricbeat-6.8.14' http://oss-master:9200/_search?q=metricset.name:state_deployment: status: 200 timeout: 2000 body: - - 'metricbeat-6.8.13' + - 'metricbeat-6.8.14' file: /usr/share/metricbeat/metricbeat.yml: @@ -39,4 +39,4 @@ command: exit-status: 0 stdout: - 'elasticsearch: http://oss-master:9200' - - 'version: 6.8.13' + - 'version: 6.8.14' diff --git a/metricbeat/examples/oss/test/goss.yaml b/metricbeat/examples/oss/test/goss.yaml index e9a88f025..6a47573b0 100644 --- a/metricbeat/examples/oss/test/goss.yaml +++ b/metricbeat/examples/oss/test/goss.yaml @@ -25,12 +25,12 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-6.8.13' + - 'metricbeat-6.8.14' http://oss-master:9200/_search?q=metricset.name:container: status: 200 timeout: 2000 body: - - 'metricbeat-6.8.13' + - 'metricbeat-6.8.14' file: /usr/share/metricbeat/metricbeat.yml: @@ -44,4 +44,4 @@ command: exit-status: 0 stdout: - 'elasticsearch: http://oss-master:9200' - - 'version: 6.8.13' + - 'version: 6.8.14' diff --git a/metricbeat/examples/security/README.md b/metricbeat/examples/security/README.md index 233fad86b..a908d5dab 100644 --- a/metricbeat/examples/security/README.md +++ b/metricbeat/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Metricbeat 6.8.13 using authentication and TLS to connect to +This example deploy Metricbeat 6.8.14-SNAPSHOT using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/metricbeat/examples/security/test/goss-metrics.yaml b/metricbeat/examples/security/test/goss-metrics.yaml index bbfa28c2a..78647169d 100644 --- a/metricbeat/examples/security/test/goss-metrics.yaml +++ b/metricbeat/examples/security/test/goss-metrics.yaml @@ -21,7 +21,7 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-6.8.13' + - 'metricbeat-6.8.14' allow-insecure: true username: '{{ .Env.ELASTICSEARCH_USERNAME }}' password: '{{ .Env.ELASTICSEARCH_PASSWORD }}' @@ -29,7 +29,7 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-6.8.13' + - 'metricbeat-6.8.14' allow-insecure: true username: '{{ .Env.ELASTICSEARCH_USERNAME }}' password: '{{ .Env.ELASTICSEARCH_PASSWORD }}' @@ -45,4 +45,4 @@ command: exit-status: 0 stdout: - 'elasticsearch: https://security-master:9200' - - 'version: 6.8.13' + - 'version: 6.8.14' diff --git a/metricbeat/examples/security/test/goss.yaml b/metricbeat/examples/security/test/goss.yaml index 633a7d0a3..fb4b0f843 100644 --- a/metricbeat/examples/security/test/goss.yaml +++ b/metricbeat/examples/security/test/goss.yaml @@ -25,7 +25,7 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-6.8.13' + - 'metricbeat-6.8.14' allow-insecure: true username: '{{ .Env.ELASTICSEARCH_USERNAME }}' password: '{{ .Env.ELASTICSEARCH_PASSWORD }}' @@ -33,7 +33,7 @@ http: status: 200 timeout: 2000 body: - - 'metricbeat-6.8.13' + - 'metricbeat-6.8.14' allow-insecure: true username: '{{ .Env.ELASTICSEARCH_USERNAME }}' password: '{{ .Env.ELASTICSEARCH_PASSWORD }}' @@ -50,4 +50,4 @@ command: exit-status: 0 stdout: - 'elasticsearch: https://security-master:9200' - - 'version: 6.8.13' + - 'version: 6.8.14' diff --git a/metricbeat/values.yaml b/metricbeat/values.yaml index 081fd2697..01616bddb 100755 --- a/metricbeat/values.yaml +++ b/metricbeat/values.yaml @@ -171,7 +171,7 @@ extraInitContainers: "" hostPathRoot: /var/lib image: "docker.elastic.co/beats/metricbeat" -imageTag: "6.8.13" +imageTag: "6.8.14-SNAPSHOT" imagePullPolicy: "IfNotPresent" imagePullSecrets: []