@@ -11,7 +11,6 @@ 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 [ 7.16] [ ] release for released version.
1514
1615<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1716<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -44,7 +43,7 @@ See [supported configurations][] for more details.
4443
4544## Installing
4645
47- This chart is tested with the latest 7.16.0-SNAPSHOT version.
46+ This chart is tested with the latest 7.16.1 version.
4847
4948### Install released version using Helm repository
5049
@@ -62,8 +61,8 @@ This chart is tested with the latest 7.16.0-SNAPSHOT version.
6261* Checkout the branch : ` git checkout 7.16 `
6362
6463* Install it:
65- - with Helm 3: ` helm install apm-server ./helm-charts/apm-server --set imageTag=7.16.0-SNAPSHOT `
66- - with Helm 2 (deprecated): ` helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.16.0-SNAPSHOT `
64+ - with Helm 3: ` helm install apm-server ./helm-charts/apm-server --set imageTag=7.16.1 `
65+ - with Helm 2 (deprecated): ` helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.16.1 `
6766
6867
6968## Upgrading
@@ -102,7 +101,7 @@ as a reference. They are also used in the automated testing of this chart.
102101| ` hostAliases ` | Configurable [ hostAliases] [ ] | ` [] ` |
103102| ` imagePullPolicy ` | The Kubernetes [ imagePullPolicy] [ ] value | ` IfNotPresent ` |
104103| ` imagePullSecrets ` | Configuration for [ imagePullSecrets] [ ] so that you can use a private registry for your image | ` [] ` |
105- | ` imageTag ` | The APM Server Docker image tag | ` 7.16.0-SNAPSHOT ` |
104+ | ` imageTag ` | The APM Server Docker image tag | ` 7.16.1 ` |
106105| ` image ` | The APM Server Docker image | ` docker.elastic.co/apm/apm-server ` |
107106| ` ingress ` | Configurable [ ingress] [ ] to expose the APM Server service | see [ values.yaml] [ ] |
108107| ` labels ` | Configurable [ labels] [ ] applied to all APM server pods | ` {} ` |
0 commit comments