This repository has been archived by the owner on May 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
7.9.2 release
- Loading branch information
Showing
51 changed files
with
70 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ maintainers: | |
- email: [email protected] | ||
name: Elastic | ||
name: apm-server | ||
version: 7.9.2-SNAPSHOT | ||
appVersion: 7.9.2-SNAPSHOT | ||
version: 7.9.2 | ||
appVersion: 7.9.2 | ||
sources: | ||
- https://github.com/elastic/apm | ||
icon: https://helm.elastic.co/icons/apm.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +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.9.1][] release for released version. | ||
|
||
|
||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
|
@@ -18,7 +17,6 @@ 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 7.9 branch and 7.9.2-SNAPSHOT versions](#install-development-version-using-79-branch-and-792-snapshot-versions) | ||
- [Upgrading](#upgrading) | ||
- [Usage notes](#usage-notes) | ||
- [Configuration](#configuration) | ||
|
@@ -42,7 +40,7 @@ See [supported configurations][] for more details. | |
|
||
## Installing | ||
|
||
This chart is tested with the latest 7.9.2-SNAPSHOT version. | ||
This chart is tested with the latest 7.9.2 version. | ||
|
||
### Install released version using Helm repository | ||
|
||
|
@@ -51,16 +49,7 @@ This chart is tested with the latest 7.9.2-SNAPSHOT version. | |
|
||
* Install it: | ||
- with Helm 2: `helm install --name apm-server elastic/apm-server` | ||
- with [Helm 3 (beta)][]: `helm install apm-server elastic/apm-server` | ||
|
||
|
||
### Install development version using 7.9 branch and 7.9.2-SNAPSHOT versions | ||
|
||
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git` | ||
|
||
* Install it: | ||
- with Helm 2: `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.9.2-SNAPSHOT` | ||
- with [Helm 3 (beta)][]: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.9.2-SNAPSHOT` | ||
- with [Helm 3 (beta)][]: `helm install apm-server --version 7.9.2 elastic/apm-server` | ||
|
||
|
||
## Upgrading | ||
|
@@ -98,7 +87,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.2-SNAPSHOT` | | ||
| `imageTag` | The APM Server Docker image tag | `7.9.2` | | ||
| `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 | `{}` | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ maintainers: | |
- email: [email protected] | ||
name: Elastic | ||
name: elasticsearch | ||
version: 7.9.2-SNAPSHOT | ||
appVersion: 7.9.2-SNAPSHOT | ||
version: 7.9.2 | ||
appVersion: 7.9.2 | ||
sources: | ||
- https://github.com/elastic/elasticsearch | ||
icon: https://helm.elastic.co/icons/elasticsearch.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
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.9.1][] release for released version. | ||
|
||
|
||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
|
@@ -13,7 +12,6 @@ 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 7.9 branch and 7.9.2-SNAPSHOT versions](#install-development-version-using-79-branch-and-792-snapshot-versions) | ||
- [Upgrading](#upgrading) | ||
- [Usage notes](#usage-notes) | ||
- [Configuration](#configuration) | ||
|
@@ -52,7 +50,7 @@ See [supported configurations][] for more details. | |
|
||
## Installing | ||
|
||
This chart is tested with the latest 7.9.2-SNAPSHOT version. | ||
This chart is tested with the latest 7.9.2 version. | ||
|
||
### Install released version using Helm repository | ||
|
||
|
@@ -64,15 +62,6 @@ This chart is tested with the latest 7.9.2-SNAPSHOT version. | |
- with [Helm 3 (beta)][]: `helm install elasticsearch elastic/elasticsearch` | ||
|
||
|
||
### Install development version using 7.9 branch and 7.9.2-SNAPSHOT versions | ||
|
||
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git` | ||
|
||
* Install it: | ||
- with Helm 2: `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=7.9.2-SNAPSHOT` | ||
- with [Helm 3 (beta)][]: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.9.2-SNAPSHOT` | ||
|
||
|
||
## Upgrading | ||
|
||
Please always check [CHANGELOG.md][] and [BREAKING_CHANGES.md][] before | ||
|
@@ -126,7 +115,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.2-SNAPSHOT` | | ||
| `imageTag` | The Elasticsearch Docker image tag | `7.9.2` | | ||
| `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 | `{}` | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ maintainers: | |
- email: [email protected] | ||
name: Elastic | ||
name: filebeat | ||
version: 7.9.2-SNAPSHOT | ||
appVersion: 7.9.2-SNAPSHOT | ||
version: 7.9.2 | ||
appVersion: 7.9.2 | ||
sources: | ||
- https://github.com/elastic/beats | ||
icon: https://helm.elastic.co/icons/beats.png |
Oops, something went wrong.