This repository has been archived by the owner on May 28, 2024. It is now read-only.
forked from elastic/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit initiates the 7.10 branch which will be dedicated to the 7.10.x releases for the Helm Charts. It will allow to: - test this branch with the daily Stack Docker images 7.10.x-SNAPSHOT via dedicated Jenkins jobs - test the staging 7.10.x Docker images before a release This branch is based on 7.x which was initiated in elastic#605.
- Loading branch information
Showing
41 changed files
with
211 additions
and
214 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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ 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 [7.x][] release for released version. | ||
**Warning**: This branch is used for development, please use the latest [7.10][] 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 --> | ||
|
@@ -18,7 +18,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 7.x branch and 7.10.0-SNAPSHOT versions](#install-development-version-using-7x-branch-and-7100-snapshot-versions) | ||
- [Install development version using 7.10 branch and 7.10.0-SNAPSHOT versions](#install-development-version-using-710-branch-and-7100-snapshot-versions) | ||
- [Upgrading](#upgrading) | ||
- [Usage notes](#usage-notes) | ||
- [Configuration](#configuration) | ||
|
@@ -54,7 +54,7 @@ This chart is tested with the latest 7.10.0-SNAPSHOT versions. | |
- with Helm 2 (deprecated): `helm install --name apm-server --version <version> elastic/apm-server` | ||
|
||
|
||
### Install development version using 7.x branch and 7.10.0-SNAPSHOT versions | ||
### Install development version using 7.10 branch and 7.10.0-SNAPSHOT versions | ||
|
||
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git` | ||
|
||
|
@@ -146,20 +146,20 @@ An example of APM Server deployment using OSS version can be found in | |
Please check [CONTRIBUTING.md][] before any contribution or for any questions | ||
about our development and testing process. | ||
|
||
[7.x]: https://github.com/elastic/helm-charts/releases | ||
[7.10]: https://github.com/elastic/helm-charts/releases | ||
[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.9/running-on-docker.html | ||
[apm server docker image]: https://www.elastic.co/guide/en/apm/server/7.10/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.x/elasticsearch/README.md#default | ||
[default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/7.10/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 | ||
[environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables | ||
[examples]: https://github.com/elastic/helm-charts/tree/7.x/apm-server/examples | ||
[examples/oss]: https://github.com/elastic/helm-charts/tree/7.x/apm-server/examples/oss | ||
[examples/security]: https://github.com/elastic/helm-charts/tree/7.x/apm-server/examples/security | ||
[examples]: https://github.com/elastic/helm-charts/tree/7.10/apm-server/examples | ||
[examples/oss]: https://github.com/elastic/helm-charts/tree/7.10/apm-server/examples/oss | ||
[examples/security]: https://github.com/elastic/helm-charts/tree/7.10/apm-server/examples/security | ||
[helm]: https://helm.sh | ||
[horizontal pod autoscaler]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ | ||
[imagePullPolicy]: https://kubernetes.io/docs/concepts/containers/images/#updating-images | ||
|
@@ -175,7 +175,7 @@ about our development and testing process. | |
[resources]: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ | ||
[service]: https://kubernetes.io/docs/concepts/services-networking/service/ | ||
[serviceAccount]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ | ||
[supported configurations]: https://github.com/elastic/helm-charts/tree/7.x/README.md#supported-configurations | ||
[supported configurations]: https://github.com/elastic/helm-charts/tree/7.10/README.md#supported-configurations | ||
[tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ | ||
[updateStrategy]: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#updating-a-deployment | ||
[values.yaml]: https://github.com/elastic/helm-charts/tree/7.x/apm-server/values.yaml | ||
[values.yaml]: https://github.com/elastic/helm-charts/tree/7.10/apm-server/values.yaml |
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
Oops, something went wrong.