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.1 release This PR bump chart version and Docker images used to test 7.9.1 development version See [New branching model](https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md#new-branching-model) for more details. * fix expected elasticsearch version
- Loading branch information
Showing
51 changed files
with
87 additions
and
171 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.1-SNAPSHOT | ||
appVersion: 7.9.1-SNAPSHOT | ||
version: 7.9.1 | ||
appVersion: 7.9.1 | ||
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,18 +8,13 @@ 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.0][] release | ||
for released version. | ||
|
||
|
||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
|
||
|
||
- [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.1-SNAPSHOT versions](#install-development-version-using-79-branch-and-791-snapshot-versions) | ||
- [Upgrading](#upgrading) | ||
- [Usage notes](#usage-notes) | ||
- [Configuration](#configuration) | ||
|
@@ -43,25 +38,16 @@ See [supported configurations][] for more details. | |
|
||
## Installing | ||
|
||
This chart is tested with the latest 7.9.1-SNAPSHOT version. | ||
This chart is tested with the latest 7.9.1 version. | ||
|
||
### Install released version using Helm repository | ||
|
||
* Add the Elastic Helm charts repo: | ||
`helm repo add elastic https://helm.elastic.co` | ||
|
||
* 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.1-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.1-SNAPSHOT` | ||
- with [Helm 3 (beta)][]: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.9.1-SNAPSHOT` | ||
- with Helm 2: `helm install --name apm-server --version 7.9.1 elastic/apm-server` | ||
- with [Helm 3 (beta)][]: `helm install apm-server --version 7.9.1 elastic/apm-server` | ||
|
||
|
||
## 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.1-SNAPSHOT` | | ||
| `imageTag` | The APM Server Docker image tag | `7.9.1` | | ||
| `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.1-SNAPSHOT | ||
appVersion: 7.9.1-SNAPSHOT | ||
version: 7.9.1 | ||
appVersion: 7.9.1 | ||
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,18 +3,13 @@ | |
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.0][] release | ||
for released version. | ||
|
||
|
||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
|
||
|
||
- [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.1-SNAPSHOT versions](#install-development-version-using-79-branch-and-791-snapshot-versions) | ||
- [Upgrading](#upgrading) | ||
- [Usage notes](#usage-notes) | ||
- [Configuration](#configuration) | ||
|
@@ -53,25 +48,16 @@ See [supported configurations][] for more details. | |
|
||
## Installing | ||
|
||
This chart is tested with the latest 7.9.1-SNAPSHOT version. | ||
This chart is tested with the latest 7.9.1 version. | ||
|
||
### Install released version using Helm repository | ||
|
||
* Add the Elastic Helm charts repo: | ||
`helm repo add elastic https://helm.elastic.co` | ||
|
||
* Install it: | ||
- 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.1-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.1-SNAPSHOT` | ||
- with [Helm 3 (beta)][]: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.9.1-SNAPSHOT` | ||
- with Helm 2: `helm install --name elasticsearch --version 7.9.1 elastic/elasticsearch` | ||
- with [Helm 3 (beta)][]: `helm install elasticsearch --version 7.9.1 elastic/elasticsearch` | ||
|
||
|
||
## Upgrading | ||
|
@@ -127,7 +113,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.1-SNAPSHOT` | | ||
| `imageTag` | The Elasticsearch Docker image tag | `7.9.1` | | ||
| `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.1-SNAPSHOT | ||
appVersion: 7.9.1-SNAPSHOT | ||
version: 7.9.1 | ||
appVersion: 7.9.1 | ||
sources: | ||
- https://github.com/elastic/beats | ||
icon: https://helm.elastic.co/icons/beats.png |
Oops, something went wrong.