-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR will be used for the first 8.x Helm chart release, that will also be the last official Helm chart release (see elastic/helm-charts#1731). This release will be directly done from the `main` branch and no `8.x` or `8.5` branchs will be created as we don't expect to update the charts for new versions in the future. - [x] bump version from 8.4.1 to 8.5.1 - [x] remove disclamer on chart README pages - [x] add a new 8.x column to the list of supported versions in the global README page - [x] add the official message for the last release - [x] update the changelog and breaking changes files
- Loading branch information
Showing
12 changed files
with
154 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ maintainers: | |
- email: [email protected] | ||
name: Elastic | ||
name: elasticsearch | ||
version: 8.4.1 | ||
appVersion: 8.4.1 | ||
version: 8.5.1 | ||
appVersion: 8.5.1 | ||
sources: | ||
- https://github.com/elastic/elasticsearch | ||
icon: https://helm.elastic.co/icons/elasticsearch.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,32 @@ | |
This Helm chart is a lightweight way to configure and run our official | ||
[Elasticsearch Docker image][]. | ||
|
||
<!-- development warning placeholder --> | ||
**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. | ||
> **Warning** | ||
> When it comes to running the Elastic on Kubernetes infrastructure, we | ||
> recommend [Elastic Cloud on Kubernetes][] (ECK) as the best way to run and manage | ||
> the Elastic Stack. | ||
> | ||
> ECK offers many operational benefits for both our basic-tier and our | ||
> enterprise-tier customers, such as spinning up cluster nodes that were lost on | ||
> failed infrastructure, seamless upgrades, rolling cluster changes, and much | ||
> much more. | ||
> | ||
> With the release of the Elastic Stack Helm charts for Elastic version 8.5.1, | ||
> we are handing over the ongoing maintenance of our Elastic Stack Helm charts | ||
> to the community and contributors. This repository will finally be archived | ||
> after 6 months time. Elastic Stacks deployed on Kubernetes through Helm charts | ||
> will still be fully supported under EOL limitations. | ||
> | ||
> Since we want to provide an even better experience for our customers by | ||
> running the Elastic Stack on Kubernetes, we will continue maintaining the | ||
> Helm charts applicable to ECK Custom Resources. These charts can be found in | ||
> the [ECK repository][eck-charts]. | ||
> | ||
> Helm charts will currently be maintained for ECK Enterprise-tier customers, | ||
> however, we encourage the community to engage with the existing Helm charts | ||
> for the Elastic Stack and continue supporting their ongoing maintenance. | ||
> | ||
> See <https://github.com/elastic/helm-charts/issues/1731> for more details. | ||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
|
@@ -63,7 +87,7 @@ See [supported configurations][] for more details. | |
|
||
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git` | ||
|
||
* Install it: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=8.4.1` | ||
* Install it: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=8.5.1` | ||
|
||
## Upgrading | ||
|
||
|
@@ -122,7 +146,7 @@ support multiple versions with minimal changes. | |
| `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` | | ||
| `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | ||
| `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | | ||
| `imageTag` | The Elasticsearch Docker image tag | `8.4.1` | | ||
| `imageTag` | The Elasticsearch Docker image tag | `8.5.1` | | ||
| `image` | The Elasticsearch Docker image | `docker.elastic.co/elasticsearch/elasticsearch` | | ||
| `ingress` | Configurable [ingress][] to expose the Elasticsearch service. See [values.yaml][] for an example | see [values.yaml][] | | ||
| `initResources` | Allows you to set the [resources][] for the `initContainer` in the StatefulSet | `{}` | | ||
|
@@ -393,32 +417,34 @@ lifecycle: | |
Please check [CONTRIBUTING.md][] before any contribution or for any questions | ||
about our development and testing process. | ||
|
||
[7.x]: https://github.com/elastic/helm-charts/releases | ||
[#1186 (comment)]: https://github.com/elastic/helm-charts/pull/1186#discussion_r631166442 | ||
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/main/BREAKING_CHANGES.md | ||
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/main/CHANGELOG.md | ||
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/main/CONTRIBUTING.md | ||
[alternate scheduler]: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/#specify-schedulers-for-pods | ||
[annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ | ||
[anti-affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity | ||
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/main/BREAKING_CHANGES.md | ||
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/main/CHANGELOG.md | ||
[cluster.name]: https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster.name.html | ||
[clustering and node discovery]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/README.md#clustering-and-node-discovery | ||
[config example]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/examples/config/values.yaml | ||
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/main/CONTRIBUTING.md | ||
[curator]: https://www.elastic.co/guide/en/elasticsearch/client/curator/current/snapshot.html | ||
[custom docker image]: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#_c_customized_image | ||
[deploys statefulsets serially]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#pod-management-policies | ||
[discovery.zen.minimum_master_nodes]: https://www.elastic.co/guide/en/elasticsearch/reference/current/discovery-settings.html#minimum_master_nodes | ||
[docker for mac]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/docker-for-mac | ||
[eck-charts]: https://github.com/elastic/cloud-on-k8s/tree/master/deploy | ||
[elastic cloud on kubernetes]: https://github.com/elastic/cloud-on-k8s | ||
[elasticsearch cluster health status params]: https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html#request-params | ||
[elasticsearch docker image]: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html | ||
[environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config | ||
[environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables | ||
[environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config | ||
[examples]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/ | ||
[examples/multi]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/multi | ||
[examples/security]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/security | ||
[gke]: https://cloud.google.com/kubernetes-engine | ||
[helm]: https://helm.sh | ||
[helm/charts stable]: https://github.com/helm/charts/tree/master/stable/elasticsearch/ | ||
[hostAliases]: https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ | ||
[how to install plugins guide]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/README.md#how-to-install-plugins | ||
[how to use the keystore]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/README.md#how-to-use-the-keystore | ||
[http.port]: https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-http.html#_settings | ||
|
@@ -427,17 +453,16 @@ about our development and testing process. | |
[ingress]: https://kubernetes.io/docs/concepts/services-networking/ingress/ | ||
[java options]: https://www.elastic.co/guide/en/elasticsearch/reference/current/jvm-options.html | ||
[jvm heap size]: https://www.elastic.co/guide/en/elasticsearch/reference/current/heap-size.html | ||
[hostAliases]: https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ | ||
[kind]: https://github.com/elastic/helm-charts/tree/main//elasticsearch/examples/kubernetes-kind | ||
[labels]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ | ||
[lifecycle hooks]: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/ | ||
[loadBalancer annotations]: https://kubernetes.io/docs/concepts/services-networking/service/#ssl-support-on-aws | ||
[loadBalancer externalTrafficPolicy]: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip | ||
[loadBalancer]: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer | ||
[maxUnavailable]: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget | ||
[microk8s]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/microk8s | ||
[migration guide]: https://github.com/elastic/helm-charts/blob/main/elasticsearch/examples/migration/README.md | ||
[minikube]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/minikube | ||
[microk8s]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/microk8s | ||
[multi]: https://github.com/elastic/helm-charts/tree/main/elasticsearch/examples/multi/ | ||
[network.host elasticsearch setting]: https://www.elastic.co/guide/en/elasticsearch/reference/current/network.host.html | ||
[node affinity settings]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#node-affinity-beta-feature | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ maintainers: | |
- email: [email protected] | ||
name: Elastic | ||
name: filebeat | ||
version: 8.4.1 | ||
appVersion: 8.4.1 | ||
version: 8.5.1 | ||
appVersion: 8.5.1 | ||
sources: | ||
- https://github.com/elastic/beats | ||
icon: https://helm.elastic.co/icons/beats.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,32 @@ | |
This Helm chart is a lightweight way to configure and run our official | ||
[Filebeat Docker image][]. | ||
|
||
<!-- development warning placeholder --> | ||
**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. | ||
> **Warning** | ||
> When it comes to running the Elastic on Kubernetes infrastructure, we | ||
> recommend [Elastic Cloud on Kubernetes][] (ECK) as the best way to run and manage | ||
> the Elastic Stack. | ||
> | ||
> ECK offers many operational benefits for both our basic-tier and our | ||
> enterprise-tier customers, such as spinning up cluster nodes that were lost on | ||
> failed infrastructure, seamless upgrades, rolling cluster changes, and much | ||
> much more. | ||
> | ||
> With the release of the Elastic Stack Helm charts for Elastic version 8.5.1, | ||
> we are handing over the ongoing maintenance of our Elastic Stack Helm charts | ||
> to the community and contributors. This repository will finally be archived | ||
> after 6 months time. Elastic Stacks deployed on Kubernetes through Helm charts | ||
> will still be fully supported under EOL limitations. | ||
> | ||
> Since we want to provide an even better experience for our customers by | ||
> running the Elastic Stack on Kubernetes, we will continue maintaining the | ||
> Helm charts applicable to ECK Custom Resources. These charts can be found in | ||
> the [ECK repository][eck-charts]. | ||
> | ||
> Helm charts will currently be maintained for ECK Enterprise-tier customers, | ||
> however, we encourage the community to engage with the existing Helm charts | ||
> for the Elastic Stack and continue supporting their ongoing maintenance. | ||
> | ||
> See <https://github.com/elastic/helm-charts/issues/1731> for more details. | ||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
|
@@ -51,7 +75,7 @@ See [supported configurations][] for more details. | |
|
||
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git` | ||
|
||
* Install it: `helm install filebeat ./helm-charts/filebeat --set imageTag=8.4.1` | ||
* Install it: `helm install filebeat ./helm-charts/filebeat --set imageTag=8.5.1` | ||
|
||
|
||
## Upgrading | ||
|
@@ -128,7 +152,7 @@ as a reference. They are also used in the automated testing of this chart. | |
| `hostPathRoot` | Fully-qualified [hostPath][] that will be used to persist filebeat registry data | `/var/lib` | | ||
| `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | ||
| `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | | ||
| `imageTag` | The filebeat Docker image tag | `8.4.1` | | ||
| `imageTag` | The filebeat Docker image tag | `8.5.1` | | ||
| `image` | The filebeat Docker image | `docker.elastic.co/beats/filebeat` | | ||
| `livenessProbe` | Parameters to pass to liveness [probe][] checks for values such as timeouts and thresholds | see [values.yaml][] | | ||
| `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` | | ||
|
@@ -209,15 +233,16 @@ readinessProbe: | |
Please check [CONTRIBUTING.md][] before any contribution or for any questions | ||
about our development and testing process. | ||
|
||
[7.x]: https://github.com/elastic/helm-charts/releases | ||
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/main/BREAKING_CHANGES.md | ||
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/main/CHANGELOG.md | ||
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/main/CONTRIBUTING.md | ||
[affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity | ||
[annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ | ||
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/main/BREAKING_CHANGES.md | ||
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/main/CHANGELOG.md | ||
[cluster role rules]: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#role-and-clusterrole | ||
[environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config | ||
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/main/CONTRIBUTING.md | ||
[eck-charts]: https://github.com/elastic/cloud-on-k8s/tree/master/deploy | ||
[elastic cloud on kubernetes]: https://github.com/elastic/cloud-on-k8s | ||
[environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables | ||
[environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config | ||
[examples]: https://github.com/elastic/helm-charts/tree/main/filebeat/examples | ||
[examples/oss]: https://github.com/elastic/helm-charts/tree/main/filebeat/examples/oss | ||
[examples/security]: https://github.com/elastic/helm-charts/tree/main/filebeat/examples/security | ||
|
@@ -238,8 +263,8 @@ about our development and testing process. | |
[priorityClass]: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass | ||
[probe]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/ | ||
[resources]: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ | ||
[supported configurations]: https://github.com/elastic/helm-charts/tree/main/README.md#supported-configurations | ||
[serviceAccount]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ | ||
[supported configurations]: https://github.com/elastic/helm-charts/tree/main/README.md#supported-configurations | ||
[tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ | ||
[updateStrategy]: https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/#daemonset-update-strategy | ||
[values.yaml]: https://github.com/elastic/helm-charts/tree/main/filebeat/values.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ maintainers: | |
- email: [email protected] | ||
name: Elastic | ||
name: kibana | ||
version: 8.4.1 | ||
appVersion: 8.4.1 | ||
version: 8.5.1 | ||
appVersion: 8.5.1 | ||
sources: | ||
- https://github.com/elastic/kibana | ||
icon: https://helm.elastic.co/icons/kibana.png |
Oops, something went wrong.