@@ -11,14 +11,15 @@ provided as-is with no warranties. Alpha features are not subject to the support
1111SLA of official GA features (see [ supported configurations] [ ] for more details).
1212
1313<!-- development warning placeholder -->
14+ ** Warning** : This branch is used for development, please use the latest [ 6.x] [ ] release for released version.
1415<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1516<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1617
1718
1819- [ Requirements] ( #requirements )
1920- [ Installing] ( #installing )
2021 - [ Install released version using Helm repository] ( #install-released-version-using-helm-repository )
21- - [ Install development version using 6.8 branch and 6.8.21 versions] ( #install-development-version-using-68-branch-and-6813-snapshot-versions )
22+ - [ Install development version using 6.8 branch and 6.8.22-SNAPSHOT versions] ( #install-development-version-using-68-branch-and-6813-snapshot-versions )
2223- [ Upgrading] ( #upgrading )
2324- [ Usage notes] ( #usage-notes )
2425- [ Configuration] ( #configuration )
@@ -42,7 +43,7 @@ See [supported configurations][] for more details.
4243
4344## Installing
4445
45- This chart is tested with the latest 6.8.21 version.
46+ This chart is tested with the latest 6.8.22-SNAPSHOT version.
4647
4748### Install released version using Helm repository
4849
@@ -53,15 +54,15 @@ This chart is tested with the latest 6.8.21 version.
5354 - with Helm 3: ` helm install apm-server --version <version> elastic/apm-server `
5455 - with Helm 2 (deprecated): ` helm install --name apm-server --version <version> elastic/apm-server `
5556
56- ### Install development version using 6.8 branch and 6.8.21 versions
57+ ### Install development version using 6.8 branch and 6.8.22-SNAPSHOT versions
5758
5859* Clone the git repo:
` git clone [email protected] :elastic/helm-charts.git ` 5960
6061* Checkout the branch : git checkout 6.8
6162
6263* Install it:
63- - with Helm 3: ` helm install apm-server ./helm-charts/apm-server --set imageTag=6.8.21 `
64- - with Helm 2 (deprecated): ` helm install --name apm-server ./helm-charts/apm-server --set imageTag=6.8.21 `
64+ - with Helm 3: ` helm install apm-server ./helm-charts/apm-server --set imageTag=6.8.22-SNAPSHOT `
65+ - with Helm 2 (deprecated): ` helm install --name apm-server ./helm-charts/apm-server --set imageTag=6.8.22-SNAPSHOT `
6566
6667
6768## Upgrading
@@ -100,7 +101,7 @@ as a reference. They are also used in the automated testing of this chart.
100101| ` hostAliases ` | Configurable [ hostAliases] [ ] | ` [] ` |
101102| ` imagePullPolicy ` | The Kubernetes [ imagePullPolicy] [ ] value | ` IfNotPresent ` |
102103| ` imagePullSecrets ` | Configuration for [ imagePullSecrets] [ ] so that you can use a private registry for your image | ` [] ` |
103- | ` imageTag ` | The APM Server Docker image tag | ` 6.8.21 ` |
104+ | ` imageTag ` | The APM Server Docker image tag | ` 6.8.22-SNAPSHOT ` |
104105| ` image ` | The APM Server Docker image | ` docker.elastic.co/apm/apm-server ` |
105106| ` ingress ` | Configurable [ ingress] [ ] to expose the APM Server service | see [ values.yaml] [ ] |
106107| ` labels ` | Configurable [ labels] [ ] applied to all APM server pods | ` {} ` |
@@ -149,7 +150,7 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions
149150about our development and testing process.
150151
151152[ 6.x ] : https://github.com/elastic/helm-charts/releases
152- [ 6.8.21 ] : https://github.com/elastic/helm-charts/blob/6.8.21 /apm-server/README.md
153+ [ 6.8.22-SNAPSHOT ] : https://github.com/elastic/helm-charts/blob/6.8.22-SNAPSHOT /apm-server/README.md
153154[ BREAKING_CHANGES.md ] : https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
154155[ CHANGELOG.md ] : https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
155156[ CONTRIBUTING.md ] : https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md
0 commit comments