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.
- Loading branch information
1 parent
28cf0e3
commit 235786d
Showing
46 changed files
with
88 additions
and
94 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ maintainers: | |
- email: [email protected] | ||
name: Elastic | ||
name: apm-server | ||
version: 6.8.22-SNAPSHOT | ||
appVersion: 6.8.22-SNAPSHOT | ||
version: 6.8.22 | ||
appVersion: 6.8.22 | ||
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 |
---|---|---|
|
@@ -11,15 +11,14 @@ 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). | ||
|
||
<!-- development warning placeholder --> | ||
**Warning**: This branch is used for development, please use the latest [6.x][] 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 6.8 branch and 6.8.22-SNAPSHOT versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) | ||
- [Install development version using 6.8 branch and 6.8.22 versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) | ||
- [Upgrading](#upgrading) | ||
- [Usage notes](#usage-notes) | ||
- [Configuration](#configuration) | ||
|
@@ -43,7 +42,7 @@ See [supported configurations][] for more details. | |
|
||
## Installing | ||
|
||
This chart is tested with the latest 6.8.22-SNAPSHOT version. | ||
This chart is tested with the latest 6.8.22 version. | ||
|
||
### Install released version using Helm repository | ||
|
||
|
@@ -54,15 +53,15 @@ This chart is tested with the latest 6.8.22-SNAPSHOT version. | |
- with Helm 3: `helm install apm-server --version <version> elastic/apm-server` | ||
- with Helm 2 (deprecated): `helm install --name apm-server --version <version> elastic/apm-server` | ||
|
||
### Install development version using 6.8 branch and 6.8.22-SNAPSHOT versions | ||
### Install development version using 6.8 branch and 6.8.22 versions | ||
|
||
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git` | ||
|
||
* Checkout the branch : git checkout 6.8 | ||
|
||
* Install it: | ||
- with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=6.8.22-SNAPSHOT` | ||
- with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=6.8.22-SNAPSHOT` | ||
- with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=6.8.22` | ||
- with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=6.8.22` | ||
|
||
|
||
## Upgrading | ||
|
@@ -101,7 +100,7 @@ as a reference. They are also used in the automated testing of this chart. | |
| `hostAliases` | Configurable [hostAliases][] | `[]` | | ||
| `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.22-SNAPSHOT` | | ||
| `imageTag` | The APM Server Docker image tag | `6.8.22` | | ||
| `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 | `{}` | | ||
|
@@ -150,7 +149,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.22-SNAPSHOT]: https://github.com/elastic/helm-charts/blob/6.8.22-SNAPSHOT/apm-server/README.md | ||
[6.8.22]: https://github.com/elastic/helm-charts/blob/6.8.22/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 | ||
|
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: 6.8.22-SNAPSHOT | ||
appVersion: 6.8.22-SNAPSHOT | ||
version: 6.8.22 | ||
appVersion: 6.8.22 | ||
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 |
---|---|---|
|
@@ -6,15 +6,14 @@ This Helm chart is a lightweight way to configure and run our official | |
[Elasticsearch Docker image][]. | ||
|
||
<!-- development warning placeholder --> | ||
**Warning**: This branch is used for development, please use the latest [6.x][] 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 6.8 branch and 6.8.22-SNAPSHOT versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) | ||
- [Install development version using 6.8 branch and 6.8.22 versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) | ||
- [Upgrading](#upgrading) | ||
- [Usage notes](#usage-notes) | ||
- [Configuration](#configuration) | ||
|
@@ -54,7 +53,7 @@ See [supported configurations][] for more details. | |
|
||
## Installing | ||
|
||
This chart is tested with the latest 6.8.22-SNAPSHOT version. | ||
This chart is tested with the latest 6.8.22 version. | ||
|
||
### Install released version using Helm repository | ||
|
||
|
@@ -66,15 +65,15 @@ This chart is tested with the latest 6.8.22-SNAPSHOT version. | |
- with Helm 2 (deprecated): `helm install --name elasticsearch --version <version> elastic/elasticsearch` | ||
|
||
|
||
### Install development version using 6.8 branch and 6.8.22-SNAPSHOT versions | ||
### Install development version using 6.8 branch and 6.8.22 versions | ||
|
||
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git` | ||
|
||
* Checkout the branch : git checkout 6.8 | ||
|
||
* Install it: | ||
- with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=6.8.22-SNAPSHOT` | ||
- with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=6.8.22-SNAPSHOT` | ||
- with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=6.8.22` | ||
- with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=6.8.22` | ||
|
||
|
||
## Upgrading | ||
|
@@ -132,7 +131,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.22-SNAPSHOT` | | ||
| `imageTag` | The Elasticsearch Docker image tag | `6.8.22` | | ||
| `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 | `{}` | | ||
|
@@ -398,7 +397,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.22-SNAPSHOT]: https://github.com/elastic/helm-charts/blob/6.8.22-SNAPSHOT/elasticsearch/README.md | ||
[6.8.22]: https://github.com/elastic/helm-charts/blob/6.8.22/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 | ||
|
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: 6.8.22-SNAPSHOT | ||
appVersion: 6.8.22-SNAPSHOT | ||
version: 6.8.22 | ||
appVersion: 6.8.22 | ||
sources: | ||
- https://github.com/elastic/beats | ||
icon: https://helm.elastic.co/icons/beats.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 |
---|---|---|
|
@@ -6,15 +6,14 @@ This Helm chart is a lightweight way to configure and run our official | |
[Filebeat Docker image][]. | ||
|
||
<!-- development warning placeholder --> | ||
**Warning**: This branch is used for development, please use the latest [6.x][] 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 6.8 branch and 6.8.22-SNAPSHOT versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) | ||
- [Install development version using 6.8 branch and 6.8.22 versions](#install-development-version-using-68-branch-and-6813-snapshot-versions) | ||
- [Upgrading](#upgrading) | ||
- [Usage notes](#usage-notes) | ||
- [Configuration](#configuration) | ||
|
@@ -42,7 +41,7 @@ See [supported configurations][] for more details. | |
|
||
## Installing | ||
|
||
This chart is tested with the latest 6.8.22-SNAPSHOT version. | ||
This chart is tested with the latest 6.8.22 version. | ||
|
||
### Install released version using Helm repository | ||
|
||
|
@@ -54,15 +53,15 @@ This chart is tested with the latest 6.8.22-SNAPSHOT version. | |
- with Helm 2 (deprecated): `helm install --name filebeat --version <version> elastic/filebeat` | ||
|
||
|
||
### Install development version using 6.8 branch and 6.8.22-SNAPSHOT versions | ||
### Install development version using 6.8 branch and 6.8.22 versions | ||
|
||
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git` | ||
|
||
* Checkout the branch : git checkout 6.8 | ||
|
||
* Install it: | ||
- with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=6.8.22-SNAPSHOT` | ||
- with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=6.8.22-SNAPSHOT` | ||
- with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=6.8.22` | ||
- with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=6.8.22` | ||
|
||
|
||
## Upgrading | ||
|
@@ -137,7 +136,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.22-SNAPSHOT-SNAPSHOT` | | ||
| `imageTag` | The filebeat Docker image tag | `6.8.22-SNAPSHOT` | | ||
| `image` | The filebeat Docker image | `docker.elastic.co/beats/filebeat` | | ||
| `livenessProbe` | Parameters to pass to liveness [probe][] checks for values such as timeouts and thresholds | see [values.yaml][] | | ||
| `managedServiceAccount` | Whether the `serviceAccount` should be managed by this helm chart. Set this to `false` in order to manage your own service account and related roles | `true` | | ||
|
@@ -236,7 +235,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.22-SNAPSHOT]: https://github.com/elastic/helm-charts/blob/6.8.22-SNAPSHOT/filebeat/README.md | ||
[6.8.22]: https://github.com/elastic/helm-charts/blob/6.8.22/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 | ||
|
Oops, something went wrong.