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

Commit 59c2488

Browse files
authored
7.17.3 bump (#1649)
* 7.17.3 bump This PR bump chart version and Docker images to 7.17.3.
1 parent aaa7304 commit 59c2488

File tree

72 files changed

+126
-132
lines changed

Some content is hidden

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

72 files changed

+126
-132
lines changed

apm-server/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v1
22
description: Official Elastic helm chart for Elastic APM Server
33
home: https://github.com/elastic/helm-charts
44
maintainers:
5-
6-
name: Elastic
5+
6+
name: Elastic
77
name: apm-server
8-
version: 7.17.2-SNAPSHOT
9-
appVersion: 7.17.2-SNAPSHOT
8+
version: 7.17.3
9+
appVersion: 7.17.3
1010
sources:
1111
- https://github.com/elastic/apm
1212
icon: https://helm.elastic.co/icons/apm.png

apm-server/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ 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 [7.x][] 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.17.2-SNAPSHOT version.
46+
This chart is tested with the latest 7.17.3 version.
4847

4948
### Install released version using Helm repository
5049

@@ -62,8 +61,8 @@ This chart is tested with the latest 7.17.2-SNAPSHOT version.
6261
* Checkout the branch : `git checkout 7.17`
6362

6463
* Install it:
65-
- with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.17.2-SNAPSHOT`
66-
- with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.17.2-SNAPSHOT`
64+
- with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.17.3`
65+
- with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.17.3`
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.17.2-SNAPSHOT` |
104+
| `imageTag` | The APM Server Docker image tag | `7.17.3` |
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 | `{}` |

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 7.17.2-SNAPSHOT using [default values][].
3+
This example deploy APM Server 7.17.3 using [default values][].
44

55

66
## Usage

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- "7.17.2"
6+
- "7.17.3"

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 7.17.2-SNAPSHOT using [APM Server OSS][] version.
3+
This example deploy APM Server 7.17.3 using [APM Server OSS][] version.
44

55

66
## Usage

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- "7.17.2"
6+
- "7.17.3"
77
http://elasticsearch-master:9200/_cat/indices:
88
status: 200
99
timeout: 2000
1010
body:
11-
- "apm-oss-7.17.2"
11+
- "apm-oss-7.17.3"

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 7.17.2-SNAPSHOT using authentication and TLS to connect to
3+
This example deploy APM Server 7.17.3 using authentication and TLS to connect to
44
Elasticsearch (see [values][]).
55

66

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- "7.17.2"
6+
- "7.17.3"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- "7.17.2"
6+
- "7.17.3"

apm-server/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ hostAliases: []
7171
# - "bar.local"
7272

7373
image: "docker.elastic.co/apm/apm-server"
74-
imageTag: "7.17.2-SNAPSHOT"
74+
imageTag: "7.17.3"
7575
imagePullPolicy: "IfNotPresent"
7676
imagePullSecrets: []
7777

elasticsearch/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v1
22
description: Official Elastic helm chart for Elasticsearch
33
home: https://github.com/elastic/helm-charts
44
maintainers:
5-
6-
name: Elastic
5+
6+
name: Elastic
77
name: elasticsearch
8-
version: 7.17.2-SNAPSHOT
9-
appVersion: 7.17.2-SNAPSHOT
8+
version: 7.17.3
9+
appVersion: 7.17.3
1010
sources:
1111
- https://github.com/elastic/elasticsearch
1212
icon: https://helm.elastic.co/icons/elasticsearch.png

elasticsearch/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ 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 [7.x][] release for released version.
109

1110
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1211
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -53,7 +52,7 @@ See [supported configurations][] for more details.
5352

5453
## Installing
5554

56-
This chart is tested with the latest 7.17.2-SNAPSHOT version.
55+
This chart is tested with the latest 7.17.3 version.
5756

5857
### Install released version using Helm repository
5958

@@ -71,8 +70,8 @@ This chart is tested with the latest 7.17.2-SNAPSHOT version.
7170
* Checkout the branch : `git checkout 7.17`
7271

7372
* Install it:
74-
- with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.17.2-SNAPSHOT`
75-
- with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=7.17.2-SNAPSHOT`
73+
- with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.17.3`
74+
- with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=7.17.3`
7675

7776

7877
## 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 | `7.17.2-SNAPSHOT` |
134+
| `imageTag` | The Elasticsearch Docker image tag | `7.17.3` |
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 | `{}` |

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 7.17.2-SNAPSHOT with authentication and
3+
This example deploy a single node Elasticsearch 7.17.3 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 7.17.2-SNAPSHOT cluster using
3+
This example deploy a 3 nodes Elasticsearch 7.17.3 cluster using
44
[default values][].
55

66

elasticsearch/examples/default/test/goss.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ http:
1515
status: 200
1616
timeout: 2000
1717
body:
18-
- '"number" : "7.17.2-SNAPSHOT"'
18+
- '"number" : "7.17.3"'
1919
- '"cluster_name" : "elasticsearch"'
2020
- "You Know, for Search"
2121

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 7.17.2-SNAPSHOT cluster on [Docker for Mac][]
3+
This example deploy a 3 nodes Elasticsearch 7.17.3 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 7.17.2-SNAPSHOT cluster on [Kind][]
3+
This example deploy a 3 nodes Elasticsearch 7.17.3 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 7.17.2-SNAPSHOT cluster on [MicroK8S][]
3+
This example deploy a 3 nodes Elasticsearch 7.17.3 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 7.17.2-SNAPSHOT cluster on [Minikube][]
3+
This example deploy a 3 nodes Elasticsearch 7.17.3 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 7.17.2-SNAPSHOT cluster composed of 3 different Helm
3+
This example deploy an Elasticsearch 7.17.3 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 7.17.2-SNAPSHOT cluster on [OpenShift][]
3+
This example deploy a 3 nodes Elasticsearch 7.17.3 cluster on [OpenShift][]
44
using [custom values][].
55

66
## Usage

elasticsearch/examples/openshift/test/goss.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ http:
1111
status: 200
1212
timeout: 2000
1313
body:
14-
- '"number" : "7.17.2-SNAPSHOT"'
14+
- '"number" : "7.17.3"'
1515
- '"cluster_name" : "elasticsearch"'
1616
- "You Know, for Search"

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 7.17.2-SNAPSHOT with authentication and
3+
This example deploy a 3 nodes Elasticsearch 7.17.3 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/examples/upgrade/test/goss.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ http:
1111
status: 200
1212
timeout: 2000
1313
body:
14-
- '"number" : "7.17.2-SNAPSHOT"'
14+
- '"number" : "7.17.3"'
1515
- '"cluster_name" : "upgrade"'
1616
- "You Know, for Search"

elasticsearch/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ hostAliases: []
6565
# - "bar.local"
6666

6767
image: "docker.elastic.co/elasticsearch/elasticsearch"
68-
imageTag: "7.17.2-SNAPSHOT"
68+
imageTag: "7.17.3"
6969
imagePullPolicy: "IfNotPresent"
7070

7171
podAnnotations:

filebeat/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v1
22
description: Official Elastic helm chart for Filebeat
33
home: https://github.com/elastic/helm-charts
44
maintainers:
5-
6-
name: Elastic
5+
6+
name: Elastic
77
name: filebeat
8-
version: 7.17.2-SNAPSHOT
9-
appVersion: 7.17.2-SNAPSHOT
8+
version: 7.17.3
9+
appVersion: 7.17.3
1010
sources:
1111
- https://github.com/elastic/beats
1212
icon: https://helm.elastic.co/icons/beats.png

filebeat/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ 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 [7.x][] release for released version.
109

1110
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1211
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -43,7 +42,7 @@ See [supported configurations][] for more details.
4342

4443
## Installing
4544

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

4847
### Install released version using Helm repository
4948

@@ -60,8 +59,8 @@ This chart is tested with the latest 7.17.2-SNAPSHOT version.
6059

6160
* Checkout the branch : `git checkout 7.17`
6261
* Install it:
63-
- with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=7.17.2-SNAPSHOT`
64-
- with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=7.17.2-SNAPSHOT`
62+
- with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=7.17.3`
63+
- with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=7.17.3`
6564

6665

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

filebeat/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 Filebeat 7.17.2-SNAPSHOT using [default values][].
3+
This example deploy Filebeat 7.17.3 using [default values][].
44

55

66
## Usage

filebeat/examples/default/test/goss.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ http:
2929
status: 200
3030
timeout: 2000
3131
body:
32-
- "filebeat-7.17.2"
32+
- "filebeat-7.17.3"
3333

3434
file:
3535
/usr/share/filebeat/filebeat.yml:
@@ -44,4 +44,4 @@ command:
4444
exit-status: 0
4545
stdout:
4646
- "elasticsearch: http://elasticsearch-master:9200"
47-
- "version: 7.17.2"
47+
- "version: 7.17.3"

filebeat/examples/deployment/README.md

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

3-
This example deploy Filebeat 7.17.2-SNAPSHOT using [default values][] as a Kubernetes Deployment.
3+
This example deploy Filebeat 7.17.3 using [default values][] as a Kubernetes Deployment.
44

55

66
## Usage

filebeat/examples/deployment/test/goss.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- "filebeat-7.17.2"
6+
- "filebeat-7.17.3"

filebeat/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 Filebeat 7.17.2-SNAPSHOT using [Filebeat OSS][] version.
3+
This example deploy Filebeat 7.17.3 using [Filebeat OSS][] version.
44

55

66
## Usage

filebeat/examples/oss/test/goss.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ http:
1919
status: 200
2020
timeout: 2000
2121
body:
22-
- "filebeat-oss-7.17.2"
22+
- "filebeat-oss-7.17.3"

filebeat/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 Filebeat 7.17.2-SNAPSHOT using authentication and TLS to connect to
3+
This example deploy Filebeat 7.17.3 using authentication and TLS to connect to
44
Elasticsearch (see [values][]).
55

66

filebeat/examples/security/test/goss.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ http:
33
status: 200
44
timeout: 2000
55
body:
6-
- "filebeat-7.17.2"
6+
- "filebeat-7.17.3"
77
allow-insecure: true
88
username: "{{ .Env.ELASTICSEARCH_USERNAME }}"
99
password: "{{ .Env.ELASTICSEARCH_PASSWORD }}"

0 commit comments

Comments
 (0)