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

Commit 235786d

Browse files
Bump version to 6.8.22 (#1511)
1 parent 28cf0e3 commit 235786d

File tree

46 files changed

+88
-94
lines changed

Some content is hidden

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

46 files changed

+88
-94
lines changed

apm-server/Chart.yaml

+2-2
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.22-SNAPSHOT
9-
appVersion: 6.8.22-SNAPSHOT
8+
version: 6.8.22
9+
appVersion: 6.8.22
1010
sources:
1111
- https://github.com/elastic/apm
1212
icon: https://helm.elastic.co/icons/apm.png

apm-server/README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ 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.
1514
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1615
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1716

1817

1918
- [Requirements](#requirements)
2019
- [Installing](#installing)
2120
- [Install released version using Helm repository](#install-released-version-using-helm-repository)
22-
- [Install development version using 6.8 branch and 6.8.22-SNAPSHOT versions](#install-development-version-using-68-branch-and-6813-snapshot-versions)
21+
- [Install development version using 6.8 branch and 6.8.22 versions](#install-development-version-using-68-branch-and-6813-snapshot-versions)
2322
- [Upgrading](#upgrading)
2423
- [Usage notes](#usage-notes)
2524
- [Configuration](#configuration)
@@ -43,7 +42,7 @@ See [supported configurations][] for more details.
4342

4443
## Installing
4544

46-
This chart is tested with the latest 6.8.22-SNAPSHOT version.
45+
This chart is tested with the latest 6.8.22 version.
4746

4847
### Install released version using Helm repository
4948

@@ -54,15 +53,15 @@ This chart is tested with the latest 6.8.22-SNAPSHOT version.
5453
- with Helm 3: `helm install apm-server --version <version> elastic/apm-server`
5554
- with Helm 2 (deprecated): `helm install --name apm-server --version <version> elastic/apm-server`
5655

57-
### Install development version using 6.8 branch and 6.8.22-SNAPSHOT versions
56+
### Install development version using 6.8 branch and 6.8.22 versions
5857

5958
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git`
6059

6160
* Checkout the branch : git checkout 6.8
6261

6362
* Install it:
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`
63+
- with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=6.8.22`
64+
- with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=6.8.22`
6665

6766

6867
## Upgrading
@@ -101,7 +100,7 @@ as a reference. They are also used in the automated testing of this chart.
101100
| `hostAliases` | Configurable [hostAliases][] | `[]` |
102101
| `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` |
103102
| `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` |
104-
| `imageTag` | The APM Server Docker image tag | `6.8.22-SNAPSHOT` |
103+
| `imageTag` | The APM Server Docker image tag | `6.8.22` |
105104
| `image` | The APM Server Docker image | `docker.elastic.co/apm/apm-server` |
106105
| `ingress` | Configurable [ingress][] to expose the APM Server service | see [values.yaml][] |
107106
| `labels` | Configurable [labels][] applied to all APM server pods | `{}` |
@@ -150,7 +149,7 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions
150149
about our development and testing process.
151150

152151
[6.x]: https://github.com/elastic/helm-charts/releases
153-
[6.8.22-SNAPSHOT]: https://github.com/elastic/helm-charts/blob/6.8.22-SNAPSHOT/apm-server/README.md
152+
[6.8.22]: https://github.com/elastic/helm-charts/blob/6.8.22/apm-server/README.md
154153
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
155154
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
156155
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md

apm-server/examples/default/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Default
22

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

55

66
## Usage

apm-server/examples/oss/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OSS
22

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

55

66
## Usage

apm-server/examples/security/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Security
22

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

66

apm-server/values.yaml

+1-1
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.22-SNAPSHOT"
71+
imageTag: "6.8.22"
7272
imagePullPolicy: "IfNotPresent"
7373
imagePullSecrets: []
7474

elasticsearch/Chart.yaml

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

elasticsearch/README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ This Helm chart is a lightweight way to configure and run our official
66
[Elasticsearch Docker image][].
77

88
<!-- development warning placeholder -->
9-
**Warning**: This branch is used for development, please use the latest [6.x][] release for released version.
109
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1110
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1211

1312

1413
- [Requirements](#requirements)
1514
- [Installing](#installing)
1615
- [Install released version using Helm repository](#install-released-version-using-helm-repository)
17-
- [Install development version using 6.8 branch and 6.8.22-SNAPSHOT versions](#install-development-version-using-68-branch-and-6813-snapshot-versions)
16+
- [Install development version using 6.8 branch and 6.8.22 versions](#install-development-version-using-68-branch-and-6813-snapshot-versions)
1817
- [Upgrading](#upgrading)
1918
- [Usage notes](#usage-notes)
2019
- [Configuration](#configuration)
@@ -54,7 +53,7 @@ See [supported configurations][] for more details.
5453

5554
## Installing
5655

57-
This chart is tested with the latest 6.8.22-SNAPSHOT version.
56+
This chart is tested with the latest 6.8.22 version.
5857

5958
### Install released version using Helm repository
6059

@@ -66,15 +65,15 @@ This chart is tested with the latest 6.8.22-SNAPSHOT version.
6665
- with Helm 2 (deprecated): `helm install --name elasticsearch --version <version> elastic/elasticsearch`
6766

6867

69-
### Install development version using 6.8 branch and 6.8.22-SNAPSHOT versions
68+
### Install development version using 6.8 branch and 6.8.22 versions
7069

7170
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git`
7271

7372
* Checkout the branch : git checkout 6.8
7473

7574
* Install it:
76-
- with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=6.8.22-SNAPSHOT`
77-
- with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=6.8.22-SNAPSHOT`
75+
- with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=6.8.22`
76+
- with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=6.8.22`
7877

7978

8079
## Upgrading
@@ -132,7 +131,7 @@ support multiple versions with minimal changes.
132131
| `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` |
133132
| `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` |
134133
| `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` |
135-
| `imageTag` | The Elasticsearch Docker image tag | `6.8.22-SNAPSHOT` |
134+
| `imageTag` | The Elasticsearch Docker image tag | `6.8.22` |
136135
| `image` | The Elasticsearch Docker image | `docker.elastic.co/elasticsearch/elasticsearch` |
137136
| `ingress` | Configurable [ingress][] to expose the Elasticsearch service. See [values.yaml][] for an example | see [values.yaml][] |
138137
| `initResources` | Allows you to set the [resources][] for the `initContainer` in the StatefulSet | `{}` |
@@ -398,7 +397,7 @@ about our development and testing process.
398397
399398
[6.x]: https://github.com/elastic/helm-charts/releases
400399
[#63]: https://github.com/elastic/helm-charts/issues/63
401-
[6.8.22-SNAPSHOT]: https://github.com/elastic/helm-charts/blob/6.8.22-SNAPSHOT/elasticsearch/README.md
400+
[6.8.22]: https://github.com/elastic/helm-charts/blob/6.8.22/elasticsearch/README.md
402401
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
403402
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
404403
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md

elasticsearch/examples/config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Config
22

3-
This example deploy a single node Elasticsearch 6.8.22-SNAPSHOT with authentication and
3+
This example deploy a single node Elasticsearch 6.8.22 with authentication and
44
custom [values][].
55

66

elasticsearch/examples/default/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Default
22

3-
This example deploy a 3 nodes Elasticsearch 6.8.22-SNAPSHOT cluster using
3+
This example deploy a 3 nodes Elasticsearch 6.8.22 cluster using
44
[default values][].
55

66

elasticsearch/examples/docker-for-mac/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker for Mac
22

3-
This example deploy a 3 nodes Elasticsearch 6.8.22-SNAPSHOT cluster on [Docker for Mac][]
3+
This example deploy a 3 nodes Elasticsearch 6.8.22 cluster on [Docker for Mac][]
44
using [custom values][].
55

66
Note that this configuration should be used for test only and isn't recommended

elasticsearch/examples/kubernetes-kind/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# KIND
22

3-
This example deploy a 3 nodes Elasticsearch 6.8.22-SNAPSHOT cluster on [Kind][]
3+
This example deploy a 3 nodes Elasticsearch 6.8.22 cluster on [Kind][]
44
using [custom values][].
55

66
Note that this configuration should be used for test only and isn't recommended

elasticsearch/examples/microk8s/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MicroK8S
22

3-
This example deploy a 3 nodes Elasticsearch 6.8.22-SNAPSHOT cluster on [MicroK8S][]
3+
This example deploy a 3 nodes Elasticsearch 6.8.22 cluster on [MicroK8S][]
44
using [custom values][].
55

66
Note that this configuration should be used for test only and isn't recommended

elasticsearch/examples/minikube/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Minikube
22

3-
This example deploy a 3 nodes Elasticsearch 6.8.22-SNAPSHOT cluster on [Minikube][]
3+
This example deploy a 3 nodes Elasticsearch 6.8.22 cluster on [Minikube][]
44
using [custom values][].
55

66
If helm or kubectl timeouts occur, you may consider creating a minikube VM with

elasticsearch/examples/multi/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Multi
22

3-
This example deploy an Elasticsearch 6.8.22-SNAPSHOT cluster composed of 3 different Helm
3+
This example deploy an Elasticsearch 6.8.22 cluster composed of 3 different Helm
44
releases:
55

66
- `helm-es-multi-master` for the 3 master nodes using [master values][]

elasticsearch/examples/openshift/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenShift
22

3-
This example deploy a 3 nodes Elasticsearch 6.8.22-SNAPSHOT cluster on [OpenShift][]
3+
This example deploy a 3 nodes Elasticsearch 6.8.22 cluster on [OpenShift][]
44
using [custom values][].
55

66
## Usage

elasticsearch/examples/oss/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OSS
22

3-
This example deploy a 3 nodes Elasticsearch 6.8.22-SNAPSHOT cluster using
3+
This example deploy a 3 nodes Elasticsearch 6.8.22 cluster using
44
[Elasticsearch OSS][] version.
55

66
## Usage

elasticsearch/examples/security/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Security
22

3-
This example deploy a 3 nodes Elasticsearch 6.8.22-SNAPSHOT with authentication and
3+
This example deploy a 3 nodes Elasticsearch 6.8.22 with authentication and
44
autogenerated certificates for TLS (see [values][]).
55

66
Note that this configuration should be used for test only. For a production

elasticsearch/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ hostAliases: []
5757
# - "bar.local"
5858

5959
image: "docker.elastic.co/elasticsearch/elasticsearch"
60-
imageTag: "6.8.22-SNAPSHOT"
60+
imageTag: "6.8.22"
6161
imagePullPolicy: "IfNotPresent"
6262

6363
podAnnotations: {}

filebeat/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ maintainers:
55
66
name: Elastic
77
name: filebeat
8-
version: 6.8.22-SNAPSHOT
9-
appVersion: 6.8.22-SNAPSHOT
8+
version: 6.8.22
9+
appVersion: 6.8.22
1010
sources:
1111
- https://github.com/elastic/beats
1212
icon: https://helm.elastic.co/icons/beats.png

filebeat/README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ This Helm chart is a lightweight way to configure and run our official
66
[Filebeat Docker image][].
77

88
<!-- development warning placeholder -->
9-
**Warning**: This branch is used for development, please use the latest [6.x][] release for released version.
109
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1110
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1211

1312

1413
- [Requirements](#requirements)
1514
- [Installing](#installing)
1615
- [Install released version using Helm repository](#install-released-version-using-helm-repository)
17-
- [Install development version using 6.8 branch and 6.8.22-SNAPSHOT versions](#install-development-version-using-68-branch-and-6813-snapshot-versions)
16+
- [Install development version using 6.8 branch and 6.8.22 versions](#install-development-version-using-68-branch-and-6813-snapshot-versions)
1817
- [Upgrading](#upgrading)
1918
- [Usage notes](#usage-notes)
2019
- [Configuration](#configuration)
@@ -42,7 +41,7 @@ See [supported configurations][] for more details.
4241

4342
## Installing
4443

45-
This chart is tested with the latest 6.8.22-SNAPSHOT version.
44+
This chart is tested with the latest 6.8.22 version.
4645

4746
### Install released version using Helm repository
4847

@@ -54,15 +53,15 @@ This chart is tested with the latest 6.8.22-SNAPSHOT version.
5453
- with Helm 2 (deprecated): `helm install --name filebeat --version <version> elastic/filebeat`
5554

5655

57-
### Install development version using 6.8 branch and 6.8.22-SNAPSHOT versions
56+
### Install development version using 6.8 branch and 6.8.22 versions
5857

5958
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git`
6059

6160
* Checkout the branch : git checkout 6.8
6261

6362
* Install it:
64-
- with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=6.8.22-SNAPSHOT`
65-
- with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=6.8.22-SNAPSHOT`
63+
- with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=6.8.22`
64+
- with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=6.8.22`
6665

6766

6867
## Upgrading
@@ -137,7 +136,7 @@ as a reference. They are also used in the automated testing of this chart.
137136
| `hostPathRoot` | Fully-qualified [hostPath][] that will be used to persist filebeat registry data | `/var/lib` |
138137
| `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` |
139138
| `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` |
140-
| `imageTag` | The filebeat Docker image tag | `6.8.22-SNAPSHOT-SNAPSHOT` |
139+
| `imageTag` | The filebeat Docker image tag | `6.8.22-SNAPSHOT` |
141140
| `image` | The filebeat Docker image | `docker.elastic.co/beats/filebeat` |
142141
| `livenessProbe` | Parameters to pass to liveness [probe][] checks for values such as timeouts and thresholds | see [values.yaml][] |
143142
| `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
236235
about our development and testing process.
237236

238237
[6.x]: https://github.com/elastic/helm-charts/releases
239-
[6.8.22-SNAPSHOT]: https://github.com/elastic/helm-charts/blob/6.8.22-SNAPSHOT/filebeat/README.md
238+
[6.8.22]: https://github.com/elastic/helm-charts/blob/6.8.22/filebeat/README.md
240239
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
241240
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
242241
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md

0 commit comments

Comments
 (0)