Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit e35758a

Browse files
Bump version to 6.8.22-SNAPSHOT (#1498)
1 parent 30c588f commit e35758a

File tree

74 files changed

+137
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+137
-131
lines changed

apm-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ maintainers:
55
66
name: Elastic
77
name: apm-server
8-
version: 6.8.21
9-
appVersion: 6.8.21
8+
version: 6.8.22-SNAPSHOT
9+
appVersion: 6.8.22-SNAPSHOT
1010
sources:
1111
- https://github.com/elastic/apm
1212
icon: https://helm.elastic.co/icons/apm.png

apm-server/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ provided as-is with no warranties. Alpha features are not subject to the support
1111
SLA 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
149150
about 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

apm-server/examples/default/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Default
22

3-
This example deploy APM Server 6.8.21 using [default values][].
3+
This example deploy APM Server 6.8.22-SNAPSHOT using [default values][].
44

55

66
## Usage

apm-server/examples/default/test/goss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- '6.8.21'
6+
- '6.8.22'

apm-server/examples/oss/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OSS
22

3-
This example deploy APM Server 6.8.21 using [APM Server OSS][] version.
3+
This example deploy APM Server 6.8.22-SNAPSHOT using [APM Server OSS][] version.
44

55

66
## Usage

apm-server/examples/oss/test/goss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- '6.8.21'
6+
- '6.8.22'

apm-server/examples/security/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Security
22

3-
This example deploy APM Server 6.8.21 using authentication and TLS to connect to
3+
This example deploy APM Server 6.8.22-SNAPSHOT using authentication and TLS to connect to
44
Elasticsearch (see [values][]).
55

66

apm-server/examples/security/test/goss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- '6.8.21'
6+
- '6.8.22'

apm-server/examples/upgrade/test/goss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- "6.8.21"
6+
- "6.8.22"

apm-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ hostAliases: []
6868
# - "bar.local"
6969

7070
image: "docker.elastic.co/apm/apm-server"
71-
imageTag: "6.8.21"
71+
imageTag: "6.8.22-SNAPSHOT"
7272
imagePullPolicy: "IfNotPresent"
7373
imagePullSecrets: []
7474

0 commit comments

Comments
 (0)