diff --git a/README.md b/README.md index 1b344f201..204bf789a 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,12 @@ versions. | Chart | Docker documentation | Latest 7 Version | Latest 6 Version | |--------------------------------------------|-----------------------------------------------------------------------------|----------------------------|-----------------------------| -| [APM-Server](./apm-server/README.md) | https://www.elastic.co/guide/en/apm/server/7.8/running-on-docker.html | [`7.8.0`][apm-7] | [`6.8.10`][apm-6] | -| [Elasticsearch](./elasticsearch/README.md) | https://www.elastic.co/guide/en/elasticsearch/reference/7.8/docker.html | [`7.8.0`][elasticsearch-7] | [`6.8.10`][elasticsearch-6] | -| [Filebeat](./filebeat/README.md) | https://www.elastic.co/guide/en/beats/filebeat/7.8/running-on-docker.html | [`7.8.0`][filebeat-7] | [`6.8.10`][filebeat-6] | -| [Kibana](./kibana/README.md) | https://www.elastic.co/guide/en/kibana/7.8/docker.html | [`7.8.0`][kibana-7] | [`6.8.10`][kibana-6] | -| [Logstash](./logstash/README.md) | https://www.elastic.co/guide/en/logstash/7.8/docker.html | [`7.8.0`][logstash-7] | [`6.8.10`][logstash-6] | -| [Metricbeat](./metricbeat/README.md) | https://www.elastic.co/guide/en/beats/metricbeat/7.8/running-on-docker.html | [`7.8.0`][metricbeat-7] | [`6.8.10`][metricbeat-6] | +| [APM-Server](./apm-server/README.md) | https://www.elastic.co/guide/en/apm/server/7.9/running-on-docker.html | [`7.9.0`][apm-7] | [`6.8.12`][apm-6] | +| [Elasticsearch](./elasticsearch/README.md) | https://www.elastic.co/guide/en/elasticsearch/reference/7.9/docker.html | [`7.9.0`][elasticsearch-7] | [`6.8.12`][elasticsearch-6] | +| [Filebeat](./filebeat/README.md) | https://www.elastic.co/guide/en/beats/filebeat/7.9/running-on-docker.html | [`7.9.0`][filebeat-7] | [`6.8.12`][filebeat-6] | +| [Kibana](./kibana/README.md) | https://www.elastic.co/guide/en/kibana/7.9/docker.html | [`7.9.0`][kibana-7] | [`6.8.12`][kibana-6] | +| [Logstash](./logstash/README.md) | https://www.elastic.co/guide/en/logstash/7.9/docker.html | [`7.9.0`][logstash-7] | [`6.8.12`][logstash-6] | +| [Metricbeat](./metricbeat/README.md) | https://www.elastic.co/guide/en/beats/metricbeat/7.9/running-on-docker.html | [`7.9.0`][metricbeat-7] | [`6.8.12`][metricbeat-6] | ## Supported Configurations @@ -103,15 +103,15 @@ Kubernetes. [operator pattern]: https://kubernetes.io/docs/concepts/extend-kubernetes/operator/ [elasticsearch-771]: https://github.com/elastic/helm-charts/tree/7.7.1/elasticsearch/ -[apm-7]: https://github.com/elastic/helm-charts/tree/7.8.0/apm-server/README.md -[apm-6]: https://github.com/elastic/helm-charts/tree/6.8.10/apm-server/README.md -[elasticsearch-7]: https://github.com/elastic/helm-charts/tree/7.8.0/elasticsearch/README.md -[elasticsearch-6]: https://github.com/elastic/helm-charts/tree/6.8.10/elasticsearch/README.md -[filebeat-7]: https://github.com/elastic/helm-charts/tree/7.8.0/filebeat/README.md -[filebeat-6]: https://github.com/elastic/helm-charts/tree/6.8.10/filebeat/README.md -[kibana-7]: https://github.com/elastic/helm-charts/tree/7.8.0/kibana/README.md -[kibana-6]: https://github.com/elastic/helm-charts/tree/6.8.10/kibana/README.md -[logstash-7]: https://github.com/elastic/helm-charts/tree/7.8.0/logstash/README.md -[logstash-6]: https://github.com/elastic/helm-charts/tree/6.8.10/logstash/README.md -[metricbeat-7]: https://github.com/elastic/helm-charts/tree/7.8.0/metricbeat/README.md -[metricbeat-6]: https://github.com/elastic/helm-charts/tree/6.8.10/metricbeat/README.md +[apm-7]: https://github.com/elastic/helm-charts/tree/7.9.0/apm-server/README.md +[apm-6]: https://github.com/elastic/helm-charts/tree/6.8.12/apm-server/README.md +[elasticsearch-7]: https://github.com/elastic/helm-charts/tree/7.9.0/elasticsearch/README.md +[elasticsearch-6]: https://github.com/elastic/helm-charts/tree/6.8.12/elasticsearch/README.md +[filebeat-7]: https://github.com/elastic/helm-charts/tree/7.9.0/filebeat/README.md +[filebeat-6]: https://github.com/elastic/helm-charts/tree/6.8.12/filebeat/README.md +[kibana-7]: https://github.com/elastic/helm-charts/tree/7.9.0/kibana/README.md +[kibana-6]: https://github.com/elastic/helm-charts/tree/6.8.12/kibana/README.md +[logstash-7]: https://github.com/elastic/helm-charts/tree/7.9.0/logstash/README.md +[logstash-6]: https://github.com/elastic/helm-charts/tree/6.8.12/logstash/README.md +[metricbeat-7]: https://github.com/elastic/helm-charts/tree/7.9.0/metricbeat/README.md +[metricbeat-6]: https://github.com/elastic/helm-charts/tree/6.8.12/metricbeat/README.md diff --git a/apm-server/Chart.yaml b/apm-server/Chart.yaml index eea03a313..b8ae7506c 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: 7.9.0-SNAPSHOT -appVersion: 7.9.0-SNAPSHOT +version: 7.9.0 +appVersion: 7.9.0 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 902609dd8..51cf45a88 100644 --- a/apm-server/README.md +++ b/apm-server/README.md @@ -8,9 +8,6 @@ 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 [7.8.1][] release -for released version. - @@ -18,8 +15,6 @@ for released version. - [Requirements](#requirements) - [Installing](#installing) - - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using 7.9 branch and 7.9.0-SNAPSHOT versions](#install-development-version-using-79-branch-and-790-snapshot-versions) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -43,9 +38,8 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.9.0-SNAPSHOT versions. +This chart is tested with the latest 7.9.0 version. -### Install released version using Helm repository * Add the Elastic Helm charts repo: `helm repo add elastic https://helm.elastic.co` @@ -55,14 +49,6 @@ This chart is tested with the latest 7.9.0-SNAPSHOT versions. - with [Helm 3 (beta)][]: `helm install apm-server elastic/apm-server` -### Install development version using 7.9 branch and 7.9.0-SNAPSHOT versions - -* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` - -* Install it: - - with Helm 2: `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.9.0-SNAPSHOT` - - with [Helm 3 (beta)][]: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.9.0-SNAPSHOT` - ## Upgrading @@ -99,7 +85,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 | `7.9.0-SNAPSHOT` | +| `imageTag` | The APM Server Docker image tag | `7.9.0` | | `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 | `{}` | @@ -148,13 +134,13 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions about our development and testing process. -[7.8.1]: https://github.com/elastic/helm-charts/blob/7.8.1/apm-server/README.md +[7.9]: https://github.com/elastic/helm-charts/blob/7.9/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 [affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity [annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ -[apm server docker image]: https://www.elastic.co/guide/en/apm/server/7.8/running-on-docker.html +[apm server docker image]: https://www.elastic.co/guide/en/apm/server/7.9/running-on-docker.html [apm server oss docker image]: https://www.docker.elastic.co/r/apm/apm-server-oss [default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/7.9/elasticsearch/README.md#default [environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config diff --git a/apm-server/examples/default/README.md b/apm-server/examples/default/README.md index 5decb70fb..1dfa3e261 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 7.9.0-SNAPSHOT using [default values][]. +This example deploy APM Server 7.9.0 using [default values][]. ## Usage diff --git a/apm-server/examples/oss/README.md b/apm-server/examples/oss/README.md index f2dc00b02..ebbc6ac13 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 7.9.0-SNAPSHOT using [APM Server OSS][] version. +This example deploy APM Server 7.9.0 using [APM Server OSS][] version. ## Usage diff --git a/apm-server/examples/security/README.md b/apm-server/examples/security/README.md index dfd6720a9..e1f2ac4bb 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 7.9.0-SNAPSHOT using authentication and TLS to connect to +This example deploy APM Server 7.9.0 using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/apm-server/values.yaml b/apm-server/values.yaml index 4999d97f7..3fcae4ce9 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: "7.9.0-SNAPSHOT" +imageTag: "7.9.0" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/elasticsearch/Chart.yaml b/elasticsearch/Chart.yaml index d86124b11..179d283ba 100755 --- a/elasticsearch/Chart.yaml +++ b/elasticsearch/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: elasticsearch -version: 7.9.0-SNAPSHOT -appVersion: 7.9.0-SNAPSHOT +version: 7.9.0 +appVersion: 7.9.0 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 e9e23f19f..48b560f03 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -3,18 +3,12 @@ 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 [7.8.1][] release -for released version. - - - [Requirements](#requirements) - [Installing](#installing) - - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using 7.9 branch and 7.9.0-SNAPSHOT versions](#install-development-version-using-79-branch-and-790-snapshot-versions) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -53,9 +47,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.9.0-SNAPSHOT versions. - -### Install released version using Helm repository +This chart is tested with the latest 7.9.0 version. * Add the Elastic Helm charts repo: `helm repo add elastic https://helm.elastic.co` @@ -64,16 +56,6 @@ This chart is tested with the latest 7.9.0-SNAPSHOT versions. - with Helm 2: `helm install --name elasticsearch elastic/elasticsearch` - with [Helm 3 (beta)][]: `helm install elasticsearch elastic/elasticsearch` - -### Install development version using 7.9 branch and 7.9.0-SNAPSHOT versions - -* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` - -* Install it: - - with Helm 2: `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=7.9.0-SNAPSHOT` - - with [Helm 3 (beta)][]: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.9.0-SNAPSHOT` - - ## Upgrading Please always check [CHANGELOG.md][] and [BREAKING_CHANGES.md][] before @@ -127,7 +109,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 | `7.9.0-SNAPSHOT` | +| `imageTag` | The Elasticsearch Docker image tag | `7.9.0` | | `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 | `{}` | @@ -388,7 +370,7 @@ about our development and testing process. [#63]: https://github.com/elastic/helm-charts/issues/63 -[7.8.1]: https://github.com/elastic/helm-charts/blob/7.8.1/elasticsearch/README.md +[7.9]: https://github.com/elastic/helm-charts/blob/7.9/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 @@ -398,7 +380,7 @@ about our development and testing process. [cluster.name]: https://www.elastic.co/guide/en/elasticsearch/reference/7.9/cluster.name.html [clustering and node discovery]: https://github.com/elastic/helm-charts/tree/7.9/elasticsearch/README.md#clustering-and-node-discovery [config example]: https://github.com/elastic/helm-charts/tree/7.9/elasticsearch/examples/config/values.yaml -[curator]: https://www.elastic.co/guide/en/elasticsearch/client/curator/7.8/snapshot.html +[curator]: https://www.elastic.co/guide/en/elasticsearch/client/curator/5.8/snapshot.html [custom docker image]: https://www.elastic.co/guide/en/elasticsearch/reference/7.9/docker.html#_c_customized_image [deploys statefulsets serially]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#pod-management-policies [discovery.zen.minimum_master_nodes]: https://www.elastic.co/guide/en/elasticsearch/reference/7.9/discovery-settings.html#minimum_master_nodes diff --git a/elasticsearch/examples/config/README.md b/elasticsearch/examples/config/README.md index 16ff57697..30bf04147 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 7.9.0-SNAPSHOT with authentication and +This example deploy a single node Elasticsearch 7.9.0 with authentication and custom [values][]. diff --git a/elasticsearch/examples/default/README.md b/elasticsearch/examples/default/README.md index d02fc674c..417f34038 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 7.9.0-SNAPSHOT cluster using +This example deploy a 3 nodes Elasticsearch 7.9.0 cluster using [default values][]. diff --git a/elasticsearch/examples/default/test/goss.yaml b/elasticsearch/examples/default/test/goss.yaml index 528797760..79a538f00 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" : "7.9.0-SNAPSHOT"' + - '"number" : "7.9.0"' - '"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 478fbabb3..7a71ca12c 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 7.9.0-SNAPSHOT cluster on [Docker for Mac][] +This example deploy a 3 nodes Elasticsearch 7.9.0 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 4f7b2fe0f..4850cdbb4 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 7.9.0-SNAPSHOT cluster on [Kind][] +This example deploy a 3 nodes Elasticsearch 7.9.0 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 12283f8e7..a5fe97701 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 7.9.0-SNAPSHOT cluster on [MicroK8S][] +This example deploy a 3 nodes Elasticsearch 7.9.0 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 697b6bb62..d0d26978e 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 7.9.0-SNAPSHOT cluster on [Minikube][] +This example deploy a 3 nodes Elasticsearch 7.9.0 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 8cb320d24..9be735cf1 100644 --- a/elasticsearch/examples/multi/README.md +++ b/elasticsearch/examples/multi/README.md @@ -1,6 +1,6 @@ # Multi -This example deploy an Elasticsearch 7.9.0-SNAPSHOT cluster composed of 2 different Helm +This example deploy an Elasticsearch 7.9.0 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 11c79691f..b05c64a4c 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 7.9.0-SNAPSHOT cluster on [OpenShift][] +This example deploy a 3 nodes Elasticsearch 7.9.0 cluster on [OpenShift][] using [custom values][]. ## Usage diff --git a/elasticsearch/examples/oss/README.md b/elasticsearch/examples/oss/README.md index 616876f56..e235cd5f8 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 7.9.0-SNAPSHOT cluster using +This example deploy a 3 nodes Elasticsearch 7.9.0 cluster using [Elasticsearch OSS][] version. ## Usage diff --git a/elasticsearch/examples/oss/test/goss.yaml b/elasticsearch/examples/oss/test/goss.yaml index 0c5153395..2226a0a2a 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" : "7.9.0-SNAPSHOT"' + - '"number" : "7.9.0"' - '"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 f9ce13409..f14ed8639 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 7.9.0-SNAPSHOT with authentication and +This example deploy a 3 nodes Elasticsearch 7.9.0 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/examples/upgrade/README.md b/elasticsearch/examples/upgrade/README.md index fa4793742..02b849be1 100644 --- a/elasticsearch/examples/upgrade/README.md +++ b/elasticsearch/examples/upgrade/README.md @@ -1,7 +1,7 @@ # Upgrade This example will deploy a 3 node Elasticsearch cluster using an old chart version, -then upgrade it to version 7.9.0-SNAPSHOT. +then upgrade it to version 7.9.0. The following upgrades are tested: - Upgrade from [7.0.0-alpha1][] version on K8S <1.16 @@ -11,7 +11,7 @@ not compatible with K8S >= 1.16) ## Usage -Running `make install` command will do first install and 7.9.0-SNAPSHOT upgrade. +Running `make install` command will do first install and 7.9.0 upgrade. Note: [jq][] is a requirement for this make target. diff --git a/elasticsearch/examples/upgrade/test/goss.yaml b/elasticsearch/examples/upgrade/test/goss.yaml index 32436c811..0a02bf7e3 100644 --- a/elasticsearch/examples/upgrade/test/goss.yaml +++ b/elasticsearch/examples/upgrade/test/goss.yaml @@ -11,7 +11,7 @@ http: status: 200 timeout: 2000 body: - - '"number" : "7.9.0-SNAPSHOT"' + - '"number" : "7.9.0"' - '"cluster_name" : "upgrade"' - '"name" : "upgrade-master-0"' - 'You Know, for Search' diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index d79565914..c63c8ae88 100755 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -51,7 +51,7 @@ secretMounts: [] # defaultMode: 0755 image: "docker.elastic.co/elasticsearch/elasticsearch" -imageTag: "7.9.0-SNAPSHOT" +imageTag: "7.9.0" imagePullPolicy: "IfNotPresent" podAnnotations: {} diff --git a/filebeat/Chart.yaml b/filebeat/Chart.yaml index d9eb77476..f5a7ac7ef 100755 --- a/filebeat/Chart.yaml +++ b/filebeat/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: filebeat -version: 7.9.0-SNAPSHOT -appVersion: 7.9.0-SNAPSHOT +version: 7.9.0 +appVersion: 7.9.0 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 fa261fd80..bc33b088a 100644 --- a/filebeat/README.md +++ b/filebeat/README.md @@ -3,9 +3,6 @@ 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 [7.8.1][] release -for released version. - @@ -13,8 +10,6 @@ for released version. - [Requirements](#requirements) - [Installing](#installing) - - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using 7.9 branch and 7.9.0-SNAPSHOT versions](#install-development-version-using-79-branch-and-790-snapshot-versions) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -40,9 +35,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.9.0-SNAPSHOT versions. - -### Install released version using Helm repository +This chart is tested with the latest 7.9.0 version. * Add the Elastic Helm charts repo: `helm repo add elastic https://helm.elastic.co` @@ -52,15 +45,6 @@ This chart is tested with the latest 7.9.0-SNAPSHOT versions. - with [Helm 3 (beta)][]: `helm install filebeat elastic/filebeat` -### Install development version using 7.9 branch and 7.9.0-SNAPSHOT versions - -* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` - -* Install it: - - with Helm 2: `helm install --name filebeat ./helm-charts/filebeat --set imageTag=7.9.0-SNAPSHOT` - - with [Helm 3 (beta)][]: `helm install filebeat ./helm-charts/filebeat --set imageTag=7.9.0-SNAPSHOT` - - ## Upgrading Please always check [CHANGELOG.md][] and [BREAKING_CHANGES.md][] before @@ -106,7 +90,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 | `7.9.0-SNAPSHOT` | +| `imageTag` | The Filebeat Docker image tag | `7.9.0` | | `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][] | @@ -186,7 +170,7 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions about our development and testing process. -[7.8.1]: https://github.com/elastic/helm-charts/blob/7.8.1/filebeat/README.md +[7.9]: https://github.com/elastic/helm-charts/blob/7.9/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/filebeat/examples/default/README.md b/filebeat/examples/default/README.md index 5b5ca0249..9cb410aef 100644 --- a/filebeat/examples/default/README.md +++ b/filebeat/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Filebeat 7.9.0-SNAPSHOT using [default values][]. +This example deploy Filebeat 7.9.0 using [default values][]. ## Usage diff --git a/filebeat/examples/oss/README.md b/filebeat/examples/oss/README.md index c54e71d64..16e2075e5 100644 --- a/filebeat/examples/oss/README.md +++ b/filebeat/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Filebeat 7.9.0-SNAPSHOT using [Filebeat OSS][] version. +This example deploy Filebeat 7.9.0 using [Filebeat OSS][] version. ## Usage diff --git a/filebeat/examples/security/README.md b/filebeat/examples/security/README.md index ea79bb189..13fbcc583 100644 --- a/filebeat/examples/security/README.md +++ b/filebeat/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Filebeat 7.9.0-SNAPSHOT using authentication and TLS to connect to +This example deploy Filebeat 7.9.0 using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/filebeat/values.yaml b/filebeat/values.yaml index efa81910a..664610a89 100755 --- a/filebeat/values.yaml +++ b/filebeat/values.yaml @@ -52,7 +52,7 @@ envFrom: [] hostPathRoot: /var/lib hostNetworking: false image: "docker.elastic.co/beats/filebeat" -imageTag: "7.9.0-SNAPSHOT" +imageTag: "7.9.0" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/helpers/bumper.py b/helpers/bumper.py index 34ffbd7d6..1fab3c2b8 100755 --- a/helpers/bumper.py +++ b/helpers/bumper.py @@ -20,7 +20,7 @@ os.chdir(os.path.join(os.path.dirname(__file__), "..")) versions = { - 7: os.environ.get("BUMPER_VERSION_7", "7.9.0-SNAPSHOT"), + 7: os.environ.get("BUMPER_VERSION_7", "7.9.0"), } chart_version = versions[7] diff --git a/helpers/examples.mk b/helpers/examples.mk index 446f4f179..90ccaeadd 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 := 7.9.0-SNAPSHOT +STACK_VERSION := 7.9.0 .PHONY: help help: ## Display this help diff --git a/kibana/Chart.yaml b/kibana/Chart.yaml index 509403938..24b0db7f5 100755 --- a/kibana/Chart.yaml +++ b/kibana/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: kibana -version: 7.9.0-SNAPSHOT -appVersion: 7.9.0-SNAPSHOT +version: 7.9.0 +appVersion: 7.9.0 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 892a1e38c..199b54fbb 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -3,9 +3,6 @@ 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 [7.8.1][] release -for released version. - @@ -13,8 +10,6 @@ for released version. - [Requirements](#requirements) - [Installing](#installing) - - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using 7.9 branch and 7.9.0-SNAPSHOT versions](#install-development-version-using-79-branch-and-790-snapshot-versions) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -41,9 +36,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.9.0-SNAPSHOT versions. - -### Install released version using Helm repository +This chart is tested with the latest 7.9.0 version. * Add the Elastic Helm charts repo: `helm repo add elastic https://helm.elastic.co` @@ -53,15 +46,6 @@ This chart is tested with the latest 7.9.0-SNAPSHOT versions. - with [Helm 3 (beta)][]: `helm install kibana elastic/kibana` -### Install development version using 7.9 branch and 7.9.0-SNAPSHOT versions - -* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` - -* Install it: - - with Helm 2: `helm install --name kibana ./helm-charts/kibana --set imageTag=7.9.0-SNAPSHOT` - - with [Helm 3 (beta)][]: `helm install kibana ./helm-charts/kibana --set imageTag=7.9.0-SNAPSHOT` - - ## Upgrading Please always check [CHANGELOG.md][] and [BREAKING_CHANGES.md][] before @@ -92,7 +76,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 | `7.9.0-SNAPSHOT` | +| `imageTag` | The Kibana Docker image tag | `7.9.0` | | `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 | `{}` | @@ -204,7 +188,7 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions about our development and testing process. -[7.8.1]: https://github.com/elastic/helm-charts/blob/7.8.1/kibana/README.md +[7.9]: https://github.com/elastic/helm-charts/blob/7.9/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/kibana/examples/default/README.md b/kibana/examples/default/README.md index e229dbd50..c3346492d 100644 --- a/kibana/examples/default/README.md +++ b/kibana/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Kibana 7.9.0-SNAPSHOT using [default values][]. +This example deploy Kibana 7.9.0 using [default values][]. ## Usage diff --git a/kibana/examples/openshift/README.md b/kibana/examples/openshift/README.md index ba58a6a29..252c7d12b 100644 --- a/kibana/examples/openshift/README.md +++ b/kibana/examples/openshift/README.md @@ -1,6 +1,6 @@ # OpenShift -This example deploy Kibana 7.9.0-SNAPSHOT on [OpenShift][] using [custom values][]. +This example deploy Kibana 7.9.0 on [OpenShift][] using [custom values][]. ## Usage diff --git a/kibana/examples/oss/README.md b/kibana/examples/oss/README.md index 8b9383f96..8cde1cebb 100644 --- a/kibana/examples/oss/README.md +++ b/kibana/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Kibana 7.9.0-SNAPSHOT using [Kibana OSS][] version. +This example deploy Kibana 7.9.0 using [Kibana OSS][] version. ## Usage diff --git a/kibana/examples/security/README.md b/kibana/examples/security/README.md index 64f8e95b5..747592bd4 100644 --- a/kibana/examples/security/README.md +++ b/kibana/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Kibana 7.9.0-SNAPSHOT using authentication and TLS to connect to +This example deploy Kibana 7.9.0 using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/kibana/values.yaml b/kibana/values.yaml index 24f5f9326..87e3eaa65 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: "7.9.0-SNAPSHOT" +imageTag: "7.9.0" imagePullPolicy: "IfNotPresent" # additionals labels diff --git a/logstash/Chart.yaml b/logstash/Chart.yaml index 3d1426dd1..55dc7a62f 100755 --- a/logstash/Chart.yaml +++ b/logstash/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: logstash -version: 7.9.0-SNAPSHOT -appVersion: 7.9.0-SNAPSHOT +version: 7.9.0 +appVersion: 7.9.0 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 d04129b92..5c6bcba50 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -8,9 +8,6 @@ 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 [7.8.1][] release -for released version. - @@ -18,8 +15,6 @@ for released version. - [Requirements](#requirements) - [Installing](#installing) - - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using 7.9 branch and 7.9.0-SNAPSHOT versions](#install-development-version-using-79-branch-and-790-snapshot-versions) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -43,9 +38,7 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.9.0-SNAPSHOT versions. - -### Install released version using Helm repository +This chart is tested with the latest 7.9.0 version. * Add the Elastic Helm charts repo: `helm repo add elastic https://helm.elastic.co` @@ -55,15 +48,6 @@ This chart is tested with the latest 7.9.0-SNAPSHOT versions. - with [Helm 3 (beta)][]: `helm install logstash elastic/logstash` -### Install development version using 7.9 branch and 7.9.0-SNAPSHOT versions - -* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` - -* Install it: - - with Helm 2: `helm install --name logstash ./helm-charts/logstash --set imageTag=7.9.0-SNAPSHOT` - - with [Helm 3 (beta)][]: `helm install logstash ./helm-charts/logstash --set imageTag=7.9.0-SNAPSHOT` - - ## Upgrading Please always check [CHANGELOG.md][] and [BREAKING_CHANGES.md][] before @@ -115,7 +99,7 @@ using `http.host: 127.0.0.1`, default probes should be disabled or overrided | `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 | `7.9.0-SNAPSHOT` | +| `imageTag` | The Logstash Docker image tag | `7.9.0` | | `image` | The Logstash Docker image | `docker.elastic.co/logstash/logstash` | | `labels` | Configurable [labels][] applied to all Logstash pods | `{}` | | `lifecycle` | Allows you to add lifecycle configuration. See [values.yaml][] for an example of the formatting | `{}` | @@ -189,7 +173,7 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions about our development and testing process. -[7.8.1]: https://github.com/elastic/helm-charts/blob/7.8.1/logstash/README.md +[7.9]: https://github.com/elastic/helm-charts/blob/7.9/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/logstash/examples/default/README.md b/logstash/examples/default/README.md index c7d86159a..d8cad914f 100644 --- a/logstash/examples/default/README.md +++ b/logstash/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Logstash 7.9.0-SNAPSHOT using [default values][]. +This example deploy Logstash 7.9.0 using [default values][]. ## Usage diff --git a/logstash/examples/elasticsearch/README.md b/logstash/examples/elasticsearch/README.md index aebfe5a4a..6efae3507 100644 --- a/logstash/examples/elasticsearch/README.md +++ b/logstash/examples/elasticsearch/README.md @@ -1,6 +1,6 @@ # Elasticsearch -This example deploy Logstash 7.9.0-SNAPSHOT which connects to Elasticsearch (see +This example deploy Logstash 7.9.0 which connects to Elasticsearch (see [values][]). diff --git a/logstash/examples/oss/README.md b/logstash/examples/oss/README.md index 2c122cf59..6f86b252c 100644 --- a/logstash/examples/oss/README.md +++ b/logstash/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Logstash 7.9.0-SNAPSHOT using [Logstash OSS][] version. +This example deploy Logstash 7.9.0 using [Logstash OSS][] version. ## Usage diff --git a/logstash/examples/security/README.md b/logstash/examples/security/README.md index 10f85d05a..3599b09a9 100644 --- a/logstash/examples/security/README.md +++ b/logstash/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Logstash 7.9.0-SNAPSHOT which connects to Elasticsearch using TLS +This example deploy Logstash 7.9.0 which connects to Elasticsearch using TLS (see [values][]). diff --git a/logstash/values.yaml b/logstash/values.yaml index 4fb8f18ed..0a7c1a635 100755 --- a/logstash/values.yaml +++ b/logstash/values.yaml @@ -60,7 +60,7 @@ secrets: [] secretMounts: [] image: "docker.elastic.co/logstash/logstash" -imageTag: "7.9.0-SNAPSHOT" +imageTag: "7.9.0" imagePullPolicy: "IfNotPresent" imagePullSecrets: [] diff --git a/metricbeat/Chart.yaml b/metricbeat/Chart.yaml index aab9c85ce..0ee12b131 100755 --- a/metricbeat/Chart.yaml +++ b/metricbeat/Chart.yaml @@ -5,8 +5,8 @@ maintainers: - email: helm-charts@elastic.co name: Elastic name: metricbeat -version: 7.9.0-SNAPSHOT -appVersion: 7.9.0-SNAPSHOT +version: 7.9.0 +appVersion: 7.9.0 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 6e2acdc39..979e82257 100644 --- a/metricbeat/README.md +++ b/metricbeat/README.md @@ -3,9 +3,6 @@ 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 [7.8.1][] release -for released version. - @@ -13,8 +10,6 @@ for released version. - [Requirements](#requirements) - [Installing](#installing) - - [Install released version using Helm repository](#install-released-version-using-helm-repository) - - [Install development version using 7.9 branch and 7.9.0-SNAPSHOT versions](#install-development-version-using-79-branch-and-790-snapshot-versions) - [Upgrading](#upgrading) - [Usage notes](#usage-notes) - [Configuration](#configuration) @@ -40,9 +35,8 @@ See [supported configurations][] for more details. ## Installing -This chart is tested with the latest 7.9.0-SNAPSHOT versions. +This chart is tested with the latest 7.9.0 version. -### Install released version using Helm repository * Add the Elastic Helm charts repo: `helm repo add elastic https://helm.elastic.co` @@ -52,14 +46,6 @@ This chart is tested with the latest 7.9.0-SNAPSHOT versions. - with [Helm 3 (beta)][]: `helm install metricbeat elastic/metricbeat` -### Install development version using 7.9 branch and 7.9.0-SNAPSHOT versions - -* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git` - -* Install it: - - with Helm 2: `helm install --name metricbeat ./helm-charts/metricbeat --set imageTag=7.9.0-SNAPSHOT` - - with [Helm 3 (beta)][]: `helm install metricbeat ./helm-charts/metricbeat --set imageTag=7.9.0-SNAPSHOT` - ## Upgrading @@ -124,7 +110,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 | `7.9.0-SNAPSHOT` | +| `imageTag` | The Metricbeat Docker image tag | `7.9.0` | | `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 +195,7 @@ about our development and testing process. [#471]: https://github.com/elastic/helm-charts/pull/471 -[7.8.1]: https://github.com/elastic/helm-charts/blob/7.8.1/metricbeat/README.md +[7.9]: https://github.com/elastic/helm-charts/blob/7.9/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/metricbeat/examples/default/README.md b/metricbeat/examples/default/README.md index 8f06ca158..88603ffac 100644 --- a/metricbeat/examples/default/README.md +++ b/metricbeat/examples/default/README.md @@ -1,6 +1,6 @@ # Default -This example deploy Metricbeat 7.9.0-SNAPSHOT using [default values][]. +This example deploy Metricbeat 7.9.0 using [default values][]. ## Usage diff --git a/metricbeat/examples/oss/README.md b/metricbeat/examples/oss/README.md index 1b3a6daa7..bf53f5b83 100644 --- a/metricbeat/examples/oss/README.md +++ b/metricbeat/examples/oss/README.md @@ -1,6 +1,6 @@ # OSS -This example deploy Metricbeat 7.9.0-SNAPSHOT using [Metricbeat OSS][] version. +This example deploy Metricbeat 7.9.0 using [Metricbeat OSS][] version. ## Usage diff --git a/metricbeat/examples/security/README.md b/metricbeat/examples/security/README.md index 91f7bc403..1f0e90dcf 100644 --- a/metricbeat/examples/security/README.md +++ b/metricbeat/examples/security/README.md @@ -1,6 +1,6 @@ # Security -This example deploy Metricbeat 7.9.0-SNAPSHOT using authentication and TLS to connect to +This example deploy Metricbeat 7.9.0 using authentication and TLS to connect to Elasticsearch (see [values][]). diff --git a/metricbeat/values.yaml b/metricbeat/values.yaml index 7362cc0b9..fa0b550b7 100755 --- a/metricbeat/values.yaml +++ b/metricbeat/values.yaml @@ -167,7 +167,7 @@ extraInitContainers: "" hostPathRoot: /var/lib image: "docker.elastic.co/beats/metricbeat" -imageTag: "7.9.0-SNAPSHOT" +imageTag: "7.9.0" imagePullPolicy: "IfNotPresent" imagePullSecrets: []